COLOR #87807F

HEX: #87807F RGB: (135,128,127)

Color info

#87807F contains red, green and blue colors in about the same proportion. Web safe color of #87807F is #996666 (or #966).

RGB color model

#87807F color RGB value is (135,128,127).

RGB: (135,128,127) (53%, 50%, 50%)

RGB channels and saturation

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

135
128
127

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

Portions of RGB colors in percentages

R + G + B = 135 + 128 + 127 = 390 (100%)
R 135 of 390 ~ 34.62%
G 128 of 390 ~ 32.82%
B 127 of 390 ~ 32.56'%

%34.62
%32.82
%32.56

CMYK color model

#87807F color CMYK value is (0,5,6,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 5.93%
  • key color value is 47.06%

CMYK: (0,5,6,47)
C0M5Y6K47 (0%, 5%, 6%, 47%)
(0.00 / 0.05 / 0.06 / 0.47)

CMYK percentages

%0
%5.19
%5.93
%47.06

Codes

Color #87807F in popluar color models

87 80 7F
RGB 135 128 127
HSL 3.23% 51.37%
HSB/HSV 5.93% 52.94%
CMYK 0.00% 5.19% 5.93%
47.06%

Color #87807F in popluar number systems.

HEX 87 80 7F
Decimal 135 128 127
Binary 10000111 10000000 1111111
Octal 207 200 177

Shades and tints

Shades of #87807F

#87807F
(135,128,127)
#7B7574
(123,117,116)
#6F6A69
(111,106,105)
#635F5E
(99,95,94)
#575453
(87,84,83)
#4B4948
(75,73,72)
#3F3E3D
(63,62,61)
#333332
(51,51,50)
#272827
(39,40,39)
#1B1D1C
(27,29,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #87807F

#87807F
(135,128,127)
#918B8A
(145,139,138)
#9B9695
(155,150,149)
#A5A1A0
(165,161,160)
#AFACAB
(175,172,171)
#B9B7B6
(185,183,182)
#C3C2C1
(195,194,193)
#CDCDCC
(205,205,204)
#D7D8D7
(215,216,215)
#E1E3E2
(225,227,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87807F; }

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

This text font color is #87807F.

Background Color

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

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

This div background color is #87807F.

Border color

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

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

This div border color is #87807F.

Opacity

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

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

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

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

This text has shadow with #87807F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87807F.

Preview

Color preview on black background

This text has color #87807F on black background.


Color preview on white background

This text has color #87807F on white background.


Black color preview on #87807F background

This text has black color on #87807F background.


White color preview on #87807F background

This text has white color on #87807F background.


Related colors

Complementary color

Complementary color for #hex is #787F80.


I love getcolorcode.com

Triadic colors

1 #7F8780 and #807F87 with #87807F are triadic colors.

2 #7F8087 and #80877F with #87807F are triadic colors.