COLOR #879676

HEX: #879676
RGB: (135,150,118)

Color info

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

RGB color model

#879676 color RGB value is (135,150,118).

  • red value is 135;
  • green value is 150;
  • blue value is 118.
RGB:
(135,150,118)
(53%,59%,46%)

RGB channels and saturation

R 135 of 255 = 53%
G 150 of 255 = 59%
B 118 of 255 = 46%

135
150
118

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

Portions of RGB colors in percentages

R + G + B =
135 + 150 + 118 = 403 (100%)
R 135 of 403 ~ 33.5%
G 150 of 403 ~ 37.22%
B 118 of 403 ~ 29.28%

%33.5
%37.22
%29.28

CMYK color model

#879676 color CMYK value is (10,0,21,41).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 41.18%
CMYK:
(10,0,21,41)
C10M0Y21K41 
(10%,0%,21%,41%)
(0.10/0.00/0.21/0.41)	

CMYK percentages

%10
%0
%21.33
%41.18

Codes

Color #879676 in popluar color models

879676
RGB135150118
HSL88°13.22%52.55%
HSB/HSV88°21.33%58.82%
CMYK10.00%0.00%21.33%
41.18%

Color #879676 in popluar number systems.

HEX879676
Decimal135150118
Binary10000111100101101110110
Octal207226166

Shades and tints

Shades of #879676

#879676
(135,150,118)
#7B896C
(123,137,108)
#6F7C62
(111,124,98)
#636F58
(99,111,88)
#57624E
(87,98,78)
#4B5544
(75,85,68)
#3F483A
(63,72,58)
#333B30
(51,59,48)
#272E26
(39,46,38)
#1B211C
(27,33,28)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #879676

#879676
(135,150,118)
#919F82
(145,159,130)
#9BA88E
(155,168,142)
#A5B19A
(165,177,154)
#AFBAA6
(175,186,166)
#B9C3B2
(185,195,178)
#C3CCBE
(195,204,190)
#CDD5CA
(205,213,202)
#D7DED6
(215,222,214)
#E1E7E2
(225,231,226)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879676 color. Also use rgb(135,150,118) instead hex code.

Text Font Color

.myTextColor { color: #879676; }

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

This text font color is #879676.


Background Color

.myBgColor { background-color: #879676; }

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

This div background color is #879676.


Border color

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

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

This div border color is #879676.


Opacity

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

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

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

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

This text has shadow with #879676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879676 on black background.


Color preview on white background

This text has color #879676 on white background.



Black color preview on #879676 background

This text has black color on #879676 background.


White color preview on #879676 background

This text has white color on #879676 background.