COLOR #879990

HEX: #879990 RGB: (135,153,144)

Color info

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

RGB color model

#879990 color RGB value is (135,153,144).

RGB: (135,153,144) (53%, 60%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 144 of 255 = 56%

135
153
144

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

Portions of RGB colors in percentages

R + G + B = 135 + 153 + 144 = 432 (100%)
R 135 of 432 ~ 31.25%
G 153 of 432 ~ 35.42%
B 144 of 432 ~ 33.33'%

%31.25
%35.42
%33.33

CMYK color model

#879990 color CMYK value is (12,0,6,40).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 40.00%
CMYK: (12,0,6,40) C12M0Y6K40 (12%,0%,6%,40%) (0.12/0.00/0.06/0.40) 

CMYK percentages

%11.76
%0
%5.88
%40

Codes

Color #879990 in popluar color models

87 99 90
RGB 135 153 144
HSL 150° 8.11% 56.47%
HSB/HSV 150° 11.76% 60.00%
CMYK 11.76% 0.00% 5.88%
40.00%

Color #879990 in popluar number systems.

HEX 87 99 90
Decimal 135 153 144
Binary 10000111 10011001 10010000
Octal 207 231 220

Shades and tints

Shades of #879990

#879990
(135,153,144)
#7B8C83
(123,140,131)
#6F7F76
(111,127,118)
#637269
(99,114,105)
#57655C
(87,101,92)
#4B584F
(75,88,79)
#3F4B42
(63,75,66)
#333E35
(51,62,53)
#273128
(39,49,40)
#1B241B
(27,36,27)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #879990

#879990
(135,153,144)
#91A29A
(145,162,154)
#9BABA4
(155,171,164)
#A5B4AE
(165,180,174)
#AFBDB8
(175,189,184)
#B9C6C2
(185,198,194)
#C3CFCC
(195,207,204)
#CDD8D6
(205,216,214)
#D7E1E0
(215,225,224)
#E1EAEA
(225,234,234)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879990; }

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

This text font color is #879990.

Background Color

.myBgColor { background-color: #879990; }

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

This div background color is #879990.

Border color

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

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

This div border color is #879990.

Opacity

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

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

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

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

This text has shadow with #879990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879990.

Preview

Color preview on black background

This text has color #879990 on black background.


Color preview on white background

This text has color #879990 on white background.


Black color preview on #879990 background

This text has black color on #879990 background.


White color preview on #879990 background

This text has white color on #879990 background.


Related colors

Complementary color

Complementary color for #hex is #78666F.


I love getcolorcode.com

Triadic colors

1 #908799 and #999087 with #879990 are triadic colors.

2 #909987 and #998790 with #879990 are triadic colors.