COLOR #876874

HEX: #876874
RGB: (135,104,116)

Color info

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

RGB color model

#876874 color RGB value is (135,104,116).

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

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 116 of 255 = 45%

135
104
116

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

Portions of RGB colors in percentages

R + G + B =
135 + 104 + 116 = 355 (100%)
R 135 of 355 ~ 38.03%
G 104 of 355 ~ 29.3%
B 116 of 355 ~ 32.68%

%38.03
%29.3
%32.68

CMYK color model

#876874 color CMYK value is (0,23,14,47).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 14.07%
  • key color value is 47.06%
CMYK:
(0,23,14,47)
C0M23Y14K47 
(0%,23%,14%,47%)
(0.00/0.23/0.14/0.47)	

CMYK percentages

%0
%22.96
%14.07
%47.06

Codes

Color #876874 in popluar color models

876874
RGB135104116
HSL337°12.97%46.86%
HSB/HSV337°22.96%52.94%
CMYK0.00%22.96%14.07%
47.06%

Color #876874 in popluar number systems.

HEX876874
Decimal135104116
Binary1000011111010001110100
Octal207150164

Shades and tints

Shades of #876874

#876874
(135,104,116)
#7B5F6A
(123,95,106)
#6F5660
(111,86,96)
#634D56
(99,77,86)
#57444C
(87,68,76)
#4B3B42
(75,59,66)
#3F3238
(63,50,56)
#33292E
(51,41,46)
#272024
(39,32,36)
#1B171A
(27,23,26)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #876874

#876874
(135,104,116)
#917580
(145,117,128)
#9B828C
(155,130,140)
#A58F98
(165,143,152)
#AF9CA4
(175,156,164)
#B9A9B0
(185,169,176)
#C3B6BC
(195,182,188)
#CDC3C8
(205,195,200)
#D7D0D4
(215,208,212)
#E1DDE0
(225,221,224)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876874; }

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

This text font color is #876874.


Background Color

.myBgColor { background-color: #876874; }

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

This div background color is #876874.


Border color

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

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

This div border color is #876874.


Opacity

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

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

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

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

This text has shadow with #876874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876874 on black background.


Color preview on white background

This text has color #876874 on white background.



Black color preview on #876874 background

This text has black color on #876874 background.


White color preview on #876874 background

This text has white color on #876874 background.