COLOR #797C7A

HEX: #797C7A
RGB: (121,124,122)

Color info

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

RGB color model

#797C7A color RGB value is (121,124,122).

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

RGB channels and saturation

R 121 of 255 = 47%
G 124 of 255 = 49%
B 122 of 255 = 48%

121
124
122

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

Portions of RGB colors in percentages

R + G + B =
121 + 124 + 122 = 367 (100%)
R 121 of 367 ~ 32.97%
G 124 of 367 ~ 33.79%
B 122 of 367 ~ 33.24%

%32.97
%33.79
%33.24

CMYK color model

#797C7A color CMYK value is (2,0,2,51).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(2,0,2,51)
C2M0Y2K51 
(2%,0%,2%,51%)
(0.02/0.00/0.02/0.51)	

CMYK percentages

%2.42
%0
%1.61
%51.37

Codes

Color #797C7A in popluar color models

797C7A
RGB121124122
HSL140°1.22%48.04%
HSB/HSV140°2.42%48.63%
CMYK2.42%0.00%1.61%
51.37%

Color #797C7A in popluar number systems.

HEX797C7A
Decimal121124122
Binary111100111111001111010
Octal171174172

Shades and tints

Shades of #797C7A

#797C7A
(121,124,122)
#6E716F
(110,113,111)
#636664
(99,102,100)
#585B59
(88,91,89)
#4D504E
(77,80,78)
#424543
(66,69,67)
#373A38
(55,58,56)
#2C2F2D
(44,47,45)
#212422
(33,36,34)
#161917
(22,25,23)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #797C7A

#797C7A
(121,124,122)
#858786
(133,135,134)
#919292
(145,146,146)
#9D9D9E
(157,157,158)
#A9A8AA
(169,168,170)
#B5B3B6
(181,179,182)
#C1BEC2
(193,190,194)
#CDC9CE
(205,201,206)
#D9D4DA
(217,212,218)
#E5DFE6
(229,223,230)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797C7A; }

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

This text font color is #797C7A.


Background Color

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

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

This div background color is #797C7A.


Border color

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

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

This div border color is #797C7A.


Opacity

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

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

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

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

This text has shadow with #797C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797C7A on black background.


Color preview on white background

This text has color #797C7A on white background.



Black color preview on #797C7A background

This text has black color on #797C7A background.


White color preview on #797C7A background

This text has white color on #797C7A background.