COLOR #878A66

HEX: #878A66 RGB: (135,138,102)

Color info

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

RGB color model

#878A66 color RGB value is (135,138,102).

RGB: (135,138,102) (53%, 54%, 40%)

RGB channels and saturation

R 135 of 255 = 53%
G 138 of 255 = 54%
B 102 of 255 = 40%

135
138
102

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

Portions of RGB colors in percentages

R + G + B = 135 + 138 + 102 = 375 (100%)
R 135 of 375 ~ 36%
G 138 of 375 ~ 36.8%
B 102 of 375 ~ 27.2'%

%36
%36.8
%27.2

CMYK color model

#878A66 color CMYK value is (2,0,26,46).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 45.88%

CMYK: (2,0,26,46)
C2M0Y26K46 (2%, 0%, 26%, 46%)
(0.02 / 0.00 / 0.26 / 0.46)

CMYK percentages

%2.17
%0
%26.09
%45.88

Codes

Color #878A66 in popluar color models

87 8A 66
RGB 135 138 102
HSL 65° 15.00% 47.06%
HSB/HSV 65° 26.09% 54.12%
CMYK 2.17% 0.00% 26.09%
45.88%

Color #878A66 in popluar number systems.

HEX 87 8A 66
Decimal 135 138 102
Binary 10000111 10001010 1100110
Octal 207 212 146

Shades and tints

Shades of #878A66

#878A66
(135,138,102)
#7B7E5D
(123,126,93)
#6F7254
(111,114,84)
#63664B
(99,102,75)
#575A42
(87,90,66)
#4B4E39
(75,78,57)
#3F4230
(63,66,48)
#333627
(51,54,39)
#272A1E
(39,42,30)
#1B1E15
(27,30,21)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #878A66

#878A66
(135,138,102)
#919473
(145,148,115)
#9B9E80
(155,158,128)
#A5A88D
(165,168,141)
#AFB29A
(175,178,154)
#B9BCA7
(185,188,167)
#C3C6B4
(195,198,180)
#CDD0C1
(205,208,193)
#D7DACE
(215,218,206)
#E1E4DB
(225,228,219)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878A66; }

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

This text font color is #878A66.

Background Color

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

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

This div background color is #878A66.

Border color

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

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

This div border color is #878A66.

Opacity

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

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

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

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

This text has shadow with #878A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878A66.

Preview

Color preview on black background

This text has color #878A66 on black background.


Color preview on white background

This text has color #878A66 on white background.


Black color preview on #878A66 background

This text has black color on #878A66 background.


White color preview on #878A66 background

This text has white color on #878A66 background.


Related colors

Complementary color

Complementary color for #hex is #787599.


I love getcolorcode.com

Triadic colors

1 #66878A and #8A6687 with #878A66 are triadic colors.

2 #668A87 and #8A8766 with #878A66 are triadic colors.