COLOR #878872

HEX: #878872 RGB: (135,136,114)

Color info

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

RGB color model

#878872 color RGB value is (135,136,114).

RGB: (135,136,114) (53%, 53%, 45%)

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 114 of 255 = 45%

135
136
114

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

Portions of RGB colors in percentages

R + G + B = 135 + 136 + 114 = 385 (100%)
R 135 of 385 ~ 35.06%
G 136 of 385 ~ 35.32%
B 114 of 385 ~ 29.61'%

%35.06
%35.32
%29.61

CMYK color model

#878872 color CMYK value is (1,0,16,47).

  • cyan value is 0.74%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 46.67%

CMYK: (1,0,16,47)
C1M0Y16K47 (1%, 0%, 16%, 47%)
(0.01 / 0.00 / 0.16 / 0.47)

CMYK percentages

%0.74
%0
%16.18
%46.67

Codes

Color #878872 in popluar color models

87 88 72
RGB 135 136 114
HSL 63° 8.80% 49.02%
HSB/HSV 63° 16.18% 53.33%
CMYK 0.74% 0.00% 16.18%
46.67%

Color #878872 in popluar number systems.

HEX 87 88 72
Decimal 135 136 114
Binary 10000111 10001000 1110010
Octal 207 210 162

Shades and tints

Shades of #878872

#878872
(135,136,114)
#7B7C68
(123,124,104)
#6F705E
(111,112,94)
#636454
(99,100,84)
#57584A
(87,88,74)
#4B4C40
(75,76,64)
#3F4036
(63,64,54)
#33342C
(51,52,44)
#272822
(39,40,34)
#1B1C18
(27,28,24)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #878872

#878872
(135,136,114)
#91927E
(145,146,126)
#9B9C8A
(155,156,138)
#A5A696
(165,166,150)
#AFB0A2
(175,176,162)
#B9BAAE
(185,186,174)
#C3C4BA
(195,196,186)
#CDCEC6
(205,206,198)
#D7D8D2
(215,216,210)
#E1E2DE
(225,226,222)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878872 color. Also use rgb(135,136,114) instead hex code.

Text Font Color

.myTextColor { color: #878872; }

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

This text font color is #878872.

Background Color

.myBgColor { background-color: #878872; }

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

This div background color is #878872.

Border color

.myBorderColor { border: 1px solid #878872; }

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

This div border color is #878872.

Opacity

.myOpacity80 { color: #878872; opacity: 0.8; }

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

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

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

This text has shadow with #878872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878872.

Preview

Color preview on black background

This text has color #878872 on black background.


Color preview on white background

This text has color #878872 on white background.


Black color preview on #878872 background

This text has black color on #878872 background.


White color preview on #878872 background

This text has white color on #878872 background.


Related colors

Complementary color

Complementary color for #hex is #78778D.


I love getcolorcode.com

Triadic colors

1 #728788 and #887287 with #878872 are triadic colors.

2 #728887 and #888772 with #878872 are triadic colors.