COLOR #797B70

HEX: #797B70
RGB: (121,123,112)

Color info

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

RGB color model

#797B70 color RGB value is (121,123,112).

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

RGB channels and saturation

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

121
123
112

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

Portions of RGB colors in percentages

R + G + B =
121 + 123 + 112 = 356 (100%)
R 121 of 356 ~ 33.99%
G 123 of 356 ~ 34.55%
B 112 of 356 ~ 31.46%

%33.99
%34.55
%31.46

CMYK color model

#797B70 color CMYK value is (2,0,9,52).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 51.76%
CMYK:
(2,0,9,52)
C2M0Y9K52 
(2%,0%,9%,52%)
(0.02/0.00/0.09/0.52)	

CMYK percentages

%1.63
%0
%8.94
%51.76

Codes

Color #797B70 in popluar color models

797B70
RGB121123112
HSL71°4.68%46.08%
HSB/HSV71°8.94%48.24%
CMYK1.63%0.00%8.94%
51.76%

Color #797B70 in popluar number systems.

HEX797B70
Decimal121123112
Binary111100111110111110000
Octal171173160

Shades and tints

Shades of #797B70

#797B70
(121,123,112)
#6E7066
(110,112,102)
#63655C
(99,101,92)
#585A52
(88,90,82)
#4D4F48
(77,79,72)
#42443E
(66,68,62)
#373934
(55,57,52)
#2C2E2A
(44,46,42)
#212320
(33,35,32)
#161816
(22,24,22)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #797B70

#797B70
(121,123,112)
#85877D
(133,135,125)
#91938A
(145,147,138)
#9D9F97
(157,159,151)
#A9ABA4
(169,171,164)
#B5B7B1
(181,183,177)
#C1C3BE
(193,195,190)
#CDCFCB
(205,207,203)
#D9DBD8
(217,219,216)
#E5E7E5
(229,231,229)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797B70; }

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

This text font color is #797B70.


Background Color

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

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

This div background color is #797B70.


Border color

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

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

This div border color is #797B70.


Opacity

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

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

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

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

This text has shadow with #797B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797B70 on black background.


Color preview on white background

This text has color #797B70 on white background.



Black color preview on #797B70 background

This text has black color on #797B70 background.


White color preview on #797B70 background

This text has white color on #797B70 background.