COLOR #877C80

HEX: #877C80
RGB: (135,124,128)

Color info

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

RGB color model

#877C80 color RGB value is (135,124,128).

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

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 128 of 255 = 50%

135
124
128

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

Portions of RGB colors in percentages

R + G + B =
135 + 124 + 128 = 387 (100%)
R 135 of 387 ~ 34.88%
G 124 of 387 ~ 32.04%
B 128 of 387 ~ 33.07%

%34.88
%32.04
%33.07

CMYK color model

#877C80 color CMYK value is (0,8,5,47).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 5.19%
  • key color value is 47.06%
CMYK:
(0,8,5,47)
C0M8Y5K47 
(0%,8%,5%,47%)
(0.00/0.08/0.05/0.47)	

CMYK percentages

%0
%8.15
%5.19
%47.06

Codes

Color #877C80 in popluar color models

877C80
RGB135124128
HSL338°4.38%50.78%
HSB/HSV338°8.15%52.94%
CMYK0.00%8.15%5.19%
47.06%

Color #877C80 in popluar number systems.

HEX877C80
Decimal135124128
Binary10000111111110010000000
Octal207174200

Shades and tints

Shades of #877C80

#877C80
(135,124,128)
#7B7175
(123,113,117)
#6F666A
(111,102,106)
#635B5F
(99,91,95)
#575054
(87,80,84)
#4B4549
(75,69,73)
#3F3A3E
(63,58,62)
#332F33
(51,47,51)
#272428
(39,36,40)
#1B191D
(27,25,29)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #877C80

#877C80
(135,124,128)
#91878B
(145,135,139)
#9B9296
(155,146,150)
#A59DA1
(165,157,161)
#AFA8AC
(175,168,172)
#B9B3B7
(185,179,183)
#C3BEC2
(195,190,194)
#CDC9CD
(205,201,205)
#D7D4D8
(215,212,216)
#E1DFE3
(225,223,227)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C80; }

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

This text font color is #877C80.


Background Color

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

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

This div background color is #877C80.


Border color

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

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

This div border color is #877C80.


Opacity

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

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

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

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

This text has shadow with #877C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877C80 on black background.


Color preview on white background

This text has color #877C80 on white background.



Black color preview on #877C80 background

This text has black color on #877C80 background.


White color preview on #877C80 background

This text has white color on #877C80 background.