COLOR #876579

HEX: #876579
RGB: (135,101,121)

Color info

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

RGB color model

#876579 color RGB value is (135,101,121).

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

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 121 of 255 = 47%

135
101
121

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

Portions of RGB colors in percentages

R + G + B =
135 + 101 + 121 = 357 (100%)
R 135 of 357 ~ 37.82%
G 101 of 357 ~ 28.29%
B 121 of 357 ~ 33.89%

%37.82
%28.29
%33.89

CMYK color model

#876579 color CMYK value is (0,25,10,47).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(0,25,10,47)
C0M25Y10K47 
(0%,25%,10%,47%)
(0.00/0.25/0.10/0.47)	

CMYK percentages

%0
%25.19
%10.37
%47.06

Codes

Color #876579 in popluar color models

876579
RGB135101121
HSL325°14.41%46.27%
HSB/HSV325°25.19%52.94%
CMYK0.00%25.19%10.37%
47.06%

Color #876579 in popluar number systems.

HEX876579
Decimal135101121
Binary1000011111001011111001
Octal207145171

Shades and tints

Shades of #876579

#876579
(135,101,121)
#7B5C6E
(123,92,110)
#6F5363
(111,83,99)
#634A58
(99,74,88)
#57414D
(87,65,77)
#4B3842
(75,56,66)
#3F2F37
(63,47,55)
#33262C
(51,38,44)
#271D21
(39,29,33)
#1B1416
(27,20,22)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #876579

#876579
(135,101,121)
#917385
(145,115,133)
#9B8191
(155,129,145)
#A58F9D
(165,143,157)
#AF9DA9
(175,157,169)
#B9ABB5
(185,171,181)
#C3B9C1
(195,185,193)
#CDC7CD
(205,199,205)
#D7D5D9
(215,213,217)
#E1E3E5
(225,227,229)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876579 color. Also use rgb(135,101,121) instead hex code.

Text Font Color

.myTextColor { color: #876579; }

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

This text font color is #876579.


Background Color

.myBgColor { background-color: #876579; }

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

This div background color is #876579.


Border color

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

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

This div border color is #876579.


Opacity

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

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

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

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

This text has shadow with #876579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876579 on black background.


Color preview on white background

This text has color #876579 on white background.



Black color preview on #876579 background

This text has black color on #876579 background.


White color preview on #876579 background

This text has white color on #876579 background.