COLOR #876A81

HEX: #876A81
RGB: (135,106,129)

Color info

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

RGB color model

#876A81 color RGB value is (135,106,129).

  • red value is 135;
  • green value is 106;
  • blue value is 129.
RGB:
(135,106,129)
(53%,42%,51%)

RGB channels and saturation

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

135
106
129

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

Portions of RGB colors in percentages

R + G + B =
135 + 106 + 129 = 370 (100%)
R 135 of 370 ~ 36.49%
G 106 of 370 ~ 28.65%
B 129 of 370 ~ 34.86%

%36.49
%28.65
%34.86

CMYK color model

#876A81 color CMYK value is (0,21,4,47).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 4.44%
  • key color value is 47.06%
CMYK:
(0,21,4,47)
C0M21Y4K47 
(0%,21%,4%,47%)
(0.00/0.21/0.04/0.47)	

CMYK percentages

%0
%21.48
%4.44
%47.06

Codes

Color #876A81 in popluar color models

876A81
RGB135106129
HSL312°12.03%47.25%
HSB/HSV312°21.48%52.94%
CMYK0.00%21.48%4.44%
47.06%

Color #876A81 in popluar number systems.

HEX876A81
Decimal135106129
Binary10000111110101010000001
Octal207152201

Shades and tints

Shades of #876A81

#876A81
(135,106,129)
#7B6176
(123,97,118)
#6F586B
(111,88,107)
#634F60
(99,79,96)
#574655
(87,70,85)
#4B3D4A
(75,61,74)
#3F343F
(63,52,63)
#332B34
(51,43,52)
#272229
(39,34,41)
#1B191E
(27,25,30)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #876A81

#876A81
(135,106,129)
#91778C
(145,119,140)
#9B8497
(155,132,151)
#A591A2
(165,145,162)
#AF9EAD
(175,158,173)
#B9ABB8
(185,171,184)
#C3B8C3
(195,184,195)
#CDC5CE
(205,197,206)
#D7D2D9
(215,210,217)
#E1DFE4
(225,223,228)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876A81; }

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

This text font color is #876A81.


Background Color

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

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

This div background color is #876A81.


Border color

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

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

This div border color is #876A81.


Opacity

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

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

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

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

This text has shadow with #876A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876A81 on black background.


Color preview on white background

This text has color #876A81 on white background.



Black color preview on #876A81 background

This text has black color on #876A81 background.


White color preview on #876A81 background

This text has white color on #876A81 background.