COLOR #876A76

HEX: #876A76 RGB: (135,106,118)

Color info

#876A76 contains red, green and blue colors in about the same proportion. Web safe color of #876A76 is #996666 (or #966).

RGB color model

#876A76 color RGB value is (135,106,118).

RGB: (135,106,118) (53%, 42%, 46%)

RGB channels and saturation

R 135 of 255 = 53%
G 106 of 255 = 42%
B 118 of 255 = 46%

135
106
118

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

Portions of RGB colors in percentages

R + G + B = 135 + 106 + 118 = 359 (100%)
R 135 of 359 ~ 37.6%
G 106 of 359 ~ 29.53%
B 118 of 359 ~ 32.87'%

%37.6
%29.53
%32.87

CMYK color model

#876A76 color CMYK value is (0,21,13,47).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 12.59%
  • key color value is 47.06%
CMYK: (0,21,13,47) C0M21Y13K47 (0%,21%,13%,47%) (0.00/0.21/0.13/0.47) 

CMYK percentages

%0
%21.48
%12.59
%47.06

Codes

Color #876A76 in popluar color models

87 6A 76
RGB 135 106 118
HSL 335° 12.03% 47.25%
HSB/HSV 335° 21.48% 52.94%
CMYK 0.00% 21.48% 12.59%
47.06%

Color #876A76 in popluar number systems.

HEX 87 6A 76
Decimal 135 106 118
Binary 10000111 1101010 1110110
Octal 207 152 166

Shades and tints

Shades of #876A76

#876A76
(135,106,118)
#7B616C
(123,97,108)
#6F5862
(111,88,98)
#634F58
(99,79,88)
#57464E
(87,70,78)
#4B3D44
(75,61,68)
#3F343A
(63,52,58)
#332B30
(51,43,48)
#272226
(39,34,38)
#1B191C
(27,25,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #876A76

#876A76
(135,106,118)
#917782
(145,119,130)
#9B848E
(155,132,142)
#A5919A
(165,145,154)
#AF9EA6
(175,158,166)
#B9ABB2
(185,171,178)
#C3B8BE
(195,184,190)
#CDC5CA
(205,197,202)
#D7D2D6
(215,210,214)
#E1DFE2
(225,223,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876A76; }

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

This text font color is #876A76.

Background Color

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

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

This div background color is #876A76.

Border color

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

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

This div border color is #876A76.

Opacity

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

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

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

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

This text has shadow with #876A76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876A76.

Preview

Color preview on black background

This text has color #876A76 on black background.


Color preview on white background

This text has color #876A76 on white background.


Black color preview on #876A76 background

This text has black color on #876A76 background.


White color preview on #876A76 background

This text has white color on #876A76 background.


Related colors

Complementary color

Complementary color for #hex is #789589.


I love getcolorcode.com

Triadic colors

1 #76876A and #6A7687 with #876A76 are triadic colors.

2 #766A87 and #6A8776 with #876A76 are triadic colors.