COLOR #87876F

HEX: #87876F RGB: (135,135,111)

Color info

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

RGB color model

#87876F color RGB value is (135,135,111).

RGB: (135,135,111) (53%, 53%, 44%)

RGB channels and saturation

R 135 of 255 = 53%
G 135 of 255 = 53%
B 111 of 255 = 44%

135
135
111

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

Portions of RGB colors in percentages

R + G + B = 135 + 135 + 111 = 381 (100%)
R 135 of 381 ~ 35.43%
G 135 of 381 ~ 35.43%
B 111 of 381 ~ 29.13'%

%35.43
%35.43
%29.13

CMYK color model

#87876F color CMYK value is (0,0,18,47).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK: (0,0,18,47) C0M0Y18K47 (0%,0%,18%,47%) (0.00/0.00/0.18/0.47) 

CMYK percentages

%0
%0
%17.78
%47.06

Codes

Color #87876F in popluar color models

87 87 6F
RGB 135 135 111
HSL 60° 9.76% 48.24%
HSB/HSV 60° 17.78% 52.94%
CMYK 0.00% 0.00% 17.78%
47.06%

Color #87876F in popluar number systems.

HEX 87 87 6F
Decimal 135 135 111
Binary 10000111 10000111 1101111
Octal 207 207 157

Shades and tints

Shades of #87876F

#87876F
(135,135,111)
#7B7B65
(123,123,101)
#6F6F5B
(111,111,91)
#636351
(99,99,81)
#575747
(87,87,71)
#4B4B3D
(75,75,61)
#3F3F33
(63,63,51)
#333329
(51,51,41)
#27271F
(39,39,31)
#1B1B15
(27,27,21)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #87876F

#87876F
(135,135,111)
#91917C
(145,145,124)
#9B9B89
(155,155,137)
#A5A596
(165,165,150)
#AFAFA3
(175,175,163)
#B9B9B0
(185,185,176)
#C3C3BD
(195,195,189)
#CDCDCA
(205,205,202)
#D7D7D7
(215,215,215)
#E1E1E4
(225,225,228)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87876F color. Also use rgb(135,135,111) instead hex code.

Text Font Color

.myTextColor { color: #87876F; }

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

This text font color is #87876F.

Background Color

.myBgColor { background-color: #87876F; }

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

This div background color is #87876F.

Border color

.myBorderColor { border: 1px solid #87876F; }

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

This div border color is #87876F.

Opacity

.myOpacity80 { color: #87876F; opacity: 0.8; }

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

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

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

This text has shadow with #87876F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87876F.

Preview

Color preview on black background

This text has color #87876F on black background.


Color preview on white background

This text has color #87876F on white background.


Black color preview on #87876F background

This text has black color on #87876F background.


White color preview on #87876F background

This text has white color on #87876F background.


Related colors

Complementary color

Complementary color for #hex is #787890.


I love getcolorcode.com