COLOR #878487

HEX: #878487
RGB: (135,132,135)

Color info

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

RGB color model

#878487 color RGB value is (135,132,135).

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

RGB channels and saturation

R 135 of 255 = 53%
G 132 of 255 = 52%
B 135 of 255 = 53%

135
132
135

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

Portions of RGB colors in percentages

R + G + B =
135 + 132 + 135 = 402 (100%)
R 135 of 402 ~ 33.58%
G 132 of 402 ~ 32.84%
B 135 of 402 ~ 33.58%

%33.58
%32.84
%33.58

CMYK color model

#878487 color CMYK value is (0,2,0,47).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(0,2,0,47)
C0M2Y0K47 
(0%,2%,0%,47%)
(0.00/0.02/0.00/0.47)	

CMYK percentages

%0
%2.22
%0
%47.06

Codes

Color #878487 in popluar color models

878487
RGB135132135
HSL300°1.23%52.35%
HSB/HSV300°2.22%52.94%
CMYK0.00%2.22%0.00%
47.06%

Color #878487 in popluar number systems.

HEX878487
Decimal135132135
Binary100001111000010010000111
Octal207204207

Shades and tints

Shades of #878487

#878487
(135,132,135)
#7B787B
(123,120,123)
#6F6C6F
(111,108,111)
#636063
(99,96,99)
#575457
(87,84,87)
#4B484B
(75,72,75)
#3F3C3F
(63,60,63)
#333033
(51,48,51)
#272427
(39,36,39)
#1B181B
(27,24,27)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #878487

#878487
(135,132,135)
#918F91
(145,143,145)
#9B9A9B
(155,154,155)
#A5A5A5
(165,165,165)
#AFB0AF
(175,176,175)
#B9BBB9
(185,187,185)
#C3C6C3
(195,198,195)
#CDD1CD
(205,209,205)
#D7DCD7
(215,220,215)
#E1E7E1
(225,231,225)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878487; }

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

This text font color is #878487.


Background Color

.myBgColor { background-color: #878487; }

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

This div background color is #878487.


Border color

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

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

This div border color is #878487.


Opacity

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

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

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

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

This text has shadow with #878487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878487 on black background.


Color preview on white background

This text has color #878487 on white background.



Black color preview on #878487 background

This text has black color on #878487 background.


White color preview on #878487 background

This text has white color on #878487 background.