COLOR #878989

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
137
137

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

Portions of RGB colors in percentages

R + G + B = 135 + 137 + 137 = 409 (100%)
R 135 of 409 ~ 33.01%
G 137 of 409 ~ 33.5%
B 137 of 409 ~ 33.5'%

%33.01
%33.5
%33.5

CMYK color model

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

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

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

CMYK percentages

%1.46
%0
%0
%46.27

Codes

Color #878989 in popluar color models

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

Color #878989 in popluar number systems.

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

Shades and tints

Shades of #878989

#878989
(135,137,137)
#7B7D7D
(123,125,125)
#6F7171
(111,113,113)
#636565
(99,101,101)
#575959
(87,89,89)
#4B4D4D
(75,77,77)
#3F4141
(63,65,65)
#333535
(51,53,53)
#272929
(39,41,41)
#1B1D1D
(27,29,29)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #878989

#878989
(135,137,137)
#919393
(145,147,147)
#9B9D9D
(155,157,157)
#A5A7A7
(165,167,167)
#AFB1B1
(175,177,177)
#B9BBBB
(185,187,187)
#C3C5C5
(195,197,197)
#CDCFCF
(205,207,207)
#D7D9D9
(215,217,217)
#E1E3E3
(225,227,227)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878989; }

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

This text font color is #878989.

Background Color

.myBgColor { background-color: #878989; }

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

This div background color is #878989.

Border color

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

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

This div border color is #878989.

Opacity

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

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

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

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

This text has shadow with #878989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878989.

Preview

Color preview on black background

This text has color #878989 on black background.


Color preview on white background

This text has color #878989 on white background.


Black color preview on #878989 background

This text has black color on #878989 background.


White color preview on #878989 background

This text has white color on #878989 background.


Related colors

Complementary color

Complementary color for #hex is #787676.


I love getcolorcode.com