COLOR #879992

HEX: #879992 RGB: (135,153,146)

Color info

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

RGB color model

#879992 color RGB value is (135,153,146).

RGB: (135,153,146) (53%, 60%, 57%)

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 146 of 255 = 57%

135
153
146

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

Portions of RGB colors in percentages

R + G + B = 135 + 153 + 146 = 434 (100%)
R 135 of 434 ~ 31.11%
G 153 of 434 ~ 35.25%
B 146 of 434 ~ 33.64'%

%31.11
%35.25
%33.64

CMYK color model

#879992 color CMYK value is (12,0,5,40).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 40.00%

CMYK: (12,0,5,40)
C12M0Y5K40 (12%, 0%, 5%, 40%)
(0.12 / 0.00 / 0.05 / 0.40)

CMYK percentages

%11.76
%0
%4.58
%40

Codes

Color #879992 in popluar color models

87 99 92
RGB 135 153 146
HSL 157° 8.11% 56.47%
HSB/HSV 157° 11.76% 60.00%
CMYK 11.76% 0.00% 4.58%
40.00%

Color #879992 in popluar number systems.

HEX 87 99 92
Decimal 135 153 146
Binary 10000111 10011001 10010010
Octal 207 231 222

Shades and tints

Shades of #879992

#879992
(135,153,146)
#7B8C85
(123,140,133)
#6F7F78
(111,127,120)
#63726B
(99,114,107)
#57655E
(87,101,94)
#4B5851
(75,88,81)
#3F4B44
(63,75,68)
#333E37
(51,62,55)
#27312A
(39,49,42)
#1B241D
(27,36,29)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #879992

#879992
(135,153,146)
#91A29B
(145,162,155)
#9BABA4
(155,171,164)
#A5B4AD
(165,180,173)
#AFBDB6
(175,189,182)
#B9C6BF
(185,198,191)
#C3CFC8
(195,207,200)
#CDD8D1
(205,216,209)
#D7E1DA
(215,225,218)
#E1EAE3
(225,234,227)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879992; }

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

This text font color is #879992.

Background Color

.myBgColor { background-color: #879992; }

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

This div background color is #879992.

Border color

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

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

This div border color is #879992.

Opacity

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

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

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

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

This text has shadow with #879992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879992.

Preview

Color preview on black background

This text has color #879992 on black background.


Color preview on white background

This text has color #879992 on white background.


Black color preview on #879992 background

This text has black color on #879992 background.


White color preview on #879992 background

This text has white color on #879992 background.


Related colors

Complementary color

Complementary color for #hex is #78666D.


I love getcolorcode.com

Triadic colors

1 #928799 and #999287 with #879992 are triadic colors.

2 #929987 and #998792 with #879992 are triadic colors.