COLOR #877C86

HEX: #877C86
RGB: (135,124,134)

Color info

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

RGB color model

#877C86 color RGB value is (135,124,134).

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

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 134 of 255 = 53%

135
124
134

R + G + B ~ 52%. #877C86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 124 + 134 = 393 (100%)
R 135 of 393 ~ 34.35%
G 124 of 393 ~ 31.55%
B 134 of 393 ~ 34.1%

%34.35
%31.55
%34.1

CMYK color model

#877C86 color CMYK value is (0,8,1,47).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 0.74%
  • key color value is 47.06%
CMYK:
(0,8,1,47)
C0M8Y1K47 
(0%,8%,1%,47%)
(0.00/0.08/0.01/0.47)	

CMYK percentages

%0
%8.15
%0.74
%47.06

Codes

Color #877C86 in popluar color models

877C86
RGB135124134
HSL305°4.38%50.78%
HSB/HSV305°8.15%52.94%
CMYK0.00%8.15%0.74%
47.06%

Color #877C86 in popluar number systems.

HEX877C86
Decimal135124134
Binary10000111111110010000110
Octal207174206

Shades and tints

Shades of #877C86

#877C86
(135,124,134)
#7B717A
(123,113,122)
#6F666E
(111,102,110)
#635B62
(99,91,98)
#575056
(87,80,86)
#4B454A
(75,69,74)
#3F3A3E
(63,58,62)
#332F32
(51,47,50)
#272426
(39,36,38)
#1B191A
(27,25,26)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #877C86

#877C86
(135,124,134)
#918791
(145,135,145)
#9B929C
(155,146,156)
#A59DA7
(165,157,167)
#AFA8B2
(175,168,178)
#B9B3BD
(185,179,189)
#C3BEC8
(195,190,200)
#CDC9D3
(205,201,211)
#D7D4DE
(215,212,222)
#E1DFE9
(225,223,233)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C86; }

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

This text font color is #877C86.


Background Color

.myBgColor { background-color: #877C86; }

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

This div background color is #877C86.


Border color

.myBorderColor { border: 1px solid #877C86; }

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

This div border color is #877C86.


Opacity

.myOpacity80 { color: #877C86; opacity: 0.8; }

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

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

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

This text has shadow with #877C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877C86 on black background.


Color preview on white background

This text has color #877C86 on white background.



Black color preview on #877C86 background

This text has black color on #877C86 background.


White color preview on #877C86 background

This text has white color on #877C86 background.