COLOR #87817C

HEX: #87817C RGB: (135,129,124)

Color info

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

RGB color model

#87817C color RGB value is (135,129,124).

RGB: (135,129,124) (53%, 51%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 129 of 255 = 51%
B 124 of 255 = 49%

135
129
124

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

Portions of RGB colors in percentages

R + G + B = 135 + 129 + 124 = 388 (100%)
R 135 of 388 ~ 34.79%
G 129 of 388 ~ 33.25%
B 124 of 388 ~ 31.96'%

%34.79
%33.25
%31.96

CMYK color model

#87817C color CMYK value is (0,4,8,47).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 8.15%
  • key color value is 47.06%

CMYK: (0,4,8,47)
C0M4Y8K47 (0%, 4%, 8%, 47%)
(0.00 / 0.04 / 0.08 / 0.47)

CMYK percentages

%0
%4.44
%8.15
%47.06

Codes

Color #87817C in popluar color models

87 81 7C
RGB 135 129 124
HSL 27° 4.38% 50.78%
HSB/HSV 27° 8.15% 52.94%
CMYK 0.00% 4.44% 8.15%
47.06%

Color #87817C in popluar number systems.

HEX 87 81 7C
Decimal 135 129 124
Binary 10000111 10000001 1111100
Octal 207 201 174

Shades and tints

Shades of #87817C

#87817C
(135,129,124)
#7B7671
(123,118,113)
#6F6B66
(111,107,102)
#63605B
(99,96,91)
#575550
(87,85,80)
#4B4A45
(75,74,69)
#3F3F3A
(63,63,58)
#33342F
(51,52,47)
#272924
(39,41,36)
#1B1E19
(27,30,25)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #87817C

#87817C
(135,129,124)
#918C87
(145,140,135)
#9B9792
(155,151,146)
#A5A29D
(165,162,157)
#AFADA8
(175,173,168)
#B9B8B3
(185,184,179)
#C3C3BE
(195,195,190)
#CDCEC9
(205,206,201)
#D7D9D4
(215,217,212)
#E1E4DF
(225,228,223)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87817C color. Also use rgb(135,129,124) instead hex code.

Text Font Color

.myTextColor { color: #87817C; }

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

This text font color is #87817C.

Background Color

.myBgColor { background-color: #87817C; }

<div style="background-color:#87817C">Inner text</div>

This div background color is #87817C.

Border color

.myBorderColor { border: 1px solid #87817C; }

<div style="border:3px solid #87817C">Div</div>

This div border color is #87817C.

Opacity

.myOpacity80 { color: #87817C; opacity: 0.8; }

<p style="color:#87817C;opacity:0.8;">80%</p>

Text with #87817C 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 #87817C;}

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

This text has shadow with #87817C color.


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

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

This text has shadow with #87817C primary color and red secondary color.


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

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

This text has shadow with #87817C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87817C.

Preview

Color preview on black background

This text has color #87817C on black background.


Color preview on white background

This text has color #87817C on white background.


Black color preview on #87817C background

This text has black color on #87817C background.


White color preview on #87817C background

This text has white color on #87817C background.


Related colors

Complementary color

Complementary color for #hex is #787E83.


I love getcolorcode.com

Triadic colors

1 #7C8781 and #817C87 with #87817C are triadic colors.

2 #7C8187 and #81877C with #87817C are triadic colors.