COLOR #879A80

HEX: #879A80
RGB: (135,154,128)

Color info

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

RGB color model

#879A80 color RGB value is (135,154,128).

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

RGB channels and saturation

R 135 of 255 = 53%
G 154 of 255 = 60%
B 128 of 255 = 50%

135
154
128

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

Portions of RGB colors in percentages

R + G + B =
135 + 154 + 128 = 417 (100%)
R 135 of 417 ~ 32.37%
G 154 of 417 ~ 36.93%
B 128 of 417 ~ 30.7%

%32.37
%36.93
%30.7

CMYK color model

#879A80 color CMYK value is (12,0,17,40).

  • cyan value is 12.34%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 39.61%
CMYK:
(12,0,17,40)
C12M0Y17K40 
(12%,0%,17%,40%)
(0.12/0.00/0.17/0.40)	

CMYK percentages

%12.34
%0
%16.88
%39.61

Codes

Color #879A80 in popluar color models

879A80
RGB135154128
HSL104°11.40%55.29%
HSB/HSV104°16.88%60.39%
CMYK12.34%0.00%16.88%
39.61%

Color #879A80 in popluar number systems.

HEX879A80
Decimal135154128
Binary100001111001101010000000
Octal207232200

Shades and tints

Shades of #879A80

#879A80
(135,154,128)
#7B8C75
(123,140,117)
#6F7E6A
(111,126,106)
#63705F
(99,112,95)
#576254
(87,98,84)
#4B5449
(75,84,73)
#3F463E
(63,70,62)
#333833
(51,56,51)
#272A28
(39,42,40)
#1B1C1D
(27,28,29)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #879A80

#879A80
(135,154,128)
#91A38B
(145,163,139)
#9BAC96
(155,172,150)
#A5B5A1
(165,181,161)
#AFBEAC
(175,190,172)
#B9C7B7
(185,199,183)
#C3D0C2
(195,208,194)
#CDD9CD
(205,217,205)
#D7E2D8
(215,226,216)
#E1EBE3
(225,235,227)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879A80; }

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

This text font color is #879A80.


Background Color

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

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

This div background color is #879A80.


Border color

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

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

This div border color is #879A80.


Opacity

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

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

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

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

This text has shadow with #879A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879A80 on black background.


Color preview on white background

This text has color #879A80 on white background.



Black color preview on #879A80 background

This text has black color on #879A80 background.


White color preview on #879A80 background

This text has white color on #879A80 background.