COLOR #877970

HEX: #877970
RGB: (135,121,112)

Color info

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

RGB color model

#877970 color RGB value is (135,121,112).

  • red value is 135;
  • green value is 121;
  • blue value is 112.
RGB:
(135,121,112)
(53%,47%,44%)

RGB channels and saturation

R 135 of 255 = 53%
G 121 of 255 = 47%
B 112 of 255 = 44%

135
121
112

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

Portions of RGB colors in percentages

R + G + B =
135 + 121 + 112 = 368 (100%)
R 135 of 368 ~ 36.68%
G 121 of 368 ~ 32.88%
B 112 of 368 ~ 30.43%

%36.68
%32.88
%30.43

CMYK color model

#877970 color CMYK value is (0,10,17,47).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 17.04%
  • key color value is 47.06%
CMYK:
(0,10,17,47)
C0M10Y17K47 
(0%,10%,17%,47%)
(0.00/0.10/0.17/0.47)	

CMYK percentages

%0
%10.37
%17.04
%47.06

Codes

Color #877970 in popluar color models

877970
RGB135121112
HSL23°9.31%48.43%
HSB/HSV23°17.04%52.94%
CMYK0.00%10.37%17.04%
47.06%

Color #877970 in popluar number systems.

HEX877970
Decimal135121112
Binary1000011111110011110000
Octal207171160

Shades and tints

Shades of #877970

#877970
(135,121,112)
#7B6E66
(123,110,102)
#6F635C
(111,99,92)
#635852
(99,88,82)
#574D48
(87,77,72)
#4B423E
(75,66,62)
#3F3734
(63,55,52)
#332C2A
(51,44,42)
#272120
(39,33,32)
#1B1616
(27,22,22)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #877970

#877970
(135,121,112)
#91857D
(145,133,125)
#9B918A
(155,145,138)
#A59D97
(165,157,151)
#AFA9A4
(175,169,164)
#B9B5B1
(185,181,177)
#C3C1BE
(195,193,190)
#CDCDCB
(205,205,203)
#D7D9D8
(215,217,216)
#E1E5E5
(225,229,229)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877970 color. Also use rgb(135,121,112) instead hex code.

Text Font Color

.myTextColor { color: #877970; }

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

This text font color is #877970.


Background Color

.myBgColor { background-color: #877970; }

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

This div background color is #877970.


Border color

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

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

This div border color is #877970.


Opacity

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

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

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

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

This text has shadow with #877970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877970 on black background.


Color preview on white background

This text has color #877970 on white background.



Black color preview on #877970 background

This text has black color on #877970 background.


White color preview on #877970 background

This text has white color on #877970 background.