COLOR #8C8E77

HEX: #8C8E77 RGB: (140,142,119)

Color info

#8C8E77 contains red, green and blue colors in about the same proportion. Web safe color of #8C8E77 is #999966 (or #996).

RGB color model

#8C8E77 color RGB value is (140,142,119).

RGB: (140,142,119) (55%, 56%, 47%)

RGB channels and saturation

R 140 of 255 = 55%
G 142 of 255 = 56%
B 119 of 255 = 47%

140
142
119

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

Portions of RGB colors in percentages

R + G + B = 140 + 142 + 119 = 401 (100%)
R 140 of 401 ~ 34.91%
G 142 of 401 ~ 35.41%
B 119 of 401 ~ 29.68'%

%34.91
%35.41
%29.68

CMYK color model

#8C8E77 color CMYK value is (1,0,16,44).

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

CMYK: (1,0,16,44)
C1M0Y16K44 (1%, 0%, 16%, 44%)
(0.01 / 0.00 / 0.16 / 0.44)

CMYK percentages

%1.41
%0
%16.2
%44.31

Codes

Color #8C8E77 in popluar color models

8C 8E 77
RGB 140 142 119
HSL 65° 9.24% 51.18%
HSB/HSV 65° 16.20% 55.69%
CMYK 1.41% 0.00% 16.20%
44.31%

Color #8C8E77 in popluar number systems.

HEX 8C 8E 77
Decimal 140 142 119
Binary 10001100 10001110 1110111
Octal 214 216 167

Shades and tints

Shades of #8C8E77

#8C8E77
(140,142,119)
#80826D
(128,130,109)
#747663
(116,118,99)
#686A59
(104,106,89)
#5C5E4F
(92,94,79)
#505245
(80,82,69)
#44463B
(68,70,59)
#383A31
(56,58,49)
#2C2E27
(44,46,39)
#20221D
(32,34,29)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #8C8E77

#8C8E77
(140,142,119)
#969883
(150,152,131)
#A0A28F
(160,162,143)
#AAAC9B
(170,172,155)
#B4B6A7
(180,182,167)
#BEC0B3
(190,192,179)
#C8CABF
(200,202,191)
#D2D4CB
(210,212,203)
#DCDED7
(220,222,215)
#E6E8E3
(230,232,227)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8E77; }

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

This text font color is #8C8E77.

Background Color

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

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

This div background color is #8C8E77.

Border color

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

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

This div border color is #8C8E77.

Opacity

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

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

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

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

This text has shadow with #8C8E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8E77.

Preview

Color preview on black background

This text has color #8C8E77 on black background.


Color preview on white background

This text has color #8C8E77 on white background.


Black color preview on #8C8E77 background

This text has black color on #8C8E77 background.


White color preview on #8C8E77 background

This text has white color on #8C8E77 background.


Related colors

Complementary color

Complementary color for #hex is #737188.


I love getcolorcode.com

Triadic colors

1 #778C8E and #8E778C with #8C8E77 are triadic colors.

2 #778E8C and #8E8C77 with #8C8E77 are triadic colors.