COLOR #878C8A

HEX: #878C8A RGB: (135,140,138)

Color info

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

RGB color model

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

RGB: (135,140,138) (53%, 55%, 54%)

RGB channels and saturation

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

135
140
138

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

Portions of RGB colors in percentages

R + G + B = 135 + 140 + 138 = 413 (100%)
R 135 of 413 ~ 32.69%
G 140 of 413 ~ 33.9%
B 138 of 413 ~ 33.41'%

%32.69
%33.9
%33.41

CMYK color model

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

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

CMYK percentages

%3.57
%0
%1.43
%45.1

Codes

Color #878C8A in popluar color models

87 8C 8A
RGB 135 140 138
HSL 156° 2.13% 53.92%
HSB/HSV 156° 3.57% 54.90%
CMYK 3.57% 0.00% 1.43%
45.10%

Color #878C8A in popluar number systems.

HEX 87 8C 8A
Decimal 135 140 138
Binary 10000111 10001100 10001010
Octal 207 214 212

Shades and tints

Shades of #878C8A

#878C8A
(135,140,138)
#7B807E
(123,128,126)
#6F7472
(111,116,114)
#636866
(99,104,102)
#575C5A
(87,92,90)
#4B504E
(75,80,78)
#3F4442
(63,68,66)
#333836
(51,56,54)
#272C2A
(39,44,42)
#1B201E
(27,32,30)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #878C8A

#878C8A
(135,140,138)
#919694
(145,150,148)
#9BA09E
(155,160,158)
#A5AAA8
(165,170,168)
#AFB4B2
(175,180,178)
#B9BEBC
(185,190,188)
#C3C8C6
(195,200,198)
#CDD2D0
(205,210,208)
#D7DCDA
(215,220,218)
#E1E6E4
(225,230,228)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878C8A; }

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

This text font color is #878C8A.

Background Color

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

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

This div background color is #878C8A.

Border color

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

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

This div border color is #878C8A.

Opacity

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

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

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

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

This text has shadow with #878C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878C8A.

Preview

Color preview on black background

This text has color #878C8A on black background.


Color preview on white background

This text has color #878C8A on white background.


Black color preview on #878C8A background

This text has black color on #878C8A background.


White color preview on #878C8A background

This text has white color on #878C8A background.


Related colors

Complementary color

Complementary color for #hex is #787375.


I love getcolorcode.com

Triadic colors

1 #8A878C and #8C8A87 with #878C8A are triadic colors.

2 #8A8C87 and #8C878A with #878C8A are triadic colors.