COLOR #797E79

HEX: #797E79
RGB: (121,126,121)

Color info

#797E79 contains red, green and blue colors in about the same proportion. Web safe color of #797E79 is #666666 (or #666).

RGB color model

#797E79 color RGB value is (121,126,121).

  • red value is 121;
  • green value is 126;
  • blue value is 121.
RGB:
(121,126,121)
(47%,49%,47%)

RGB channels and saturation

R 121 of 255 = 47%
G 126 of 255 = 49%
B 121 of 255 = 47%

121
126
121

R + G + B ~ 48%. #797E79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 126 + 121 = 368 (100%)
R 121 of 368 ~ 32.88%
G 126 of 368 ~ 34.24%
B 121 of 368 ~ 32.88%

%32.88
%34.24
%32.88

CMYK color model

#797E79 color CMYK value is (4,0,4,51).

  • cyan value is 3.97%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 50.59%
CMYK:
(4,0,4,51)
C4M0Y4K51 
(4%,0%,4%,51%)
(0.04/0.00/0.04/0.51)	

CMYK percentages

%3.97
%0
%3.97
%50.59

Codes

Color #797E79 in popluar color models

797E79
RGB121126121
HSL120°2.02%48.43%
HSB/HSV120°3.97%49.41%
CMYK3.97%0.00%3.97%
50.59%

Color #797E79 in popluar number systems.

HEX797E79
Decimal121126121
Binary111100111111101111001
Octal171176171

Shades and tints

Shades of #797E79

#797E79
(121,126,121)
#6E736E
(110,115,110)
#636863
(99,104,99)
#585D58
(88,93,88)
#4D524D
(77,82,77)
#424742
(66,71,66)
#373C37
(55,60,55)
#2C312C
(44,49,44)
#212621
(33,38,33)
#161B16
(22,27,22)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #797E79

#797E79
(121,126,121)
#858985
(133,137,133)
#919491
(145,148,145)
#9D9F9D
(157,159,157)
#A9AAA9
(169,170,169)
#B5B5B5
(181,181,181)
#C1C0C1
(193,192,193)
#CDCBCD
(205,203,205)
#D9D6D9
(217,214,217)
#E5E1E5
(229,225,229)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797E79 color. Also use rgb(121,126,121) instead hex code.

Text Font Color

.myTextColor { color: #797E79; }

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

This text font color is #797E79.


Background Color

.myBgColor { background-color: #797E79; }

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

This div background color is #797E79.


Border color

.myBorderColor { border: 1px solid #797E79; }

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

This div border color is #797E79.


Opacity

.myOpacity80 { color: #797E79; opacity: 0.8; }

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

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

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

This text has shadow with #797E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797E79 on black background.


Color preview on white background

This text has color #797E79 on white background.



Black color preview on #797E79 background

This text has black color on #797E79 background.


White color preview on #797E79 background

This text has white color on #797E79 background.