COLOR #876079

HEX: #876079
RGB: (135,96,121)

Color info

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

RGB color model

#876079 color RGB value is (135,96,121).

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

RGB channels and saturation

R 135 of 255 = 53%
G 96 of 255 = 38%
B 121 of 255 = 47%

135
96
121

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

Portions of RGB colors in percentages

R + G + B =
135 + 96 + 121 = 352 (100%)
R 135 of 352 ~ 38.35%
G 96 of 352 ~ 27.27%
B 121 of 352 ~ 34.38%

%38.35
%27.27
%34.38

CMYK color model

#876079 color CMYK value is (0,29,10,47).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(0,29,10,47)
C0M29Y10K47 
(0%,29%,10%,47%)
(0.00/0.29/0.10/0.47)	

CMYK percentages

%0
%28.89
%10.37
%47.06

Codes

Color #876079 in popluar color models

876079
RGB13596121
HSL322°16.88%45.29%
HSB/HSV322°28.89%52.94%
CMYK0.00%28.89%10.37%
47.06%

Color #876079 in popluar number systems.

HEX876079
Decimal13596121
Binary1000011111000001111001
Octal207140171

Shades and tints

Shades of #876079

#876079
(135,96,121)
#7B586E
(123,88,110)
#6F5063
(111,80,99)
#634858
(99,72,88)
#57404D
(87,64,77)
#4B3842
(75,56,66)
#3F3037
(63,48,55)
#33282C
(51,40,44)
#272021
(39,32,33)
#1B1816
(27,24,22)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #876079

#876079
(135,96,121)
#916E85
(145,110,133)
#9B7C91
(155,124,145)
#A58A9D
(165,138,157)
#AF98A9
(175,152,169)
#B9A6B5
(185,166,181)
#C3B4C1
(195,180,193)
#CDC2CD
(205,194,205)
#D7D0D9
(215,208,217)
#E1DEE5
(225,222,229)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876079; }

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

This text font color is #876079.


Background Color

.myBgColor { background-color: #876079; }

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

This div background color is #876079.


Border color

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

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

This div border color is #876079.


Opacity

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

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

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

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

This text has shadow with #876079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876079 on black background.


Color preview on white background

This text has color #876079 on white background.



Black color preview on #876079 background

This text has black color on #876079 background.


White color preview on #876079 background

This text has white color on #876079 background.