COLOR #879A75

HEX: #879A75
RGB: (135,154,117)

Color info

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

RGB color model

#879A75 color RGB value is (135,154,117).

  • red value is 135;
  • green value is 154;
  • blue value is 117.
RGB: (135,154,117) (53%,60%,46%)

RGB channels and saturation

R 135 of 255 = 53%
G 154 of 255 = 60%
B 117 of 255 = 46%

135
154
117

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

Portions of RGB colors in percentages

R + G + B =
135 + 154 + 117 = 406 (100%)
R 135 of 406 ~ 33.25%
G 154 of 406 ~ 37.93%
B 117 of 406 ~ 28.82%

%33.25
%37.93
%28.82

CMYK color model

#879A75 color CMYK value is (12,0,24,40).

  • cyan value is 12.34%
  • magenta value is 0.00%
  • yellow value is 24.03%
  • key color value is 39.61%
CMYK: (12,0,24,40) C12M0Y24K40 (12%,0%,24%,40%) (0.12/0.00/0.24/0.40)

CMYK percentages

%12.34
%0
%24.03
%39.61

Codes

Color #879A75 in popluar color models

879A75
RGB135154117
HSL91°15.48%53.14%
HSB/HSV91°24.03%60.39%
CMYK12.34%0.00%24.03%
39.61%

Color #879A75 in popluar number systems.

HEX879A75
Decimal135154117
Binary10000111100110101110101
Octal207232165

Shades and tints

Shades of #879A75

#879A75
(135,154,117)
#7B8C6B
(123,140,107)
#6F7E61
(111,126,97)
#637057
(99,112,87)
#57624D
(87,98,77)
#4B5443
(75,84,67)
#3F4639
(63,70,57)
#33382F
(51,56,47)
#272A25
(39,42,37)
#1B1C1B
(27,28,27)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #879A75

#879A75
(135,154,117)
#91A381
(145,163,129)
#9BAC8D
(155,172,141)
#A5B599
(165,181,153)
#AFBEA5
(175,190,165)
#B9C7B1
(185,199,177)
#C3D0BD
(195,208,189)
#CDD9C9
(205,217,201)
#D7E2D5
(215,226,213)
#E1EBE1
(225,235,225)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879A75 color. Also use rgb(135,154,117) instead hex code.

Text Font Color

.myTextColor { color: #879A75; }

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

This text font color is #879A75.


Background Color

.myBgColor { background-color: #879A75; }

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

This div background color is #879A75.


Border color

.myBorderColor { border: 1px solid #879A75; }

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

This div border color is #879A75.


Opacity

.myOpacity80 { color: #879A75; opacity: 0.8; }

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

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

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

This text has shadow with #879A75 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #879A75 on black background.


Color preview on white background

This text has color #879A75 on white background.



Black color preview on #879A75 background

This text has black color on #879A75 background.


White color preview on #879A75 background

This text has white color on #879A75 background.