COLOR #79979C

HEX: #79979C
RGB: (121,151,156)

Color info

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

RGB color model

#79979C color RGB value is (121,151,156).

  • red value is 121;
  • green value is 151;
  • blue value is 156.
RGB:
(121,151,156)
(47%,59%,61%)

RGB channels and saturation

R 121 of 255 = 47%
G 151 of 255 = 59%
B 156 of 255 = 61%

121
151
156

R + G + B ~ 56%. #79979C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 151 + 156 = 428 (100%)
R 121 of 428 ~ 28.27%
G 151 of 428 ~ 35.28%
B 156 of 428 ~ 36.45%

%28.27
%35.28
%36.45

CMYK color model

#79979C color CMYK value is (22,3,0,39).

  • cyan value is 22.44%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(22,3,0,39)
C22M3Y0K39 
(22%,3%,0%,39%)
(0.22/0.03/0.00/0.39)	

CMYK percentages

%22.44
%3.21
%0
%38.82

Codes

Color #79979C in popluar color models

79979C
RGB121151156
HSL189°15.02%54.31%
HSB/HSV189°22.44%61.18%
CMYK22.44%3.21%0.00%
38.82%

Color #79979C in popluar number systems.

HEX79979C
Decimal121151156
Binary11110011001011110011100
Octal171227234

Shades and tints

Shades of #79979C

#79979C
(121,151,156)
#6E8A8E
(110,138,142)
#637D80
(99,125,128)
#587072
(88,112,114)
#4D6364
(77,99,100)
#425656
(66,86,86)
#374948
(55,73,72)
#2C3C3A
(44,60,58)
#212F2C
(33,47,44)
#16221E
(22,34,30)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #79979C

#79979C
(121,151,156)
#85A0A5
(133,160,165)
#91A9AE
(145,169,174)
#9DB2B7
(157,178,183)
#A9BBC0
(169,187,192)
#B5C4C9
(181,196,201)
#C1CDD2
(193,205,210)
#CDD6DB
(205,214,219)
#D9DFE4
(217,223,228)
#E5E8ED
(229,232,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79979C color. Also use rgb(121,151,156) instead hex code.

Text Font Color

.myTextColor { color: #79979C; }

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

This text font color is #79979C.


Background Color

.myBgColor { background-color: #79979C; }

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

This div background color is #79979C.


Border color

.myBorderColor { border: 1px solid #79979C; }

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

This div border color is #79979C.


Opacity

.myOpacity80 { color: #79979C; opacity: 0.8; }

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

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

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

This text has shadow with #79979C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79979C on black background.


Color preview on white background

This text has color #79979C on white background.



Black color preview on #79979C background

This text has black color on #79979C background.


White color preview on #79979C background

This text has white color on #79979C background.