COLOR #879A7D

HEX: #879A7D
RGB: (135,154,125)

Color info

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

RGB color model

#879A7D color RGB value is (135,154,125).

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

RGB channels and saturation

R 135 of 255 = 53%
G 154 of 255 = 60%
B 125 of 255 = 49%

135
154
125

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

Portions of RGB colors in percentages

R + G + B =
135 + 154 + 125 = 414 (100%)
R 135 of 414 ~ 32.61%
G 154 of 414 ~ 37.2%
B 125 of 414 ~ 30.19%

%32.61
%37.2
%30.19

CMYK color model

#879A7D color CMYK value is (12,0,19,40).

  • cyan value is 12.34%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 39.61%
CMYK:
(12,0,19,40)
C12M0Y19K40 
(12%,0%,19%,40%)
(0.12/0.00/0.19/0.40)	

CMYK percentages

%12.34
%0
%18.83
%39.61

Codes

Color #879A7D in popluar color models

879A7D
RGB135154125
HSL99°12.55%54.71%
HSB/HSV99°18.83%60.39%
CMYK12.34%0.00%18.83%
39.61%

Color #879A7D in popluar number systems.

HEX879A7D
Decimal135154125
Binary10000111100110101111101
Octal207232175

Shades and tints

Shades of #879A7D

#879A7D
(135,154,125)
#7B8C72
(123,140,114)
#6F7E67
(111,126,103)
#63705C
(99,112,92)
#576251
(87,98,81)
#4B5446
(75,84,70)
#3F463B
(63,70,59)
#333830
(51,56,48)
#272A25
(39,42,37)
#1B1C1A
(27,28,26)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #879A7D

#879A7D
(135,154,125)
#91A388
(145,163,136)
#9BAC93
(155,172,147)
#A5B59E
(165,181,158)
#AFBEA9
(175,190,169)
#B9C7B4
(185,199,180)
#C3D0BF
(195,208,191)
#CDD9CA
(205,217,202)
#D7E2D5
(215,226,213)
#E1EBE0
(225,235,224)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879A7D; }

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

This text font color is #879A7D.


Background Color

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

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

This div background color is #879A7D.


Border color

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

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

This div border color is #879A7D.


Opacity

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

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

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

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

This text has shadow with #879A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879A7D on black background.


Color preview on white background

This text has color #879A7D on white background.



Black color preview on #879A7D background

This text has black color on #879A7D background.


White color preview on #879A7D background

This text has white color on #879A7D background.