COLOR #87887F

HEX: #87887F
RGB: (135,136,127)

Color info

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

RGB color model

#87887F color RGB value is (135,136,127).

  • red value is 135;
  • green value is 136;
  • blue value is 127.
RGB:
(135,136,127)
(53%,53%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 127 of 255 = 50%

135
136
127

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

Portions of RGB colors in percentages

R + G + B =
135 + 136 + 127 = 398 (100%)
R 135 of 398 ~ 33.92%
G 136 of 398 ~ 34.17%
B 127 of 398 ~ 31.91%

%33.92
%34.17
%31.91

CMYK color model

#87887F color CMYK value is (1,0,7,47).

  • cyan value is 0.74%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%
CMYK:
(1,0,7,47)
C1M0Y7K47 
(1%,0%,7%,47%)
(0.01/0.00/0.07/0.47)	

CMYK percentages

%0.74
%0
%6.62
%46.67

Codes

Color #87887F in popluar color models

87887F
RGB135136127
HSL67°3.64%51.57%
HSB/HSV67°6.62%53.33%
CMYK0.74%0.00%6.62%
46.67%

Color #87887F in popluar number systems.

HEX87887F
Decimal135136127
Binary10000111100010001111111
Octal207210177

Shades and tints

Shades of #87887F

#87887F
(135,136,127)
#7B7C74
(123,124,116)
#6F7069
(111,112,105)
#63645E
(99,100,94)
#575853
(87,88,83)
#4B4C48
(75,76,72)
#3F403D
(63,64,61)
#333432
(51,52,50)
#272827
(39,40,39)
#1B1C1C
(27,28,28)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #87887F

#87887F
(135,136,127)
#91928A
(145,146,138)
#9B9C95
(155,156,149)
#A5A6A0
(165,166,160)
#AFB0AB
(175,176,171)
#B9BAB6
(185,186,182)
#C3C4C1
(195,196,193)
#CDCECC
(205,206,204)
#D7D8D7
(215,216,215)
#E1E2E2
(225,226,226)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87887F; }

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

This text font color is #87887F.


Background Color

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

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

This div background color is #87887F.


Border color

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

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

This div border color is #87887F.


Opacity

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

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

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

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

This text has shadow with #87887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87887F on black background.


Color preview on white background

This text has color #87887F on white background.



Black color preview on #87887F background

This text has black color on #87887F background.


White color preview on #87887F background

This text has white color on #87887F background.