COLOR #79879D

HEX: #79879D
RGB: (121,135,157)

Color info

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

RGB color model

#79879D color RGB value is (121,135,157).

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

RGB channels and saturation

R 121 of 255 = 47%
G 135 of 255 = 53%
B 157 of 255 = 62%

121
135
157

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

Portions of RGB colors in percentages

R + G + B =
121 + 135 + 157 = 413 (100%)
R 121 of 413 ~ 29.3%
G 135 of 413 ~ 32.69%
B 157 of 413 ~ 38.01%

%29.3
%32.69
%38.01

CMYK color model

#79879D color CMYK value is (23,14,0,38).

  • cyan value is 22.93%
  • magenta value is 14.01%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(23,14,0,38)
C23M14Y0K38 
(23%,14%,0%,38%)
(0.23/0.14/0.00/0.38)	

CMYK percentages

%22.93
%14.01
%0
%38.43

Codes

Color #79879D in popluar color models

79879D
RGB121135157
HSL217°15.52%54.51%
HSB/HSV217°22.93%61.57%
CMYK22.93%14.01%0.00%
38.43%

Color #79879D in popluar number systems.

HEX79879D
Decimal121135157
Binary11110011000011110011101
Octal171207235

Shades and tints

Shades of #79879D

#79879D
(121,135,157)
#6E7B8F
(110,123,143)
#636F81
(99,111,129)
#586373
(88,99,115)
#4D5765
(77,87,101)
#424B57
(66,75,87)
#373F49
(55,63,73)
#2C333B
(44,51,59)
#21272D
(33,39,45)
#161B1F
(22,27,31)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #79879D

#79879D
(121,135,157)
#8591A5
(133,145,165)
#919BAD
(145,155,173)
#9DA5B5
(157,165,181)
#A9AFBD
(169,175,189)
#B5B9C5
(181,185,197)
#C1C3CD
(193,195,205)
#CDCDD5
(205,205,213)
#D9D7DD
(217,215,221)
#E5E1E5
(229,225,229)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79879D; }

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

This text font color is #79879D.


Background Color

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

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

This div background color is #79879D.


Border color

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

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

This div border color is #79879D.


Opacity

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

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

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

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

This text has shadow with #79879D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79879D on black background.


Color preview on white background

This text has color #79879D on white background.



Black color preview on #79879D background

This text has black color on #79879D background.


White color preview on #79879D background

This text has white color on #79879D background.