COLOR #876677

HEX: #876677
RGB: (135,102,119)

Color info

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

RGB color model

#876677 color RGB value is (135,102,119).

  • red value is 135;
  • green value is 102;
  • blue value is 119.
RGB:
(135,102,119)
(53%,40%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 102 of 255 = 40%
B 119 of 255 = 47%

135
102
119

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

Portions of RGB colors in percentages

R + G + B =
135 + 102 + 119 = 356 (100%)
R 135 of 356 ~ 37.92%
G 102 of 356 ~ 28.65%
B 119 of 356 ~ 33.43%

%37.92
%28.65
%33.43

CMYK color model

#876677 color CMYK value is (0,24,12,47).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(0,24,12,47)
C0M24Y12K47 
(0%,24%,12%,47%)
(0.00/0.24/0.12/0.47)	

CMYK percentages

%0
%24.44
%11.85
%47.06

Codes

Color #876677 in popluar color models

876677
RGB135102119
HSL329°13.92%46.47%
HSB/HSV329°24.44%52.94%
CMYK0.00%24.44%11.85%
47.06%

Color #876677 in popluar number systems.

HEX876677
Decimal135102119
Binary1000011111001101110111
Octal207146167

Shades and tints

Shades of #876677

#876677
(135,102,119)
#7B5D6D
(123,93,109)
#6F5463
(111,84,99)
#634B59
(99,75,89)
#57424F
(87,66,79)
#4B3945
(75,57,69)
#3F303B
(63,48,59)
#332731
(51,39,49)
#271E27
(39,30,39)
#1B151D
(27,21,29)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #876677

#876677
(135,102,119)
#917383
(145,115,131)
#9B808F
(155,128,143)
#A58D9B
(165,141,155)
#AF9AA7
(175,154,167)
#B9A7B3
(185,167,179)
#C3B4BF
(195,180,191)
#CDC1CB
(205,193,203)
#D7CED7
(215,206,215)
#E1DBE3
(225,219,227)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876677; }

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

This text font color is #876677.


Background Color

.myBgColor { background-color: #876677; }

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

This div background color is #876677.


Border color

.myBorderColor { border: 1px solid #876677; }

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

This div border color is #876677.


Opacity

.myOpacity80 { color: #876677; opacity: 0.8; }

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

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

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

This text has shadow with #876677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876677 on black background.


Color preview on white background

This text has color #876677 on white background.



Black color preview on #876677 background

This text has black color on #876677 background.


White color preview on #876677 background

This text has white color on #876677 background.