COLOR #8E7677

HEX: #8E7677
RGB: (142,118,119)

Color info

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

RGB color model

#8E7677 color RGB value is (142,118,119).

  • red value is 142;
  • green value is 118;
  • blue value is 119.
RGB:
(142,118,119)
(56%,46%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 119 of 255 = 47%

142
118
119

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

Portions of RGB colors in percentages

R + G + B =
142 + 118 + 119 = 379 (100%)
R 142 of 379 ~ 37.47%
G 118 of 379 ~ 31.13%
B 119 of 379 ~ 31.4%

%37.47
%31.13
%31.4

CMYK color model

#8E7677 color CMYK value is (0,17,16,44).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 16.20%
  • key color value is 44.31%
CMYK:
(0,17,16,44)
C0M17Y16K44 
(0%,17%,16%,44%)
(0.00/0.17/0.16/0.44)	

CMYK percentages

%0
%16.9
%16.2
%44.31

Codes

Color #8E7677 in popluar color models

8E7677
RGB142118119
HSL358°9.60%50.98%
HSB/HSV358°16.90%55.69%
CMYK0.00%16.90%16.20%
44.31%

Color #8E7677 in popluar number systems.

HEX8E7677
Decimal142118119
Binary1000111011101101110111
Octal216166167

Shades and tints

Shades of #8E7677

#8E7677
(142,118,119)
#826C6D
(130,108,109)
#766263
(118,98,99)
#6A5859
(106,88,89)
#5E4E4F
(94,78,79)
#524445
(82,68,69)
#463A3B
(70,58,59)
#3A3031
(58,48,49)
#2E2627
(46,38,39)
#221C1D
(34,28,29)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #8E7677

#8E7677
(142,118,119)
#988283
(152,130,131)
#A28E8F
(162,142,143)
#AC9A9B
(172,154,155)
#B6A6A7
(182,166,167)
#C0B2B3
(192,178,179)
#CABEBF
(202,190,191)
#D4CACB
(212,202,203)
#DED6D7
(222,214,215)
#E8E2E3
(232,226,227)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7677; }

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

This text font color is #8E7677.


Background Color

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

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

This div background color is #8E7677.


Border color

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

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

This div border color is #8E7677.


Opacity

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

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

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

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

This text has shadow with #8E7677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7677 on black background.


Color preview on white background

This text has color #8E7677 on white background.



Black color preview on #8E7677 background

This text has black color on #8E7677 background.


White color preview on #8E7677 background

This text has white color on #8E7677 background.