COLOR #8E7477

HEX: #8E7477 RGB: (142,116,119)

Color info

#8E7477 contains red, green and blue colors in about the same proportion. Web safe color of #8E7477 is #996666 (or #966).

RGB color model

#8E7477 color RGB value is (142,116,119).

RGB: (142,116,119) (56%, 45%, 47%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 119 of 255 = 47%

142
116
119

R + G + B ~ 49%. #8E7477 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 116 + 119 = 377 (100%)
R 142 of 377 ~ 37.67%
G 116 of 377 ~ 30.77%
B 119 of 377 ~ 31.56'%

%37.67
%30.77
%31.56

CMYK color model

#8E7477 color CMYK value is (0,18,16,44).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 16.20%
  • key color value is 44.31%

CMYK: (0,18,16,44)
C0M18Y16K44 (0%, 18%, 16%, 44%)
(0.00 / 0.18 / 0.16 / 0.44)

CMYK percentages

%0
%18.31
%16.2
%44.31

Codes

Color #8E7477 in popluar color models

8E 74 77
RGB 142 116 119
HSL 353° 10.32% 50.59%
HSB/HSV 353° 18.31% 55.69%
CMYK 0.00% 18.31% 16.20%
44.31%

Color #8E7477 in popluar number systems.

HEX 8E 74 77
Decimal 142 116 119
Binary 10001110 1110100 1110111
Octal 216 164 167

Shades and tints

Shades of #8E7477

#8E7477
(142,116,119)
#826A6D
(130,106,109)
#766063
(118,96,99)
#6A5659
(106,86,89)
#5E4C4F
(94,76,79)
#524245
(82,66,69)
#46383B
(70,56,59)
#3A2E31
(58,46,49)
#2E2427
(46,36,39)
#221A1D
(34,26,29)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #8E7477

#8E7477
(142,116,119)
#988083
(152,128,131)
#A28C8F
(162,140,143)
#AC989B
(172,152,155)
#B6A4A7
(182,164,167)
#C0B0B3
(192,176,179)
#CABCBF
(202,188,191)
#D4C8CB
(212,200,203)
#DED4D7
(222,212,215)
#E8E0E3
(232,224,227)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7477 color. Also use rgb(142,116,119) instead hex code.

Text Font Color

.myTextColor { color: #8E7477; }

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

This text font color is #8E7477.

Background Color

.myBgColor { background-color: #8E7477; }

<div style="background-color:#8E7477">Inner text</div>

This div background color is #8E7477.

Border color

.myBorderColor { border: 1px solid #8E7477; }

<div style="border:3px solid #8E7477">Div</div>

This div border color is #8E7477.

Opacity

.myOpacity80 { color: #8E7477; opacity: 0.8; }

<p style="color:#8E7477;opacity:0.8;">80%</p>

Text with #8E7477 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 #8E7477;}

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

This text has shadow with #8E7477 color.


.textShadow {text-shadow: 3px 3px 1px #8E7477', 3px 3px 1px red;}

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

This text has shadow with #8E7477 primary color and red secondary color.


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

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

This text has shadow with #8E7477 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8E7477; -webkit-box-shadow: 1px 1px 3px 2px #8E7477; box-shadow:1px 1px 3px 2px #8E7477;">
Div content here
</div>

This div box has shadow with color #8E7477.

Preview

Color preview on black background

This text has color #8E7477 on black background.


Color preview on white background

This text has color #8E7477 on white background.


Black color preview on #8E7477 background

This text has black color on #8E7477 background.


White color preview on #8E7477 background

This text has white color on #8E7477 background.


Related colors

Complementary color

Complementary color for #hex is #718B88.


I love getcolorcode.com

Triadic colors

1 #778E74 and #74778E with #8E7477 are triadic colors.

2 #77748E and #748E77 with #8E7477 are triadic colors.