COLOR #744E6F

HEX: #744E6F
RGB: (116,78,111)

Color info

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

RGB color model

#744E6F color RGB value is (116,78,111).

  • red value is 116;
  • green value is 78;
  • blue value is 111.
RGB:
(116,78,111)
(45%,31%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 78 of 255 = 31%
B 111 of 255 = 44%

116
78
111

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

Portions of RGB colors in percentages

R + G + B =
116 + 78 + 111 = 305 (100%)
R 116 of 305 ~ 38.03%
G 78 of 305 ~ 25.57%
B 111 of 305 ~ 36.39%

%38.03
%25.57
%36.39

CMYK color model

#744E6F color CMYK value is (0,33,4,55).

  • cyan value is 0.00%
  • magenta value is 32.76%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(0,33,4,55)
C0M33Y4K55 
(0%,33%,4%,55%)
(0.00/0.33/0.04/0.55)	

CMYK percentages

%0
%32.76
%4.31
%54.51

Codes

Color #744E6F in popluar color models

744E6F
RGB11678111
HSL308°19.59%38.04%
HSB/HSV308°32.76%45.49%
CMYK0.00%32.76%4.31%
54.51%

Color #744E6F in popluar number systems.

HEX744E6F
Decimal11678111
Binary111010010011101101111
Octal164116157

Shades and tints

Shades of #744E6F

#744E6F
(116,78,111)
#6A4765
(106,71,101)
#60405B
(96,64,91)
#563951
(86,57,81)
#4C3247
(76,50,71)
#422B3D
(66,43,61)
#382433
(56,36,51)
#2E1D29
(46,29,41)
#24161F
(36,22,31)
#1A0F15
(26,15,21)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #744E6F

#744E6F
(116,78,111)
#805E7C
(128,94,124)
#8C6E89
(140,110,137)
#987E96
(152,126,150)
#A48EA3
(164,142,163)
#B09EB0
(176,158,176)
#BCAEBD
(188,174,189)
#C8BECA
(200,190,202)
#D4CED7
(212,206,215)
#E0DEE4
(224,222,228)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744E6F color. Also use rgb(116,78,111) instead hex code.

Text Font Color

.myTextColor { color: #744E6F; }

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

This text font color is #744E6F.


Background Color

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

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

This div background color is #744E6F.


Border color

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

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

This div border color is #744E6F.


Opacity

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

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

Text with #744E6F 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 #744E6F;}

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

This text has shadow with #744E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744E6F on black background.


Color preview on white background

This text has color #744E6F on white background.



Black color preview on #744E6F background

This text has black color on #744E6F background.


White color preview on #744E6F background

This text has white color on #744E6F background.