COLOR #878789

HEX: #878789 RGB: (135,135,137)

Color info

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

RGB color model

#878789 color RGB value is (135,135,137).

RGB: (135,135,137) (53%, 53%, 54%)

RGB channels and saturation

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

135
135
137

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

Portions of RGB colors in percentages

R + G + B = 135 + 135 + 137 = 407 (100%)
R 135 of 407 ~ 33.17%
G 135 of 407 ~ 33.17%
B 137 of 407 ~ 33.66'%

%33.17
%33.17
%33.66

CMYK color model

#878789 color CMYK value is (1,1,0,46).

  • cyan value is 1.46%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (1,1,0,46)
C1M1Y0K46 (1%, 1%, 0%, 46%)
(0.01 / 0.01 / 0.00 / 0.46)

CMYK percentages

%1.46
%1.46
%0
%46.27

Codes

Color #878789 in popluar color models

87 87 89
RGB 135 135 137
HSL 240° 0.84% 53.33%
HSB/HSV 240° 1.46% 53.73%
CMYK 1.46% 1.46% 0.00%
46.27%

Color #878789 in popluar number systems.

HEX 87 87 89
Decimal 135 135 137
Binary 10000111 10000111 10001001
Octal 207 207 211

Shades and tints

Shades of #878789

#878789
(135,135,137)
#7B7B7D
(123,123,125)
#6F6F71
(111,111,113)
#636365
(99,99,101)
#575759
(87,87,89)
#4B4B4D
(75,75,77)
#3F3F41
(63,63,65)
#333335
(51,51,53)
#272729
(39,39,41)
#1B1B1D
(27,27,29)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #878789

#878789
(135,135,137)
#919193
(145,145,147)
#9B9B9D
(155,155,157)
#A5A5A7
(165,165,167)
#AFAFB1
(175,175,177)
#B9B9BB
(185,185,187)
#C3C3C5
(195,195,197)
#CDCDCF
(205,205,207)
#D7D7D9
(215,215,217)
#E1E1E3
(225,225,227)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878789; }

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

This text font color is #878789.

Background Color

.myBgColor { background-color: #878789; }

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

This div background color is #878789.

Border color

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

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

This div border color is #878789.

Opacity

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

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

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

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

This text has shadow with #878789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878789.

Preview

Color preview on black background

This text has color #878789 on black background.


Color preview on white background

This text has color #878789 on white background.


Black color preview on #878789 background

This text has black color on #878789 background.


White color preview on #878789 background

This text has white color on #878789 background.


Related colors

Complementary color

Complementary color for #hex is #787876.


I love getcolorcode.com