COLOR #87717A

HEX: #87717A
RGB: (135,113,122)

Color info

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

RGB color model

#87717A color RGB value is (135,113,122).

  • red value is 135;
  • green value is 113;
  • blue value is 122.
RGB:
(135,113,122)
(53%,44%,48%)

RGB channels and saturation

R 135 of 255 = 53%
G 113 of 255 = 44%
B 122 of 255 = 48%

135
113
122

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

Portions of RGB colors in percentages

R + G + B =
135 + 113 + 122 = 370 (100%)
R 135 of 370 ~ 36.49%
G 113 of 370 ~ 30.54%
B 122 of 370 ~ 32.97%

%36.49
%30.54
%32.97

CMYK color model

#87717A color CMYK value is (0,16,10,47).

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(0,16,10,47)
C0M16Y10K47 
(0%,16%,10%,47%)
(0.00/0.16/0.10/0.47)	

CMYK percentages

%0
%16.3
%9.63
%47.06

Codes

Color #87717A in popluar color models

87717A
RGB135113122
HSL335°8.87%48.63%
HSB/HSV335°16.30%52.94%
CMYK0.00%16.30%9.63%
47.06%

Color #87717A in popluar number systems.

HEX87717A
Decimal135113122
Binary1000011111100011111010
Octal207161172

Shades and tints

Shades of #87717A

#87717A
(135,113,122)
#7B676F
(123,103,111)
#6F5D64
(111,93,100)
#635359
(99,83,89)
#57494E
(87,73,78)
#4B3F43
(75,63,67)
#3F3538
(63,53,56)
#332B2D
(51,43,45)
#272122
(39,33,34)
#1B1717
(27,23,23)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #87717A

#87717A
(135,113,122)
#917D86
(145,125,134)
#9B8992
(155,137,146)
#A5959E
(165,149,158)
#AFA1AA
(175,161,170)
#B9ADB6
(185,173,182)
#C3B9C2
(195,185,194)
#CDC5CE
(205,197,206)
#D7D1DA
(215,209,218)
#E1DDE6
(225,221,230)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87717A; }

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

This text font color is #87717A.


Background Color

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

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

This div background color is #87717A.


Border color

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

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

This div border color is #87717A.


Opacity

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

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

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

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

This text has shadow with #87717A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87717A on black background.


Color preview on white background

This text has color #87717A on white background.



Black color preview on #87717A background

This text has black color on #87717A background.


White color preview on #87717A background

This text has white color on #87717A background.