COLOR #876C78

HEX: #876C78
RGB: (135,108,120)

Color info

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

RGB color model

#876C78 color RGB value is (135,108,120).

  • red value is 135;
  • green value is 108;
  • blue value is 120.
RGB:
(135,108,120)
(53%,42%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 108 of 255 = 42%
B 120 of 255 = 47%

135
108
120

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

Portions of RGB colors in percentages

R + G + B =
135 + 108 + 120 = 363 (100%)
R 135 of 363 ~ 37.19%
G 108 of 363 ~ 29.75%
B 120 of 363 ~ 33.06%

%37.19
%29.75
%33.06

CMYK color model

#876C78 color CMYK value is (0,20,11,47).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 11.11%
  • key color value is 47.06%
CMYK:
(0,20,11,47)
C0M20Y11K47 
(0%,20%,11%,47%)
(0.00/0.20/0.11/0.47)	

CMYK percentages

%0
%20
%11.11
%47.06

Codes

Color #876C78 in popluar color models

876C78
RGB135108120
HSL333°11.11%47.65%
HSB/HSV333°20.00%52.94%
CMYK0.00%20.00%11.11%
47.06%

Color #876C78 in popluar number systems.

HEX876C78
Decimal135108120
Binary1000011111011001111000
Octal207154170

Shades and tints

Shades of #876C78

#876C78
(135,108,120)
#7B636E
(123,99,110)
#6F5A64
(111,90,100)
#63515A
(99,81,90)
#574850
(87,72,80)
#4B3F46
(75,63,70)
#3F363C
(63,54,60)
#332D32
(51,45,50)
#272428
(39,36,40)
#1B1B1E
(27,27,30)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #876C78

#876C78
(135,108,120)
#917984
(145,121,132)
#9B8690
(155,134,144)
#A5939C
(165,147,156)
#AFA0A8
(175,160,168)
#B9ADB4
(185,173,180)
#C3BAC0
(195,186,192)
#CDC7CC
(205,199,204)
#D7D4D8
(215,212,216)
#E1E1E4
(225,225,228)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876C78 color. Also use rgb(135,108,120) instead hex code.

Text Font Color

.myTextColor { color: #876C78; }

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

This text font color is #876C78.


Background Color

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

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

This div background color is #876C78.


Border color

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

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

This div border color is #876C78.


Opacity

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

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

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

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

This text has shadow with #876C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876C78 on black background.


Color preview on white background

This text has color #876C78 on white background.



Black color preview on #876C78 background

This text has black color on #876C78 background.


White color preview on #876C78 background

This text has white color on #876C78 background.