COLOR #744F6D

HEX: #744F6D
RGB: (116,79,109)

Color info

#744F6D contains red, green and blue colors in about the same proportion. Web safe color of #744F6D is #666666 (or #666).

RGB color model

#744F6D color RGB value is (116,79,109).

  • red value is 116;
  • green value is 79;
  • blue value is 109.
RGB:
(116,79,109)
(45%,31%,43%)

RGB channels and saturation

R 116 of 255 = 45%
G 79 of 255 = 31%
B 109 of 255 = 43%

116
79
109

R + G + B ~ 40%. #744F6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 79 + 109 = 304 (100%)
R 116 of 304 ~ 38.16%
G 79 of 304 ~ 25.99%
B 109 of 304 ~ 35.86%

%38.16
%25.99
%35.86

CMYK color model

#744F6D color CMYK value is (0,32,6,55).

  • cyan value is 0.00%
  • magenta value is 31.90%
  • yellow value is 6.03%
  • key color value is 54.51%
CMYK:
(0,32,6,55)
C0M32Y6K55 
(0%,32%,6%,55%)
(0.00/0.32/0.06/0.55)	

CMYK percentages

%0
%31.9
%6.03
%54.51

Codes

Color #744F6D in popluar color models

744F6D
RGB11679109
HSL311°18.97%38.24%
HSB/HSV311°31.90%45.49%
CMYK0.00%31.90%6.03%
54.51%

Color #744F6D in popluar number systems.

HEX744F6D
Decimal11679109
Binary111010010011111101101
Octal164117155

Shades and tints

Shades of #744F6D

#744F6D
(116,79,109)
#6A4864
(106,72,100)
#60415B
(96,65,91)
#563A52
(86,58,82)
#4C3349
(76,51,73)
#422C40
(66,44,64)
#382537
(56,37,55)
#2E1E2E
(46,30,46)
#241725
(36,23,37)
#1A101C
(26,16,28)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #744F6D

#744F6D
(116,79,109)
#805F7A
(128,95,122)
#8C6F87
(140,111,135)
#987F94
(152,127,148)
#A48FA1
(164,143,161)
#B09FAE
(176,159,174)
#BCAFBB
(188,175,187)
#C8BFC8
(200,191,200)
#D4CFD5
(212,207,213)
#E0DFE2
(224,223,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744F6D color. Also use rgb(116,79,109) instead hex code.

Text Font Color

.myTextColor { color: #744F6D; }

<p style="color:#744F6D">This sample text font color is #744F6D.</p>

This text font color is #744F6D.


Background Color

.myBgColor { background-color: #744F6D; }

<div style="background-color:#744F6D">Inner text</div>

This div background color is #744F6D.


Border color

.myBorderColor { border: 1px solid #744F6D; }

<div style="border:3px solid #744F6D">Div</div>

This div border color is #744F6D.


Opacity

.myOpacity80 { color: #744F6D; opacity: 0.8; }

<p style="color:#744F6D;opacity:0.8;">80%</p>

Text with #744F6D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #744F6D;}

<p style="text-shadow: 3px 3px 1px #744F6D">Text here.</p>

This text has shadow with #744F6D color.

.textShadow {text-shadow: 3px 3px 1px #744F6D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #744F6D, 5px 5px 20px red">Text here.</p>

This text has shadow with #744F6D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#744F6D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#744F6D, Direction=45, Strength=4)">Text</p>

This text has shadow with #744F6D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #744F6D;
  -webkit-box-shadow:	1px 1px 3px 2px #744F6D;
  box-shadow:		1px 1px 3px 2px #744F6D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #744F6D;
-webkit-box-shadow: 1px 1px 3px 2px #744F6D;
box-shadow:1px 1px 3px 2px #744F6D;">
Div content here</div>
This div box has shadow with color #744F6D.

Preview

Color preview on black background

This text has color #744F6D on black background.


Color preview on white background

This text has color #744F6D on white background.



Black color preview on #744F6D background

This text has black color on #744F6D background.


White color preview on #744F6D background

This text has white color on #744F6D background.