COLOR #876877

HEX: #876877
RGB: (135,104,119)

Color info

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

RGB color model

#876877 color RGB value is (135,104,119).

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

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 119 of 255 = 47%

135
104
119

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

Portions of RGB colors in percentages

R + G + B =
135 + 104 + 119 = 358 (100%)
R 135 of 358 ~ 37.71%
G 104 of 358 ~ 29.05%
B 119 of 358 ~ 33.24%

%37.71
%29.05
%33.24

CMYK color model

#876877 color CMYK value is (0,23,12,47).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(0,23,12,47)
C0M23Y12K47 
(0%,23%,12%,47%)
(0.00/0.23/0.12/0.47)	

CMYK percentages

%0
%22.96
%11.85
%47.06

Codes

Color #876877 in popluar color models

876877
RGB135104119
HSL331°12.97%46.86%
HSB/HSV331°22.96%52.94%
CMYK0.00%22.96%11.85%
47.06%

Color #876877 in popluar number systems.

HEX876877
Decimal135104119
Binary1000011111010001110111
Octal207150167

Shades and tints

Shades of #876877

#876877
(135,104,119)
#7B5F6D
(123,95,109)
#6F5663
(111,86,99)
#634D59
(99,77,89)
#57444F
(87,68,79)
#4B3B45
(75,59,69)
#3F323B
(63,50,59)
#332931
(51,41,49)
#272027
(39,32,39)
#1B171D
(27,23,29)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #876877

#876877
(135,104,119)
#917583
(145,117,131)
#9B828F
(155,130,143)
#A58F9B
(165,143,155)
#AF9CA7
(175,156,167)
#B9A9B3
(185,169,179)
#C3B6BF
(195,182,191)
#CDC3CB
(205,195,203)
#D7D0D7
(215,208,215)
#E1DDE3
(225,221,227)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876877; }

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

This text font color is #876877.


Background Color

.myBgColor { background-color: #876877; }

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

This div background color is #876877.


Border color

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

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

This div border color is #876877.


Opacity

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

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

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

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

This text has shadow with #876877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876877 on black background.


Color preview on white background

This text has color #876877 on white background.



Black color preview on #876877 background

This text has black color on #876877 background.


White color preview on #876877 background

This text has white color on #876877 background.