COLOR #87876D

HEX: #87876D RGB: (135,135,109)

Color info

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

RGB color model

#87876D color RGB value is (135,135,109).

RGB: (135,135,109) (53%, 53%, 43%)

RGB channels and saturation

R 135 of 255 = 53%
G 135 of 255 = 53%
B 109 of 255 = 43%

135
135
109

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

Portions of RGB colors in percentages

R + G + B = 135 + 135 + 109 = 379 (100%)
R 135 of 379 ~ 35.62%
G 135 of 379 ~ 35.62%
B 109 of 379 ~ 28.76'%

%35.62
%35.62
%28.76

CMYK color model

#87876D color CMYK value is (0,0,19,47).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 19.26%
  • key color value is 47.06%

CMYK: (0,0,19,47)
C0M0Y19K47 (0%, 0%, 19%, 47%)
(0.00 / 0.00 / 0.19 / 0.47)

CMYK percentages

%0
%0
%19.26
%47.06

Codes

Color #87876D in popluar color models

87 87 6D
RGB 135 135 109
HSL 60° 10.66% 47.84%
HSB/HSV 60° 19.26% 52.94%
CMYK 0.00% 0.00% 19.26%
47.06%

Color #87876D in popluar number systems.

HEX 87 87 6D
Decimal 135 135 109
Binary 10000111 10000111 1101101
Octal 207 207 155

Shades and tints

Shades of #87876D

#87876D
(135,135,109)
#7B7B64
(123,123,100)
#6F6F5B
(111,111,91)
#636352
(99,99,82)
#575749
(87,87,73)
#4B4B40
(75,75,64)
#3F3F37
(63,63,55)
#33332E
(51,51,46)
#272725
(39,39,37)
#1B1B1C
(27,27,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #87876D

#87876D
(135,135,109)
#91917A
(145,145,122)
#9B9B87
(155,155,135)
#A5A594
(165,165,148)
#AFAFA1
(175,175,161)
#B9B9AE
(185,185,174)
#C3C3BB
(195,195,187)
#CDCDC8
(205,205,200)
#D7D7D5
(215,215,213)
#E1E1E2
(225,225,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87876D; }

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

This text font color is #87876D.

Background Color

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

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

This div background color is #87876D.

Border color

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

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

This div border color is #87876D.

Opacity

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

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

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

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

This text has shadow with #87876D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87876D.

Preview

Color preview on black background

This text has color #87876D on black background.


Color preview on white background

This text has color #87876D on white background.


Black color preview on #87876D background

This text has black color on #87876D background.


White color preview on #87876D background

This text has white color on #87876D background.


Related colors

Complementary color

Complementary color for #hex is #787892.


I love getcolorcode.com