COLOR #87857F

HEX: #87857F RGB: (135,133,127)

Color info

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

RGB color model

#87857F color RGB value is (135,133,127).

RGB: (135,133,127) (53%, 52%, 50%)

RGB channels and saturation

R 135 of 255 = 53%
G 133 of 255 = 52%
B 127 of 255 = 50%

135
133
127

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

Portions of RGB colors in percentages

R + G + B = 135 + 133 + 127 = 395 (100%)
R 135 of 395 ~ 34.18%
G 133 of 395 ~ 33.67%
B 127 of 395 ~ 32.15'%

%34.18
%33.67
%32.15

CMYK color model

#87857F color CMYK value is (0,1,6,47).

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

CMYK: (0,1,6,47)
C0M1Y6K47 (0%, 1%, 6%, 47%)
(0.00 / 0.01 / 0.06 / 0.47)

CMYK percentages

%0
%1.48
%5.93
%47.06

Codes

Color #87857F in popluar color models

87 85 7F
RGB 135 133 127
HSL 45° 3.23% 51.37%
HSB/HSV 45° 5.93% 52.94%
CMYK 0.00% 1.48% 5.93%
47.06%

Color #87857F in popluar number systems.

HEX 87 85 7F
Decimal 135 133 127
Binary 10000111 10000101 1111111
Octal 207 205 177

Shades and tints

Shades of #87857F

#87857F
(135,133,127)
#7B7974
(123,121,116)
#6F6D69
(111,109,105)
#63615E
(99,97,94)
#575553
(87,85,83)
#4B4948
(75,73,72)
#3F3D3D
(63,61,61)
#333132
(51,49,50)
#272527
(39,37,39)
#1B191C
(27,25,28)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #87857F

#87857F
(135,133,127)
#91908A
(145,144,138)
#9B9B95
(155,155,149)
#A5A6A0
(165,166,160)
#AFB1AB
(175,177,171)
#B9BCB6
(185,188,182)
#C3C7C1
(195,199,193)
#CDD2CC
(205,210,204)
#D7DDD7
(215,221,215)
#E1E8E2
(225,232,226)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87857F; }

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

This text font color is #87857F.

Background Color

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

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

This div background color is #87857F.

Border color

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

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

This div border color is #87857F.

Opacity

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

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

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

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

This text has shadow with #87857F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87857F.

Preview

Color preview on black background

This text has color #87857F on black background.


Color preview on white background

This text has color #87857F on white background.


Black color preview on #87857F background

This text has black color on #87857F background.


White color preview on #87857F background

This text has white color on #87857F background.


Related colors

Complementary color

Complementary color for #hex is #787A80.


I love getcolorcode.com

Triadic colors

1 #7F8785 and #857F87 with #87857F are triadic colors.

2 #7F8587 and #85877F with #87857F are triadic colors.