COLOR #878C8C

HEX: #878C8C
RGB: (135,140,140)

Color info

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

RGB color model

#878C8C color RGB value is (135,140,140).

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

RGB channels and saturation

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

135
140
140

R + G + B ~ 54%. #878C8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 140 + 140 = 415 (100%)
R 135 of 415 ~ 32.53%
G 140 of 415 ~ 33.73%
B 140 of 415 ~ 33.73%

%32.53
%33.73
%33.73

CMYK color model

#878C8C color CMYK value is (4,0,0,45).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(4,0,0,45)
C4M0Y0K45 
(4%,0%,0%,45%)
(0.04/0.00/0.00/0.45)	

CMYK percentages

%3.57
%0
%0
%45.1

Codes

Color #878C8C in popluar color models

878C8C
RGB135140140
HSL180°2.13%53.92%
HSB/HSV180°3.57%54.90%
CMYK3.57%0.00%0.00%
45.10%

Color #878C8C in popluar number systems.

HEX878C8C
Decimal135140140
Binary100001111000110010001100
Octal207214214

Shades and tints

Shades of #878C8C

#878C8C
(135,140,140)
#7B8080
(123,128,128)
#6F7474
(111,116,116)
#636868
(99,104,104)
#575C5C
(87,92,92)
#4B5050
(75,80,80)
#3F4444
(63,68,68)
#333838
(51,56,56)
#272C2C
(39,44,44)
#1B2020
(27,32,32)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #878C8C

#878C8C
(135,140,140)
#919696
(145,150,150)
#9BA0A0
(155,160,160)
#A5AAAA
(165,170,170)
#AFB4B4
(175,180,180)
#B9BEBE
(185,190,190)
#C3C8C8
(195,200,200)
#CDD2D2
(205,210,210)
#D7DCDC
(215,220,220)
#E1E6E6
(225,230,230)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878C8C; }

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

This text font color is #878C8C.


Background Color

.myBgColor { background-color: #878C8C; }

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

This div background color is #878C8C.


Border color

.myBorderColor { border: 1px solid #878C8C; }

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

This div border color is #878C8C.


Opacity

.myOpacity80 { color: #878C8C; opacity: 0.8; }

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

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

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

This text has shadow with #878C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878C8C on black background.


Color preview on white background

This text has color #878C8C on white background.



Black color preview on #878C8C background

This text has black color on #878C8C background.


White color preview on #878C8C background

This text has white color on #878C8C background.