COLOR #876E85

HEX: #876E85 RGB: (135,110,133)

Color info

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

RGB color model

#876E85 color RGB value is (135,110,133).

RGB: (135,110,133) (53%, 43%, 52%)

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 133 of 255 = 52%

135
110
133

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

Portions of RGB colors in percentages

R + G + B = 135 + 110 + 133 = 378 (100%)
R 135 of 378 ~ 35.71%
G 110 of 378 ~ 29.1%
B 133 of 378 ~ 35.19'%

%35.71
%29.1
%35.19

CMYK color model

#876E85 color CMYK value is (0,19,1,47).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 1.48%
  • key color value is 47.06%

CMYK: (0,19,1,47)
C0M19Y1K47 (0%, 19%, 1%, 47%)
(0.00 / 0.19 / 0.01 / 0.47)

CMYK percentages

%0
%18.52
%1.48
%47.06

Codes

Color #876E85 in popluar color models

87 6E 85
RGB 135 110 133
HSL 305° 10.20% 48.04%
HSB/HSV 305° 18.52% 52.94%
CMYK 0.00% 18.52% 1.48%
47.06%

Color #876E85 in popluar number systems.

HEX 87 6E 85
Decimal 135 110 133
Binary 10000111 1101110 10000101
Octal 207 156 205

Shades and tints

Shades of #876E85

#876E85
(135,110,133)
#7B6479
(123,100,121)
#6F5A6D
(111,90,109)
#635061
(99,80,97)
#574655
(87,70,85)
#4B3C49
(75,60,73)
#3F323D
(63,50,61)
#332831
(51,40,49)
#271E25
(39,30,37)
#1B1419
(27,20,25)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #876E85

#876E85
(135,110,133)
#917B90
(145,123,144)
#9B889B
(155,136,155)
#A595A6
(165,149,166)
#AFA2B1
(175,162,177)
#B9AFBC
(185,175,188)
#C3BCC7
(195,188,199)
#CDC9D2
(205,201,210)
#D7D6DD
(215,214,221)
#E1E3E8
(225,227,232)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876E85; }

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

This text font color is #876E85.

Background Color

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

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

This div background color is #876E85.

Border color

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

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

This div border color is #876E85.

Opacity

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

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

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

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

This text has shadow with #876E85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876E85.

Preview

Color preview on black background

This text has color #876E85 on black background.


Color preview on white background

This text has color #876E85 on white background.


Black color preview on #876E85 background

This text has black color on #876E85 background.


White color preview on #876E85 background

This text has white color on #876E85 background.


Related colors

Complementary color

Complementary color for #hex is #78917A.


I love getcolorcode.com

Triadic colors

1 #85876E and #6E8587 with #876E85 are triadic colors.

2 #856E87 and #6E8785 with #876E85 are triadic colors.