COLOR #877C81

HEX: #877C81
RGB: (135,124,129)

Color info

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

RGB color model

#877C81 color RGB value is (135,124,129).

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

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 129 of 255 = 51%

135
124
129

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

Portions of RGB colors in percentages

R + G + B =
135 + 124 + 129 = 388 (100%)
R 135 of 388 ~ 34.79%
G 124 of 388 ~ 31.96%
B 129 of 388 ~ 33.25%

%34.79
%31.96
%33.25

CMYK color model

#877C81 color CMYK value is (0,8,4,47).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 4.44%
  • key color value is 47.06%
CMYK:
(0,8,4,47)
C0M8Y4K47 
(0%,8%,4%,47%)
(0.00/0.08/0.04/0.47)	

CMYK percentages

%0
%8.15
%4.44
%47.06

Codes

Color #877C81 in popluar color models

877C81
RGB135124129
HSL333°4.38%50.78%
HSB/HSV333°8.15%52.94%
CMYK0.00%8.15%4.44%
47.06%

Color #877C81 in popluar number systems.

HEX877C81
Decimal135124129
Binary10000111111110010000001
Octal207174201

Shades and tints

Shades of #877C81

#877C81
(135,124,129)
#7B7176
(123,113,118)
#6F666B
(111,102,107)
#635B60
(99,91,96)
#575055
(87,80,85)
#4B454A
(75,69,74)
#3F3A3F
(63,58,63)
#332F34
(51,47,52)
#272429
(39,36,41)
#1B191E
(27,25,30)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #877C81

#877C81
(135,124,129)
#91878C
(145,135,140)
#9B9297
(155,146,151)
#A59DA2
(165,157,162)
#AFA8AD
(175,168,173)
#B9B3B8
(185,179,184)
#C3BEC3
(195,190,195)
#CDC9CE
(205,201,206)
#D7D4D9
(215,212,217)
#E1DFE4
(225,223,228)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C81; }

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

This text font color is #877C81.


Background Color

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

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

This div background color is #877C81.


Border color

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

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

This div border color is #877C81.


Opacity

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

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

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

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

This text has shadow with #877C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877C81 on black background.


Color preview on white background

This text has color #877C81 on white background.



Black color preview on #877C81 background

This text has black color on #877C81 background.


White color preview on #877C81 background

This text has white color on #877C81 background.