COLOR #877786

HEX: #877786
RGB: (135,119,134)

Color info

#877786 contains red, green and blue colors in about the same proportion. Web safe color of #877786 is #996699 (or #969).

RGB color model

#877786 color RGB value is (135,119,134).

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

RGB channels and saturation

R 135 of 255 = 53%
G 119 of 255 = 47%
B 134 of 255 = 53%

135
119
134

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

Portions of RGB colors in percentages

R + G + B =
135 + 119 + 134 = 388 (100%)
R 135 of 388 ~ 34.79%
G 119 of 388 ~ 30.67%
B 134 of 388 ~ 34.54%

%34.79
%30.67
%34.54

CMYK color model

#877786 color CMYK value is (0,12,1,47).

  • cyan value is 0.00%
  • magenta value is 11.85%
  • yellow value is 0.74%
  • key color value is 47.06%
CMYK:
(0,12,1,47)
C0M12Y1K47 
(0%,12%,1%,47%)
(0.00/0.12/0.01/0.47)	

CMYK percentages

%0
%11.85
%0.74
%47.06

Codes

Color #877786 in popluar color models

877786
RGB135119134
HSL304°6.30%49.80%
HSB/HSV304°11.85%52.94%
CMYK0.00%11.85%0.74%
47.06%

Color #877786 in popluar number systems.

HEX877786
Decimal135119134
Binary10000111111011110000110
Octal207167206

Shades and tints

Shades of #877786

#877786
(135,119,134)
#7B6D7A
(123,109,122)
#6F636E
(111,99,110)
#635962
(99,89,98)
#574F56
(87,79,86)
#4B454A
(75,69,74)
#3F3B3E
(63,59,62)
#333132
(51,49,50)
#272726
(39,39,38)
#1B1D1A
(27,29,26)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #877786

#877786
(135,119,134)
#918391
(145,131,145)
#9B8F9C
(155,143,156)
#A59BA7
(165,155,167)
#AFA7B2
(175,167,178)
#B9B3BD
(185,179,189)
#C3BFC8
(195,191,200)
#CDCBD3
(205,203,211)
#D7D7DE
(215,215,222)
#E1E3E9
(225,227,233)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877786; }

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

This text font color is #877786.


Background Color

.myBgColor { background-color: #877786; }

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

This div background color is #877786.


Border color

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

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

This div border color is #877786.


Opacity

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

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

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

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

This text has shadow with #877786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877786 on black background.


Color preview on white background

This text has color #877786 on white background.



Black color preview on #877786 background

This text has black color on #877786 background.


White color preview on #877786 background

This text has white color on #877786 background.