COLOR #876F85

HEX: #876F85 RGB: (135,111,133)

Color info

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

RGB color model

#876F85 color RGB value is (135,111,133).

RGB: (135,111,133) (53%, 44%, 52%)

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 133 of 255 = 52%

135
111
133

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

Portions of RGB colors in percentages

R + G + B = 135 + 111 + 133 = 379 (100%)
R 135 of 379 ~ 35.62%
G 111 of 379 ~ 29.29%
B 133 of 379 ~ 35.09'%

%35.62
%29.29
%35.09

CMYK color model

#876F85 color CMYK value is (0,18,1,47).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 1.48%
  • key color value is 47.06%
CMYK: (0,18,1,47) C0M18Y1K47 (0%,18%,1%,47%) (0.00/0.18/0.01/0.47) 

CMYK percentages

%0
%17.78
%1.48
%47.06

Codes

Color #876F85 in popluar color models

87 6F 85
RGB 135 111 133
HSL 305° 9.76% 48.24%
HSB/HSV 305° 17.78% 52.94%
CMYK 0.00% 17.78% 1.48%
47.06%

Color #876F85 in popluar number systems.

HEX 87 6F 85
Decimal 135 111 133
Binary 10000111 1101111 10000101
Octal 207 157 205

Shades and tints

Shades of #876F85

#876F85
(135,111,133)
#7B6579
(123,101,121)
#6F5B6D
(111,91,109)
#635161
(99,81,97)
#574755
(87,71,85)
#4B3D49
(75,61,73)
#3F333D
(63,51,61)
#332931
(51,41,49)
#271F25
(39,31,37)
#1B1519
(27,21,25)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #876F85

#876F85
(135,111,133)
#917C90
(145,124,144)
#9B899B
(155,137,155)
#A596A6
(165,150,166)
#AFA3B1
(175,163,177)
#B9B0BC
(185,176,188)
#C3BDC7
(195,189,199)
#CDCAD2
(205,202,210)
#D7D7DD
(215,215,221)
#E1E4E8
(225,228,232)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876F85 color. Also use rgb(135,111,133) instead hex code.

Text Font Color

.myTextColor { color: #876F85; }

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

This text font color is #876F85.

Background Color

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

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

This div background color is #876F85.

Border color

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

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

This div border color is #876F85.

Opacity

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

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

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

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

This text has shadow with #876F85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876F85.

Preview

Color preview on black background

This text has color #876F85 on black background.


Color preview on white background

This text has color #876F85 on white background.


Black color preview on #876F85 background

This text has black color on #876F85 background.


White color preview on #876F85 background

This text has white color on #876F85 background.


Related colors

Complementary color

Complementary color for #hex is #78907A.


I love getcolorcode.com

Triadic colors

1 #85876F and #6F8587 with #876F85 are triadic colors.

2 #856F87 and #6F8785 with #876F85 are triadic colors.