COLOR #879799

HEX: #879799
RGB: (135,151,153)

Color info

#879799 contains red, green and blue colors in about the same proportion. Web safe color of #879799 is #999999 (or #999).

RGB color model

#879799 color RGB value is (135,151,153).

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

RGB channels and saturation

R 135 of 255 = 53%
G 151 of 255 = 59%
B 153 of 255 = 60%

135
151
153

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

Portions of RGB colors in percentages

R + G + B =
135 + 151 + 153 = 439 (100%)
R 135 of 439 ~ 30.75%
G 151 of 439 ~ 34.4%
B 153 of 439 ~ 34.85%

%30.75
%34.4
%34.85

CMYK color model

#879799 color CMYK value is (12,1,0,40).

  • cyan value is 11.76%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,1,0,40)
C12M1Y0K40 
(12%,1%,0%,40%)
(0.12/0.01/0.00/0.40)	

CMYK percentages

%11.76
%1.31
%0
%40

Codes

Color #879799 in popluar color models

879799
RGB135151153
HSL187°8.11%56.47%
HSB/HSV187°11.76%60.00%
CMYK11.76%1.31%0.00%
40.00%

Color #879799 in popluar number systems.

HEX879799
Decimal135151153
Binary100001111001011110011001
Octal207227231

Shades and tints

Shades of #879799

#879799
(135,151,153)
#7B8A8C
(123,138,140)
#6F7D7F
(111,125,127)
#637072
(99,112,114)
#576365
(87,99,101)
#4B5658
(75,86,88)
#3F494B
(63,73,75)
#333C3E
(51,60,62)
#272F31
(39,47,49)
#1B2224
(27,34,36)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #879799

#879799
(135,151,153)
#91A0A2
(145,160,162)
#9BA9AB
(155,169,171)
#A5B2B4
(165,178,180)
#AFBBBD
(175,187,189)
#B9C4C6
(185,196,198)
#C3CDCF
(195,205,207)
#CDD6D8
(205,214,216)
#D7DFE1
(215,223,225)
#E1E8EA
(225,232,234)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879799; }

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

This text font color is #879799.


Background Color

.myBgColor { background-color: #879799; }

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

This div background color is #879799.


Border color

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

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

This div border color is #879799.


Opacity

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

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

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

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

This text has shadow with #879799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879799 on black background.


Color preview on white background

This text has color #879799 on white background.



Black color preview on #879799 background

This text has black color on #879799 background.


White color preview on #879799 background

This text has white color on #879799 background.