COLOR #877874

HEX: #877874
RGB: (135,120,116)

Color info

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

RGB color model

#877874 color RGB value is (135,120,116).

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

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 116 of 255 = 45%

135
120
116

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

Portions of RGB colors in percentages

R + G + B =
135 + 120 + 116 = 371 (100%)
R 135 of 371 ~ 36.39%
G 120 of 371 ~ 32.35%
B 116 of 371 ~ 31.27%

%36.39
%32.35
%31.27

CMYK color model

#877874 color CMYK value is (0,11,14,47).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 14.07%
  • key color value is 47.06%
CMYK:
(0,11,14,47)
C0M11Y14K47 
(0%,11%,14%,47%)
(0.00/0.11/0.14/0.47)	

CMYK percentages

%0
%11.11
%14.07
%47.06

Codes

Color #877874 in popluar color models

877874
RGB135120116
HSL13°7.57%49.22%
HSB/HSV13°14.07%52.94%
CMYK0.00%11.11%14.07%
47.06%

Color #877874 in popluar number systems.

HEX877874
Decimal135120116
Binary1000011111110001110100
Octal207170164

Shades and tints

Shades of #877874

#877874
(135,120,116)
#7B6E6A
(123,110,106)
#6F6460
(111,100,96)
#635A56
(99,90,86)
#57504C
(87,80,76)
#4B4642
(75,70,66)
#3F3C38
(63,60,56)
#33322E
(51,50,46)
#272824
(39,40,36)
#1B1E1A
(27,30,26)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #877874

#877874
(135,120,116)
#918480
(145,132,128)
#9B908C
(155,144,140)
#A59C98
(165,156,152)
#AFA8A4
(175,168,164)
#B9B4B0
(185,180,176)
#C3C0BC
(195,192,188)
#CDCCC8
(205,204,200)
#D7D8D4
(215,216,212)
#E1E4E0
(225,228,224)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877874; }

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

This text font color is #877874.


Background Color

.myBgColor { background-color: #877874; }

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

This div background color is #877874.


Border color

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

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

This div border color is #877874.


Opacity

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

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

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

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

This text has shadow with #877874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877874 on black background.


Color preview on white background

This text has color #877874 on white background.



Black color preview on #877874 background

This text has black color on #877874 background.


White color preview on #877874 background

This text has white color on #877874 background.