COLOR #797870

HEX: #797870
RGB: (121,120,112)

Color info

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

RGB color model

#797870 color RGB value is (121,120,112).

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

RGB channels and saturation

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

121
120
112

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

Portions of RGB colors in percentages

R + G + B =
121 + 120 + 112 = 353 (100%)
R 121 of 353 ~ 34.28%
G 120 of 353 ~ 33.99%
B 112 of 353 ~ 31.73%

%34.28
%33.99
%31.73

CMYK color model

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

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

CMYK percentages

%0
%0.83
%7.44
%52.55

Codes

Color #797870 in popluar color models

797870
RGB121120112
HSL53°3.86%45.69%
HSB/HSV53°7.44%47.45%
CMYK0.00%0.83%7.44%
52.55%

Color #797870 in popluar number systems.

HEX797870
Decimal121120112
Binary111100111110001110000
Octal171170160

Shades and tints

Shades of #797870

#797870
(121,120,112)
#6E6E66
(110,110,102)
#63645C
(99,100,92)
#585A52
(88,90,82)
#4D5048
(77,80,72)
#42463E
(66,70,62)
#373C34
(55,60,52)
#2C322A
(44,50,42)
#212820
(33,40,32)
#161E16
(22,30,22)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #797870

#797870
(121,120,112)
#85847D
(133,132,125)
#91908A
(145,144,138)
#9D9C97
(157,156,151)
#A9A8A4
(169,168,164)
#B5B4B1
(181,180,177)
#C1C0BE
(193,192,190)
#CDCCCB
(205,204,203)
#D9D8D8
(217,216,216)
#E5E4E5
(229,228,229)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797870; }

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

This text font color is #797870.


Background Color

.myBgColor { background-color: #797870; }

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

This div background color is #797870.


Border color

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

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

This div border color is #797870.


Opacity

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

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

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

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

This text has shadow with #797870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797870 on black background.


Color preview on white background

This text has color #797870 on white background.



Black color preview on #797870 background

This text has black color on #797870 background.


White color preview on #797870 background

This text has white color on #797870 background.