COLOR #797970

HEX: #797970
RGB: (121,121,112)

Color info

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

RGB color model

#797970 color RGB value is (121,121,112).

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

RGB channels and saturation

R 121 of 255 = 47%
G 121 of 255 = 47%
B 112 of 255 = 44%

121
121
112

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

Portions of RGB colors in percentages

R + G + B =
121 + 121 + 112 = 354 (100%)
R 121 of 354 ~ 34.18%
G 121 of 354 ~ 34.18%
B 112 of 354 ~ 31.64%

%34.18
%34.18
%31.64

CMYK color model

#797970 color CMYK value is (0,0,7,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.44%
  • key color value is 52.55%
CMYK:
(0,0,7,53)
C0M0Y7K53 
(0%,0%,7%,53%)
(0.00/0.00/0.07/0.53)	

CMYK percentages

%0
%0
%7.44
%52.55

Codes

Color #797970 in popluar color models

797970
RGB121121112
HSL60°3.86%45.69%
HSB/HSV60°7.44%47.45%
CMYK0.00%0.00%7.44%
52.55%

Color #797970 in popluar number systems.

HEX797970
Decimal121121112
Binary111100111110011110000
Octal171171160

Shades and tints

Shades of #797970

#797970
(121,121,112)
#6E6E66
(110,110,102)
#63635C
(99,99,92)
#585852
(88,88,82)
#4D4D48
(77,77,72)
#42423E
(66,66,62)
#373734
(55,55,52)
#2C2C2A
(44,44,42)
#212120
(33,33,32)
#161616
(22,22,22)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #797970

#797970
(121,121,112)
#85857D
(133,133,125)
#91918A
(145,145,138)
#9D9D97
(157,157,151)
#A9A9A4
(169,169,164)
#B5B5B1
(181,181,177)
#C1C1BE
(193,193,190)
#CDCDCB
(205,205,203)
#D9D9D8
(217,217,216)
#E5E5E5
(229,229,229)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797970; }

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

This text font color is #797970.


Background Color

.myBgColor { background-color: #797970; }

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

This div background color is #797970.


Border color

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

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

This div border color is #797970.


Opacity

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

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

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

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

This text has shadow with #797970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797970 on black background.


Color preview on white background

This text has color #797970 on white background.



Black color preview on #797970 background

This text has black color on #797970 background.


White color preview on #797970 background

This text has white color on #797970 background.