COLOR #876F77

HEX: #876F77 RGB: (135,111,119)

Color info

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

RGB color model

#876F77 color RGB value is (135,111,119).

RGB: (135,111,119) (53%, 44%, 47%)

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 119 of 255 = 47%

135
111
119

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

Portions of RGB colors in percentages

R + G + B = 135 + 111 + 119 = 365 (100%)
R 135 of 365 ~ 36.99%
G 111 of 365 ~ 30.41%
B 119 of 365 ~ 32.6'%

%36.99
%30.41
%32.6

CMYK color model

#876F77 color CMYK value is (0,18,12,47).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 11.85%
  • key color value is 47.06%

CMYK: (0,18,12,47)
C0M18Y12K47 (0%, 18%, 12%, 47%)
(0.00 / 0.18 / 0.12 / 0.47)

CMYK percentages

%0
%17.78
%11.85
%47.06

Codes

Color #876F77 in popluar color models

87 6F 77
RGB 135 111 119
HSL 340° 9.76% 48.24%
HSB/HSV 340° 17.78% 52.94%
CMYK 0.00% 17.78% 11.85%
47.06%

Color #876F77 in popluar number systems.

HEX 87 6F 77
Decimal 135 111 119
Binary 10000111 1101111 1110111
Octal 207 157 167

Shades and tints

Shades of #876F77

#876F77
(135,111,119)
#7B656D
(123,101,109)
#6F5B63
(111,91,99)
#635159
(99,81,89)
#57474F
(87,71,79)
#4B3D45
(75,61,69)
#3F333B
(63,51,59)
#332931
(51,41,49)
#271F27
(39,31,39)
#1B151D
(27,21,29)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #876F77

#876F77
(135,111,119)
#917C83
(145,124,131)
#9B898F
(155,137,143)
#A5969B
(165,150,155)
#AFA3A7
(175,163,167)
#B9B0B3
(185,176,179)
#C3BDBF
(195,189,191)
#CDCACB
(205,202,203)
#D7D7D7
(215,215,215)
#E1E4E3
(225,228,227)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876F77; }

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

This text font color is #876F77.

Background Color

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

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

This div background color is #876F77.

Border color

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

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

This div border color is #876F77.

Opacity

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

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

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

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

This text has shadow with #876F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876F77.

Preview

Color preview on black background

This text has color #876F77 on black background.


Color preview on white background

This text has color #876F77 on white background.


Black color preview on #876F77 background

This text has black color on #876F77 background.


White color preview on #876F77 background

This text has white color on #876F77 background.


Related colors

Complementary color

Complementary color for #hex is #789088.


I love getcolorcode.com

Triadic colors

1 #77876F and #6F7787 with #876F77 are triadic colors.

2 #776F87 and #6F8777 with #876F77 are triadic colors.