COLOR #876C81

HEX: #876C81 RGB: (135,108,129)

Color info

#876C81 contains red, green and blue colors in about the same proportion. Web safe color of #876C81 is #996699 (or #969).

RGB color model

#876C81 color RGB value is (135,108,129).

RGB: (135,108,129) (53%, 42%, 51%)

RGB channels and saturation

R 135 of 255 = 53%
G 108 of 255 = 42%
B 129 of 255 = 51%

135
108
129

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

Portions of RGB colors in percentages

R + G + B = 135 + 108 + 129 = 372 (100%)
R 135 of 372 ~ 36.29%
G 108 of 372 ~ 29.03%
B 129 of 372 ~ 34.68'%

%36.29
%29.03
%34.68

CMYK color model

#876C81 color CMYK value is (0,20,4,47).

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

CMYK: (0,20,4,47)
C0M20Y4K47 (0%, 20%, 4%, 47%)
(0.00 / 0.20 / 0.04 / 0.47)

CMYK percentages

%0
%20
%4.44
%47.06

Codes

Color #876C81 in popluar color models

87 6C 81
RGB 135 108 129
HSL 313° 11.11% 47.65%
HSB/HSV 313° 20.00% 52.94%
CMYK 0.00% 20.00% 4.44%
47.06%

Color #876C81 in popluar number systems.

HEX 87 6C 81
Decimal 135 108 129
Binary 10000111 1101100 10000001
Octal 207 154 201

Shades and tints

Shades of #876C81

#876C81
(135,108,129)
#7B6376
(123,99,118)
#6F5A6B
(111,90,107)
#635160
(99,81,96)
#574855
(87,72,85)
#4B3F4A
(75,63,74)
#3F363F
(63,54,63)
#332D34
(51,45,52)
#272429
(39,36,41)
#1B1B1E
(27,27,30)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #876C81

#876C81
(135,108,129)
#91798C
(145,121,140)
#9B8697
(155,134,151)
#A593A2
(165,147,162)
#AFA0AD
(175,160,173)
#B9ADB8
(185,173,184)
#C3BAC3
(195,186,195)
#CDC7CE
(205,199,206)
#D7D4D9
(215,212,217)
#E1E1E4
(225,225,228)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876C81 color. Also use rgb(135,108,129) instead hex code.

Text Font Color

.myTextColor { color: #876C81; }

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

This text font color is #876C81.

Background Color

.myBgColor { background-color: #876C81; }

<div style="background-color:#876C81">Inner text</div>

This div background color is #876C81.

Border color

.myBorderColor { border: 1px solid #876C81; }

<div style="border:3px solid #876C81">Div</div>

This div border color is #876C81.

Opacity

.myOpacity80 { color: #876C81; opacity: 0.8; }

<p style="color:#876C81;opacity:0.8;">80%</p>

Text with #876C81 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 #876C81;}

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

This text has shadow with #876C81 color.


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

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

This text has shadow with #876C81 primary color and red secondary color.


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

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

This text has shadow with #876C81 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #876C81.

Preview

Color preview on black background

This text has color #876C81 on black background.


Color preview on white background

This text has color #876C81 on white background.


Black color preview on #876C81 background

This text has black color on #876C81 background.


White color preview on #876C81 background

This text has white color on #876C81 background.


Related colors

Complementary color

Complementary color for #hex is #78937E.


I love getcolorcode.com

Triadic colors

1 #81876C and #6C8187 with #876C81 are triadic colors.

2 #816C87 and #6C8781 with #876C81 are triadic colors.