COLOR #87717F

HEX: #87717F RGB: (135,113,127)

Color info

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

RGB color model

#87717F color RGB value is (135,113,127).

RGB: (135,113,127) (53%, 44%, 50%)

RGB channels and saturation

R 135 of 255 = 53%
G 113 of 255 = 44%
B 127 of 255 = 50%

135
113
127

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

Portions of RGB colors in percentages

R + G + B = 135 + 113 + 127 = 375 (100%)
R 135 of 375 ~ 36%
G 113 of 375 ~ 30.13%
B 127 of 375 ~ 33.87'%

%36
%30.13
%33.87

CMYK color model

#87717F color CMYK value is (0,16,6,47).

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

CMYK: (0,16,6,47)
C0M16Y6K47 (0%, 16%, 6%, 47%)
(0.00 / 0.16 / 0.06 / 0.47)

CMYK percentages

%0
%16.3
%5.93
%47.06

Codes

Color #87717F in popluar color models

87 71 7F
RGB 135 113 127
HSL 322° 8.87% 48.63%
HSB/HSV 322° 16.30% 52.94%
CMYK 0.00% 16.30% 5.93%
47.06%

Color #87717F in popluar number systems.

HEX 87 71 7F
Decimal 135 113 127
Binary 10000111 1110001 1111111
Octal 207 161 177

Shades and tints

Shades of #87717F

#87717F
(135,113,127)
#7B6774
(123,103,116)
#6F5D69
(111,93,105)
#63535E
(99,83,94)
#574953
(87,73,83)
#4B3F48
(75,63,72)
#3F353D
(63,53,61)
#332B32
(51,43,50)
#272127
(39,33,39)
#1B171C
(27,23,28)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #87717F

#87717F
(135,113,127)
#917D8A
(145,125,138)
#9B8995
(155,137,149)
#A595A0
(165,149,160)
#AFA1AB
(175,161,171)
#B9ADB6
(185,173,182)
#C3B9C1
(195,185,193)
#CDC5CC
(205,197,204)
#D7D1D7
(215,209,215)
#E1DDE2
(225,221,226)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87717F; }

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

This text font color is #87717F.

Background Color

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

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

This div background color is #87717F.

Border color

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

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

This div border color is #87717F.

Opacity

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

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

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

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

This text has shadow with #87717F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87717F.

Preview

Color preview on black background

This text has color #87717F on black background.


Color preview on white background

This text has color #87717F on white background.


Black color preview on #87717F background

This text has black color on #87717F background.


White color preview on #87717F background

This text has white color on #87717F background.


Related colors

Complementary color

Complementary color for #hex is #788E80.


I love getcolorcode.com

Triadic colors

1 #7F8771 and #717F87 with #87717F are triadic colors.

2 #7F7187 and #71877F with #87717F are triadic colors.