COLOR #87879C

HEX: #87879C RGB: (135,135,156)

Color info

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

RGB color model

#87879C color RGB value is (135,135,156).

RGB: (135,135,156) (53%, 53%, 61%)

RGB channels and saturation

R 135 of 255 = 53%
G 135 of 255 = 53%
B 156 of 255 = 61%

135
135
156

R + G + B ~ 56%. #87879C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 135 + 156 = 426 (100%)
R 135 of 426 ~ 31.69%
G 135 of 426 ~ 31.69%
B 156 of 426 ~ 36.62'%

%31.69
%31.69
%36.62

CMYK color model

#87879C color CMYK value is (13,13,0,39).

  • cyan value is 13.46%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (13,13,0,39)
C13M13Y0K39 (13%, 13%, 0%, 39%)
(0.13 / 0.13 / 0.00 / 0.39)

CMYK percentages

%13.46
%13.46
%0
%38.82

Codes

Color #87879C in popluar color models

87 87 9C
RGB 135 135 156
HSL 240° 9.59% 57.06%
HSB/HSV 240° 13.46% 61.18%
CMYK 13.46% 13.46% 0.00%
38.82%

Color #87879C in popluar number systems.

HEX 87 87 9C
Decimal 135 135 156
Binary 10000111 10000111 10011100
Octal 207 207 234

Shades and tints

Shades of #87879C

#87879C
(135,135,156)
#7B7B8E
(123,123,142)
#6F6F80
(111,111,128)
#636372
(99,99,114)
#575764
(87,87,100)
#4B4B56
(75,75,86)
#3F3F48
(63,63,72)
#33333A
(51,51,58)
#27272C
(39,39,44)
#1B1B1E
(27,27,30)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #87879C

#87879C
(135,135,156)
#9191A5
(145,145,165)
#9B9BAE
(155,155,174)
#A5A5B7
(165,165,183)
#AFAFC0
(175,175,192)
#B9B9C9
(185,185,201)
#C3C3D2
(195,195,210)
#CDCDDB
(205,205,219)
#D7D7E4
(215,215,228)
#E1E1ED
(225,225,237)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87879C; }

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

This text font color is #87879C.

Background Color

.myBgColor { background-color: #87879C; }

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

This div background color is #87879C.

Border color

.myBorderColor { border: 1px solid #87879C; }

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

This div border color is #87879C.

Opacity

.myOpacity80 { color: #87879C; opacity: 0.8; }

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

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

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

This text has shadow with #87879C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87879C.

Preview

Color preview on black background

This text has color #87879C on black background.


Color preview on white background

This text has color #87879C on white background.


Black color preview on #87879C background

This text has black color on #87879C background.


White color preview on #87879C background

This text has white color on #87879C background.


Related colors

Complementary color

Complementary color for #hex is #787863.


I love getcolorcode.com