COLOR #878787

HEX: #878787
RGB: (135,135,135)

Color info

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

RGB color model

#878787 color RGB value is (135,135,135).

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

RGB channels and saturation

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

135
135
135

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

Portions of RGB colors in percentages

R + G + B =
135 + 135 + 135 = 405 (100%)
R 135 of 405 ~ 33.33%
G 135 of 405 ~ 33.33%
B 135 of 405 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#878787 color CMYK value is (0,0,0,47).

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

CMYK percentages

%0
%0
%0
%47.06

Codes

Color #878787 in popluar color models

878787
RGB135135135
HSL0.00%0.53%
HSB/HSV0.00%0.53%
CMYK0.00%0.00%0.00%
47.06%

Color #878787 in popluar number systems.

HEX878787
Decimal135135135
Binary100001111000011110000111
Octal207207207

Shades and tints

Shades of #878787

#878787
(135,135,135)
#7B7B7B
(123,123,123)
#6F6F6F
(111,111,111)
#636363
(99,99,99)
#575757
(87,87,87)
#4B4B4B
(75,75,75)
#3F3F3F
(63,63,63)
#333333
(51,51,51)
#272727
(39,39,39)
#1B1B1B
(27,27,27)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #878787

#878787
(135,135,135)
#919191
(145,145,145)
#9B9B9B
(155,155,155)
#A5A5A5
(165,165,165)
#AFAFAF
(175,175,175)
#B9B9B9
(185,185,185)
#C3C3C3
(195,195,195)
#CDCDCD
(205,205,205)
#D7D7D7
(215,215,215)
#E1E1E1
(225,225,225)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878787; }

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

This text font color is #878787.


Background Color

.myBgColor { background-color: #878787; }

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

This div background color is #878787.


Border color

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

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

This div border color is #878787.


Opacity

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

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

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

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

This text has shadow with #878787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878787 on black background.


Color preview on white background

This text has color #878787 on white background.



Black color preview on #878787 background

This text has black color on #878787 background.


White color preview on #878787 background

This text has white color on #878787 background.