COLOR #878C66

HEX: #878C66 RGB: (135,140,102)

Color info

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

RGB color model

#878C66 color RGB value is (135,140,102).

RGB: (135,140,102) (53%, 55%, 40%)

RGB channels and saturation

R 135 of 255 = 53%
G 140 of 255 = 55%
B 102 of 255 = 40%

135
140
102

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

Portions of RGB colors in percentages

R + G + B = 135 + 140 + 102 = 377 (100%)
R 135 of 377 ~ 35.81%
G 140 of 377 ~ 37.14%
B 102 of 377 ~ 27.06'%

%35.81
%37.14
%27.06

CMYK color model

#878C66 color CMYK value is (4,0,27,45).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 45.10%
CMYK: (4,0,27,45) C4M0Y27K45 (4%,0%,27%,45%) (0.04/0.00/0.27/0.45) 

CMYK percentages

%3.57
%0
%27.14
%45.1

Codes

Color #878C66 in popluar color models

87 8C 66
RGB 135 140 102
HSL 68° 15.70% 47.45%
HSB/HSV 68° 27.14% 54.90%
CMYK 3.57% 0.00% 27.14%
45.10%

Color #878C66 in popluar number systems.

HEX 87 8C 66
Decimal 135 140 102
Binary 10000111 10001100 1100110
Octal 207 214 146

Shades and tints

Shades of #878C66

#878C66
(135,140,102)
#7B805D
(123,128,93)
#6F7454
(111,116,84)
#63684B
(99,104,75)
#575C42
(87,92,66)
#4B5039
(75,80,57)
#3F4430
(63,68,48)
#333827
(51,56,39)
#272C1E
(39,44,30)
#1B2015
(27,32,21)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #878C66

#878C66
(135,140,102)
#919673
(145,150,115)
#9BA080
(155,160,128)
#A5AA8D
(165,170,141)
#AFB49A
(175,180,154)
#B9BEA7
(185,190,167)
#C3C8B4
(195,200,180)
#CDD2C1
(205,210,193)
#D7DCCE
(215,220,206)
#E1E6DB
(225,230,219)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878C66 color. Also use rgb(135,140,102) instead hex code.

Text Font Color

.myTextColor { color: #878C66; }

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

This text font color is #878C66.

Background Color

.myBgColor { background-color: #878C66; }

<div style="background-color:#878C66">Inner text</div>

This div background color is #878C66.

Border color

.myBorderColor { border: 1px solid #878C66; }

<div style="border:3px solid #878C66">Div</div>

This div border color is #878C66.

Opacity

.myOpacity80 { color: #878C66; opacity: 0.8; }

<p style="color:#878C66;opacity:0.8;">80%</p>

Text with #878C66 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 #878C66;}

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

This text has shadow with #878C66 color.


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

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

This text has shadow with #878C66 primary color and red secondary color.


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

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

This text has shadow with #878C66 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #878C66.

Preview

Color preview on black background

This text has color #878C66 on black background.


Color preview on white background

This text has color #878C66 on white background.


Black color preview on #878C66 background

This text has black color on #878C66 background.


White color preview on #878C66 background

This text has white color on #878C66 background.


Related colors

Complementary color

Complementary color for #hex is #787399.


I love getcolorcode.com

Triadic colors

1 #66878C and #8C6687 with #878C66 are triadic colors.

2 #668C87 and #8C8766 with #878C66 are triadic colors.