COLOR #876276

HEX: #876276
RGB: (135,98,118)

Color info

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

RGB color model

#876276 color RGB value is (135,98,118).

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

RGB channels and saturation

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

135
98
118

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

Portions of RGB colors in percentages

R + G + B =
135 + 98 + 118 = 351 (100%)
R 135 of 351 ~ 38.46%
G 98 of 351 ~ 27.92%
B 118 of 351 ~ 33.62%

%38.46
%27.92
%33.62

CMYK color model

#876276 color CMYK value is (0,27,13,47).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 12.59%
  • key color value is 47.06%
CMYK:
(0,27,13,47)
C0M27Y13K47 
(0%,27%,13%,47%)
(0.00/0.27/0.13/0.47)	

CMYK percentages

%0
%27.41
%12.59
%47.06

Codes

Color #876276 in popluar color models

876276
RGB13598118
HSL328°15.88%45.69%
HSB/HSV328°27.41%52.94%
CMYK0.00%27.41%12.59%
47.06%

Color #876276 in popluar number systems.

HEX876276
Decimal13598118
Binary1000011111000101110110
Octal207142166

Shades and tints

Shades of #876276

#876276
(135,98,118)
#7B5A6C
(123,90,108)
#6F5262
(111,82,98)
#634A58
(99,74,88)
#57424E
(87,66,78)
#4B3A44
(75,58,68)
#3F323A
(63,50,58)
#332A30
(51,42,48)
#272226
(39,34,38)
#1B1A1C
(27,26,28)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #876276

#876276
(135,98,118)
#917082
(145,112,130)
#9B7E8E
(155,126,142)
#A58C9A
(165,140,154)
#AF9AA6
(175,154,166)
#B9A8B2
(185,168,178)
#C3B6BE
(195,182,190)
#CDC4CA
(205,196,202)
#D7D2D6
(215,210,214)
#E1E0E2
(225,224,226)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876276; }

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

This text font color is #876276.


Background Color

.myBgColor { background-color: #876276; }

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

This div background color is #876276.


Border color

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

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

This div border color is #876276.


Opacity

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

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

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

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

This text has shadow with #876276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876276 on black background.


Color preview on white background

This text has color #876276 on white background.



Black color preview on #876276 background

This text has black color on #876276 background.


White color preview on #876276 background

This text has white color on #876276 background.