COLOR #876076

HEX: #876076
RGB: (135,96,118)

Color info

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

RGB color model

#876076 color RGB value is (135,96,118).

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

RGB channels and saturation

R 135 of 255 = 53%
G 96 of 255 = 38%
B 118 of 255 = 46%

135
96
118

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

Portions of RGB colors in percentages

R + G + B =
135 + 96 + 118 = 349 (100%)
R 135 of 349 ~ 38.68%
G 96 of 349 ~ 27.51%
B 118 of 349 ~ 33.81%

%38.68
%27.51
%33.81

CMYK color model

#876076 color CMYK value is (0,29,13,47).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 12.59%
  • key color value is 47.06%
CMYK:
(0,29,13,47)
C0M29Y13K47 
(0%,29%,13%,47%)
(0.00/0.29/0.13/0.47)	

CMYK percentages

%0
%28.89
%12.59
%47.06

Codes

Color #876076 in popluar color models

876076
RGB13596118
HSL326°16.88%45.29%
HSB/HSV326°28.89%52.94%
CMYK0.00%28.89%12.59%
47.06%

Color #876076 in popluar number systems.

HEX876076
Decimal13596118
Binary1000011111000001110110
Octal207140166

Shades and tints

Shades of #876076

#876076
(135,96,118)
#7B586C
(123,88,108)
#6F5062
(111,80,98)
#634858
(99,72,88)
#57404E
(87,64,78)
#4B3844
(75,56,68)
#3F303A
(63,48,58)
#332830
(51,40,48)
#272026
(39,32,38)
#1B181C
(27,24,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #876076

#876076
(135,96,118)
#916E82
(145,110,130)
#9B7C8E
(155,124,142)
#A58A9A
(165,138,154)
#AF98A6
(175,152,166)
#B9A6B2
(185,166,178)
#C3B4BE
(195,180,190)
#CDC2CA
(205,194,202)
#D7D0D6
(215,208,214)
#E1DEE2
(225,222,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876076; }

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

This text font color is #876076.


Background Color

.myBgColor { background-color: #876076; }

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

This div background color is #876076.


Border color

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

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

This div border color is #876076.


Opacity

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

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

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

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

This text has shadow with #876076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876076 on black background.


Color preview on white background

This text has color #876076 on white background.



Black color preview on #876076 background

This text has black color on #876076 background.


White color preview on #876076 background

This text has white color on #876076 background.