COLOR #878086

HEX: #878086 RGB: (135,128,134)

Color info

#878086 contains red, green and blue colors in about the same proportion. Web safe color of #878086 is #996699 (or #969).

RGB color model

#878086 color RGB value is (135,128,134).

RGB: (135,128,134) (53%, 50%, 53%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 134 of 255 = 53%

135
128
134

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

Portions of RGB colors in percentages

R + G + B = 135 + 128 + 134 = 397 (100%)
R 135 of 397 ~ 34.01%
G 128 of 397 ~ 32.24%
B 134 of 397 ~ 33.75'%

%34.01
%32.24
%33.75

CMYK color model

#878086 color CMYK value is (0,5,1,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 0.74%
  • key color value is 47.06%

CMYK: (0,5,1,47)
C0M5Y1K47 (0%, 5%, 1%, 47%)
(0.00 / 0.05 / 0.01 / 0.47)

CMYK percentages

%0
%5.19
%0.74
%47.06

Codes

Color #878086 in popluar color models

87 80 86
RGB 135 128 134
HSL 309° 2.83% 51.57%
HSB/HSV 309° 5.19% 52.94%
CMYK 0.00% 5.19% 0.74%
47.06%

Color #878086 in popluar number systems.

HEX 87 80 86
Decimal 135 128 134
Binary 10000111 10000000 10000110
Octal 207 200 206

Shades and tints

Shades of #878086

#878086
(135,128,134)
#7B757A
(123,117,122)
#6F6A6E
(111,106,110)
#635F62
(99,95,98)
#575456
(87,84,86)
#4B494A
(75,73,74)
#3F3E3E
(63,62,62)
#333332
(51,51,50)
#272826
(39,40,38)
#1B1D1A
(27,29,26)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #878086

#878086
(135,128,134)
#918B91
(145,139,145)
#9B969C
(155,150,156)
#A5A1A7
(165,161,167)
#AFACB2
(175,172,178)
#B9B7BD
(185,183,189)
#C3C2C8
(195,194,200)
#CDCDD3
(205,205,211)
#D7D8DE
(215,216,222)
#E1E3E9
(225,227,233)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878086; }

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

This text font color is #878086.

Background Color

.myBgColor { background-color: #878086; }

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

This div background color is #878086.

Border color

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

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

This div border color is #878086.

Opacity

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

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

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

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

This text has shadow with #878086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878086.

Preview

Color preview on black background

This text has color #878086 on black background.


Color preview on white background

This text has color #878086 on white background.


Black color preview on #878086 background

This text has black color on #878086 background.


White color preview on #878086 background

This text has white color on #878086 background.


Related colors

Complementary color

Complementary color for #hex is #787F79.


I love getcolorcode.com

Triadic colors

1 #868780 and #808687 with #878086 are triadic colors.

2 #868087 and #808786 with #878086 are triadic colors.