COLOR #8E777D

HEX: #8E777D RGB: (142,119,125)

Color info

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

RGB color model

#8E777D color RGB value is (142,119,125).

RGB: (142,119,125) (56%, 47%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 119 of 255 = 47%
B 125 of 255 = 49%

142
119
125

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

Portions of RGB colors in percentages

R + G + B = 142 + 119 + 125 = 386 (100%)
R 142 of 386 ~ 36.79%
G 119 of 386 ~ 30.83%
B 125 of 386 ~ 32.38'%

%36.79
%30.83
%32.38

CMYK color model

#8E777D color CMYK value is (0,16,12,44).

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

CMYK: (0,16,12,44)
C0M16Y12K44 (0%, 16%, 12%, 44%)
(0.00 / 0.16 / 0.12 / 0.44)

CMYK percentages

%0
%16.2
%11.97
%44.31

Codes

Color #8E777D in popluar color models

8E 77 7D
RGB 142 119 125
HSL 344° 9.24% 51.18%
HSB/HSV 344° 16.20% 55.69%
CMYK 0.00% 16.20% 11.97%
44.31%

Color #8E777D in popluar number systems.

HEX 8E 77 7D
Decimal 142 119 125
Binary 10001110 1110111 1111101
Octal 216 167 175

Shades and tints

Shades of #8E777D

#8E777D
(142,119,125)
#826D72
(130,109,114)
#766367
(118,99,103)
#6A595C
(106,89,92)
#5E4F51
(94,79,81)
#524546
(82,69,70)
#463B3B
(70,59,59)
#3A3130
(58,49,48)
#2E2725
(46,39,37)
#221D1A
(34,29,26)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #8E777D

#8E777D
(142,119,125)
#988388
(152,131,136)
#A28F93
(162,143,147)
#AC9B9E
(172,155,158)
#B6A7A9
(182,167,169)
#C0B3B4
(192,179,180)
#CABFBF
(202,191,191)
#D4CBCA
(212,203,202)
#DED7D5
(222,215,213)
#E8E3E0
(232,227,224)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E777D; }

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

This text font color is #8E777D.

Background Color

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

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

This div background color is #8E777D.

Border color

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

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

This div border color is #8E777D.

Opacity

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

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

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

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

This text has shadow with #8E777D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E777D.

Preview

Color preview on black background

This text has color #8E777D on black background.


Color preview on white background

This text has color #8E777D on white background.


Black color preview on #8E777D background

This text has black color on #8E777D background.


White color preview on #8E777D background

This text has white color on #8E777D background.


Related colors

Complementary color

Complementary color for #hex is #718882.


I love getcolorcode.com

Triadic colors

1 #7D8E77 and #777D8E with #8E777D are triadic colors.

2 #7D778E and #778E7D with #8E777D are triadic colors.