COLOR #879878

HEX: #879878
RGB: (135,152,120)

Color info

#879878 contains red, green and blue colors in about the same proportion. Web safe color of #879878 is #999966 (or #996).

RGB color model

#879878 color RGB value is (135,152,120).

  • red value is 135;
  • green value is 152;
  • blue value is 120.
RGB:
(135,152,120)
(53%,60%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 152 of 255 = 60%
B 120 of 255 = 47%

135
152
120

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

Portions of RGB colors in percentages

R + G + B =
135 + 152 + 120 = 407 (100%)
R 135 of 407 ~ 33.17%
G 152 of 407 ~ 37.35%
B 120 of 407 ~ 29.48%

%33.17
%37.35
%29.48

CMYK color model

#879878 color CMYK value is (11,0,21,40).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 40.39%
CMYK:
(11,0,21,40)
C11M0Y21K40 
(11%,0%,21%,40%)
(0.11/0.00/0.21/0.40)	

CMYK percentages

%11.18
%0
%21.05
%40.39

Codes

Color #879878 in popluar color models

879878
RGB135152120
HSL92°13.45%53.33%
HSB/HSV92°21.05%59.61%
CMYK11.18%0.00%21.05%
40.39%

Color #879878 in popluar number systems.

HEX879878
Decimal135152120
Binary10000111100110001111000
Octal207230170

Shades and tints

Shades of #879878

#879878
(135,152,120)
#7B8B6E
(123,139,110)
#6F7E64
(111,126,100)
#63715A
(99,113,90)
#576450
(87,100,80)
#4B5746
(75,87,70)
#3F4A3C
(63,74,60)
#333D32
(51,61,50)
#273028
(39,48,40)
#1B231E
(27,35,30)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #879878

#879878
(135,152,120)
#91A184
(145,161,132)
#9BAA90
(155,170,144)
#A5B39C
(165,179,156)
#AFBCA8
(175,188,168)
#B9C5B4
(185,197,180)
#C3CEC0
(195,206,192)
#CDD7CC
(205,215,204)
#D7E0D8
(215,224,216)
#E1E9E4
(225,233,228)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879878; }

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

This text font color is #879878.


Background Color

.myBgColor { background-color: #879878; }

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

This div background color is #879878.


Border color

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

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

This div border color is #879878.


Opacity

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

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

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

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

This text has shadow with #879878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879878 on black background.


Color preview on white background

This text has color #879878 on white background.



Black color preview on #879878 background

This text has black color on #879878 background.


White color preview on #879878 background

This text has white color on #879878 background.