COLOR #877F8E

HEX: #877F8E
RGB: (135,127,142)

Color info

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

RGB color model

#877F8E color RGB value is (135,127,142).

  • red value is 135;
  • green value is 127;
  • blue value is 142.
RGB:
(135,127,142)
(53%,50%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 142 of 255 = 56%

135
127
142

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

Portions of RGB colors in percentages

R + G + B =
135 + 127 + 142 = 404 (100%)
R 135 of 404 ~ 33.42%
G 127 of 404 ~ 31.44%
B 142 of 404 ~ 35.15%

%33.42
%31.44
%35.15

CMYK color model

#877F8E color CMYK value is (5,11,0,44).

  • cyan value is 4.93%
  • magenta value is 10.56%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(5,11,0,44)
C5M11Y0K44 
(5%,11%,0%,44%)
(0.05/0.11/0.00/0.44)	

CMYK percentages

%4.93
%10.56
%0
%44.31

Codes

Color #877F8E in popluar color models

877F8E
RGB135127142
HSL272°6.22%52.75%
HSB/HSV272°10.56%55.69%
CMYK4.93%10.56%0.00%
44.31%

Color #877F8E in popluar number systems.

HEX877F8E
Decimal135127142
Binary10000111111111110001110
Octal207177216

Shades and tints

Shades of #877F8E

#877F8E
(135,127,142)
#7B7482
(123,116,130)
#6F6976
(111,105,118)
#635E6A
(99,94,106)
#57535E
(87,83,94)
#4B4852
(75,72,82)
#3F3D46
(63,61,70)
#33323A
(51,50,58)
#27272E
(39,39,46)
#1B1C22
(27,28,34)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #877F8E

#877F8E
(135,127,142)
#918A98
(145,138,152)
#9B95A2
(155,149,162)
#A5A0AC
(165,160,172)
#AFABB6
(175,171,182)
#B9B6C0
(185,182,192)
#C3C1CA
(195,193,202)
#CDCCD4
(205,204,212)
#D7D7DE
(215,215,222)
#E1E2E8
(225,226,232)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877F8E color. Also use rgb(135,127,142) instead hex code.

Text Font Color

.myTextColor { color: #877F8E; }

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

This text font color is #877F8E.


Background Color

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

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

This div background color is #877F8E.


Border color

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

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

This div border color is #877F8E.


Opacity

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

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

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

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

This text has shadow with #877F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877F8E on black background.


Color preview on white background

This text has color #877F8E on white background.



Black color preview on #877F8E background

This text has black color on #877F8E background.


White color preview on #877F8E background

This text has white color on #877F8E background.