COLOR #878A8A

HEX: #878A8A
RGB: (135,138,138)

Color info

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

RGB color model

#878A8A color RGB value is (135,138,138).

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

RGB channels and saturation

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

135
138
138

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

Portions of RGB colors in percentages

R + G + B =
135 + 138 + 138 = 411 (100%)
R 135 of 411 ~ 32.85%
G 138 of 411 ~ 33.58%
B 138 of 411 ~ 33.58%

%32.85
%33.58
%33.58

CMYK color model

#878A8A color CMYK value is (2,0,0,46).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(2,0,0,46)
C2M0Y0K46 
(2%,0%,0%,46%)
(0.02/0.00/0.00/0.46)	

CMYK percentages

%2.17
%0
%0
%45.88

Codes

Color #878A8A in popluar color models

878A8A
RGB135138138
HSL180°1.27%53.53%
HSB/HSV180°2.17%54.12%
CMYK2.17%0.00%0.00%
45.88%

Color #878A8A in popluar number systems.

HEX878A8A
Decimal135138138
Binary100001111000101010001010
Octal207212212

Shades and tints

Shades of #878A8A

#878A8A
(135,138,138)
#7B7E7E
(123,126,126)
#6F7272
(111,114,114)
#636666
(99,102,102)
#575A5A
(87,90,90)
#4B4E4E
(75,78,78)
#3F4242
(63,66,66)
#333636
(51,54,54)
#272A2A
(39,42,42)
#1B1E1E
(27,30,30)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #878A8A

#878A8A
(135,138,138)
#919494
(145,148,148)
#9B9E9E
(155,158,158)
#A5A8A8
(165,168,168)
#AFB2B2
(175,178,178)
#B9BCBC
(185,188,188)
#C3C6C6
(195,198,198)
#CDD0D0
(205,208,208)
#D7DADA
(215,218,218)
#E1E4E4
(225,228,228)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878A8A; }

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

This text font color is #878A8A.


Background Color

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

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

This div background color is #878A8A.


Border color

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

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

This div border color is #878A8A.


Opacity

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

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

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

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

This text has shadow with #878A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878A8A on black background.


Color preview on white background

This text has color #878A8A on white background.



Black color preview on #878A8A background

This text has black color on #878A8A background.


White color preview on #878A8A background

This text has white color on #878A8A background.