COLOR #877C85

HEX: #877C85
RGB: (135,124,133)

Color info

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

RGB color model

#877C85 color RGB value is (135,124,133).

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

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 133 of 255 = 52%

135
124
133

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

Portions of RGB colors in percentages

R + G + B =
135 + 124 + 133 = 392 (100%)
R 135 of 392 ~ 34.44%
G 124 of 392 ~ 31.63%
B 133 of 392 ~ 33.93%

%34.44
%31.63
%33.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 1.48%
  • 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
%1.48
%47.06

Codes

Color #877C85 in popluar color models

877C85
RGB135124133
HSL311°4.38%50.78%
HSB/HSV311°8.15%52.94%
CMYK0.00%8.15%1.48%
47.06%

Color #877C85 in popluar number systems.

HEX877C85
Decimal135124133
Binary10000111111110010000101
Octal207174205

Shades and tints

Shades of #877C85

#877C85
(135,124,133)
#7B7179
(123,113,121)
#6F666D
(111,102,109)
#635B61
(99,91,97)
#575055
(87,80,85)
#4B4549
(75,69,73)
#3F3A3D
(63,58,61)
#332F31
(51,47,49)
#272425
(39,36,37)
#1B1919
(27,25,25)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #877C85

#877C85
(135,124,133)
#918790
(145,135,144)
#9B929B
(155,146,155)
#A59DA6
(165,157,166)
#AFA8B1
(175,168,177)
#B9B3BC
(185,179,188)
#C3BEC7
(195,190,199)
#CDC9D2
(205,201,210)
#D7D4DD
(215,212,221)
#E1DFE8
(225,223,232)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C85; }

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

This text font color is #877C85.


Background Color

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

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

This div background color is #877C85.


Border color

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

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

This div border color is #877C85.


Opacity

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

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

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

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

This text has shadow with #877C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877C85 on black background.


Color preview on white background

This text has color #877C85 on white background.



Black color preview on #877C85 background

This text has black color on #877C85 background.


White color preview on #877C85 background

This text has white color on #877C85 background.