COLOR #879882

HEX: #879882 RGB: (135,152,130)

Color info

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

RGB color model

#879882 color RGB value is (135,152,130).

RGB: (135,152,130) (53%, 60%, 51%)

RGB channels and saturation

R 135 of 255 = 53%
G 152 of 255 = 60%
B 130 of 255 = 51%

135
152
130

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

Portions of RGB colors in percentages

R + G + B = 135 + 152 + 130 = 417 (100%)
R 135 of 417 ~ 32.37%
G 152 of 417 ~ 36.45%
B 130 of 417 ~ 31.18'%

%32.37
%36.45
%31.18

CMYK color model

#879882 color CMYK value is (11,0,14,40).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 40.39%

CMYK: (11,0,14,40)
C11M0Y14K40 (11%, 0%, 14%, 40%)
(0.11 / 0.00 / 0.14 / 0.40)

CMYK percentages

%11.18
%0
%14.47
%40.39

Codes

Color #879882 in popluar color models

87 98 82
RGB 135 152 130
HSL 106° 9.65% 55.29%
HSB/HSV 106° 14.47% 59.61%
CMYK 11.18% 0.00% 14.47%
40.39%

Color #879882 in popluar number systems.

HEX 87 98 82
Decimal 135 152 130
Binary 10000111 10011000 10000010
Octal 207 230 202

Shades and tints

Shades of #879882

#879882
(135,152,130)
#7B8B77
(123,139,119)
#6F7E6C
(111,126,108)
#637161
(99,113,97)
#576456
(87,100,86)
#4B574B
(75,87,75)
#3F4A40
(63,74,64)
#333D35
(51,61,53)
#27302A
(39,48,42)
#1B231F
(27,35,31)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #879882

#879882
(135,152,130)
#91A18D
(145,161,141)
#9BAA98
(155,170,152)
#A5B3A3
(165,179,163)
#AFBCAE
(175,188,174)
#B9C5B9
(185,197,185)
#C3CEC4
(195,206,196)
#CDD7CF
(205,215,207)
#D7E0DA
(215,224,218)
#E1E9E5
(225,233,229)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879882; }

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

This text font color is #879882.

Background Color

.myBgColor { background-color: #879882; }

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

This div background color is #879882.

Border color

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

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

This div border color is #879882.

Opacity

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

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

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

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

This text has shadow with #879882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879882.

Preview

Color preview on black background

This text has color #879882 on black background.


Color preview on white background

This text has color #879882 on white background.


Black color preview on #879882 background

This text has black color on #879882 background.


White color preview on #879882 background

This text has white color on #879882 background.


Related colors

Complementary color

Complementary color for #hex is #78677D.


I love getcolorcode.com

Triadic colors

1 #828798 and #988287 with #879882 are triadic colors.

2 #829887 and #988782 with #879882 are triadic colors.