COLOR #877770

HEX: #877770
RGB: (135,119,112)

Color info

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

RGB color model

#877770 color RGB value is (135,119,112).

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

RGB channels and saturation

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

135
119
112

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

Portions of RGB colors in percentages

R + G + B =
135 + 119 + 112 = 366 (100%)
R 135 of 366 ~ 36.89%
G 119 of 366 ~ 32.51%
B 112 of 366 ~ 30.6%

%36.89
%32.51
%30.6

CMYK color model

#877770 color CMYK value is (0,12,17,47).

  • cyan value is 0.00%
  • magenta value is 11.85%
  • yellow value is 17.04%
  • key color value is 47.06%
CMYK:
(0,12,17,47)
C0M12Y17K47 
(0%,12%,17%,47%)
(0.00/0.12/0.17/0.47)	

CMYK percentages

%0
%11.85
%17.04
%47.06

Codes

Color #877770 in popluar color models

877770
RGB135119112
HSL18°9.31%48.43%
HSB/HSV18°17.04%52.94%
CMYK0.00%11.85%17.04%
47.06%

Color #877770 in popluar number systems.

HEX877770
Decimal135119112
Binary1000011111101111110000
Octal207167160

Shades and tints

Shades of #877770

#877770
(135,119,112)
#7B6D66
(123,109,102)
#6F635C
(111,99,92)
#635952
(99,89,82)
#574F48
(87,79,72)
#4B453E
(75,69,62)
#3F3B34
(63,59,52)
#33312A
(51,49,42)
#272720
(39,39,32)
#1B1D16
(27,29,22)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #877770

#877770
(135,119,112)
#91837D
(145,131,125)
#9B8F8A
(155,143,138)
#A59B97
(165,155,151)
#AFA7A4
(175,167,164)
#B9B3B1
(185,179,177)
#C3BFBE
(195,191,190)
#CDCBCB
(205,203,203)
#D7D7D8
(215,215,216)
#E1E3E5
(225,227,229)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877770; }

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

This text font color is #877770.


Background Color

.myBgColor { background-color: #877770; }

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

This div background color is #877770.


Border color

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

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

This div border color is #877770.


Opacity

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

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

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

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

This text has shadow with #877770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877770 on black background.


Color preview on white background

This text has color #877770 on white background.



Black color preview on #877770 background

This text has black color on #877770 background.


White color preview on #877770 background

This text has white color on #877770 background.