COLOR #878991

HEX: #878991
RGB: (135,137,145)

Color info

#878991 contains red, green and blue colors in about the same proportion. Web safe color of #878991 is #999999 (or #999).

RGB color model

#878991 color RGB value is (135,137,145).

  • red value is 135;
  • green value is 137;
  • blue value is 145.
RGB:
(135,137,145)
(53%,54%,57%)

RGB channels and saturation

R 135 of 255 = 53%
G 137 of 255 = 54%
B 145 of 255 = 57%

135
137
145

R + G + B ~ 55%. #878991 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 137 + 145 = 417 (100%)
R 135 of 417 ~ 32.37%
G 137 of 417 ~ 32.85%
B 145 of 417 ~ 34.77%

%32.37
%32.85
%34.77

CMYK color model

#878991 color CMYK value is (7,6,0,43).

  • cyan value is 6.90%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(7,6,0,43)
C7M6Y0K43 
(7%,6%,0%,43%)
(0.07/0.06/0.00/0.43)	

CMYK percentages

%6.9
%5.52
%0
%43.14

Codes

Color #878991 in popluar color models

878991
RGB135137145
HSL228°4.35%54.90%
HSB/HSV228°6.90%56.86%
CMYK6.90%5.52%0.00%
43.14%

Color #878991 in popluar number systems.

HEX878991
Decimal135137145
Binary100001111000100110010001
Octal207211221

Shades and tints

Shades of #878991

#878991
(135,137,145)
#7B7D84
(123,125,132)
#6F7177
(111,113,119)
#63656A
(99,101,106)
#57595D
(87,89,93)
#4B4D50
(75,77,80)
#3F4143
(63,65,67)
#333536
(51,53,54)
#272929
(39,41,41)
#1B1D1C
(27,29,28)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #878991

#878991
(135,137,145)
#91939B
(145,147,155)
#9B9DA5
(155,157,165)
#A5A7AF
(165,167,175)
#AFB1B9
(175,177,185)
#B9BBC3
(185,187,195)
#C3C5CD
(195,197,205)
#CDCFD7
(205,207,215)
#D7D9E1
(215,217,225)
#E1E3EB
(225,227,235)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878991 color. Also use rgb(135,137,145) instead hex code.

Text Font Color

.myTextColor { color: #878991; }

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

This text font color is #878991.


Background Color

.myBgColor { background-color: #878991; }

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

This div background color is #878991.


Border color

.myBorderColor { border: 1px solid #878991; }

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

This div border color is #878991.


Opacity

.myOpacity80 { color: #878991; opacity: 0.8; }

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

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

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

This text has shadow with #878991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878991 on black background.


Color preview on white background

This text has color #878991 on white background.



Black color preview on #878991 background

This text has black color on #878991 background.


White color preview on #878991 background

This text has white color on #878991 background.