COLOR #79878D

HEX: #79878D
RGB: (121,135,141)

Color info

#79878D contains red, green and blue colors in about the same proportion. Web safe color of #79878D is #669999 (or #699).

RGB color model

#79878D color RGB value is (121,135,141).

  • red value is 121;
  • green value is 135;
  • blue value is 141.
RGB:
(121,135,141)
(47%,53%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 135 of 255 = 53%
B 141 of 255 = 55%

121
135
141

R + G + B ~ 52%. #79878D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 135 + 141 = 397 (100%)
R 121 of 397 ~ 30.48%
G 135 of 397 ~ 34.01%
B 141 of 397 ~ 35.52%

%30.48
%34.01
%35.52

CMYK color model

#79878D color CMYK value is (14,4,0,45).

  • cyan value is 14.18%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(14,4,0,45)
C14M4Y0K45 
(14%,4%,0%,45%)
(0.14/0.04/0.00/0.45)	

CMYK percentages

%14.18
%4.26
%0
%44.71

Codes

Color #79878D in popluar color models

79878D
RGB121135141
HSL198°8.06%51.37%
HSB/HSV198°14.18%55.29%
CMYK14.18%4.26%0.00%
44.71%

Color #79878D in popluar number systems.

HEX79878D
Decimal121135141
Binary11110011000011110001101
Octal171207215

Shades and tints

Shades of #79878D

#79878D
(121,135,141)
#6E7B81
(110,123,129)
#636F75
(99,111,117)
#586369
(88,99,105)
#4D575D
(77,87,93)
#424B51
(66,75,81)
#373F45
(55,63,69)
#2C3339
(44,51,57)
#21272D
(33,39,45)
#161B21
(22,27,33)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #79878D

#79878D
(121,135,141)
#859197
(133,145,151)
#919BA1
(145,155,161)
#9DA5AB
(157,165,171)
#A9AFB5
(169,175,181)
#B5B9BF
(181,185,191)
#C1C3C9
(193,195,201)
#CDCDD3
(205,205,211)
#D9D7DD
(217,215,221)
#E5E1E7
(229,225,231)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79878D color. Also use rgb(121,135,141) instead hex code.

Text Font Color

.myTextColor { color: #79878D; }

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

This text font color is #79878D.


Background Color

.myBgColor { background-color: #79878D; }

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

This div background color is #79878D.


Border color

.myBorderColor { border: 1px solid #79878D; }

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

This div border color is #79878D.


Opacity

.myOpacity80 { color: #79878D; opacity: 0.8; }

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

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

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

This text has shadow with #79878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79878D on black background.


Color preview on white background

This text has color #79878D on white background.



Black color preview on #79878D background

This text has black color on #79878D background.


White color preview on #79878D background

This text has white color on #79878D background.