COLOR #879762

HEX: #879762
RGB: (135,151,98)

Color info

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

RGB color model

#879762 color RGB value is (135,151,98).

  • red value is 135;
  • green value is 151;
  • blue value is 98.
RGB:
(135,151,98)
(53%,59%,38%)

RGB channels and saturation

R 135 of 255 = 53%
G 151 of 255 = 59%
B 98 of 255 = 38%

135
151
98

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

Portions of RGB colors in percentages

R + G + B =
135 + 151 + 98 = 384 (100%)
R 135 of 384 ~ 35.16%
G 151 of 384 ~ 39.32%
B 98 of 384 ~ 25.52%

%35.16
%39.32
%25.52

CMYK color model

#879762 color CMYK value is (11,0,35,41).

  • cyan value is 10.60%
  • magenta value is 0.00%
  • yellow value is 35.10%
  • key color value is 40.78%
CMYK:
(11,0,35,41)
C11M0Y35K41 
(11%,0%,35%,41%)
(0.11/0.00/0.35/0.41)	

CMYK percentages

%10.6
%0
%35.1
%40.78

Codes

Color #879762 in popluar color models

879762
RGB13515198
HSL78°21.29%48.82%
HSB/HSV78°35.10%59.22%
CMYK10.60%0.00%35.10%
40.78%

Color #879762 in popluar number systems.

HEX879762
Decimal13515198
Binary10000111100101111100010
Octal207227142

Shades and tints

Shades of #879762

#879762
(135,151,98)
#7B8A5A
(123,138,90)
#6F7D52
(111,125,82)
#63704A
(99,112,74)
#576342
(87,99,66)
#4B563A
(75,86,58)
#3F4932
(63,73,50)
#333C2A
(51,60,42)
#272F22
(39,47,34)
#1B221A
(27,34,26)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #879762

#879762
(135,151,98)
#91A070
(145,160,112)
#9BA97E
(155,169,126)
#A5B28C
(165,178,140)
#AFBB9A
(175,187,154)
#B9C4A8
(185,196,168)
#C3CDB6
(195,205,182)
#CDD6C4
(205,214,196)
#D7DFD2
(215,223,210)
#E1E8E0
(225,232,224)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879762 color. Also use rgb(135,151,98) instead hex code.

Text Font Color

.myTextColor { color: #879762; }

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

This text font color is #879762.


Background Color

.myBgColor { background-color: #879762; }

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

This div background color is #879762.


Border color

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

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

This div border color is #879762.


Opacity

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

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

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

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

This text has shadow with #879762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879762 on black background.


Color preview on white background

This text has color #879762 on white background.



Black color preview on #879762 background

This text has black color on #879762 background.


White color preview on #879762 background

This text has white color on #879762 background.