COLOR #876474

HEX: #876474
RGB: (135,100,116)

Color info

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

RGB color model

#876474 color RGB value is (135,100,116).

  • red value is 135;
  • green value is 100;
  • blue value is 116.
RGB:
(135,100,116)
(53%,39%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 100 of 255 = 39%
B 116 of 255 = 45%

135
100
116

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

Portions of RGB colors in percentages

R + G + B =
135 + 100 + 116 = 351 (100%)
R 135 of 351 ~ 38.46%
G 100 of 351 ~ 28.49%
B 116 of 351 ~ 33.05%

%38.46
%28.49
%33.05

CMYK color model

#876474 color CMYK value is (0,26,14,47).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 14.07%
  • key color value is 47.06%
CMYK:
(0,26,14,47)
C0M26Y14K47 
(0%,26%,14%,47%)
(0.00/0.26/0.14/0.47)	

CMYK percentages

%0
%25.93
%14.07
%47.06

Codes

Color #876474 in popluar color models

876474
RGB135100116
HSL333°14.89%46.08%
HSB/HSV333°25.93%52.94%
CMYK0.00%25.93%14.07%
47.06%

Color #876474 in popluar number systems.

HEX876474
Decimal135100116
Binary1000011111001001110100
Octal207144164

Shades and tints

Shades of #876474

#876474
(135,100,116)
#7B5B6A
(123,91,106)
#6F5260
(111,82,96)
#634956
(99,73,86)
#57404C
(87,64,76)
#4B3742
(75,55,66)
#3F2E38
(63,46,56)
#33252E
(51,37,46)
#271C24
(39,28,36)
#1B131A
(27,19,26)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #876474

#876474
(135,100,116)
#917280
(145,114,128)
#9B808C
(155,128,140)
#A58E98
(165,142,152)
#AF9CA4
(175,156,164)
#B9AAB0
(185,170,176)
#C3B8BC
(195,184,188)
#CDC6C8
(205,198,200)
#D7D4D4
(215,212,212)
#E1E2E0
(225,226,224)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876474 color. Also use rgb(135,100,116) instead hex code.

Text Font Color

.myTextColor { color: #876474; }

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

This text font color is #876474.


Background Color

.myBgColor { background-color: #876474; }

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

This div background color is #876474.


Border color

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

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

This div border color is #876474.


Opacity

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

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

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

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

This text has shadow with #876474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876474 on black background.


Color preview on white background

This text has color #876474 on white background.



Black color preview on #876474 background

This text has black color on #876474 background.


White color preview on #876474 background

This text has white color on #876474 background.