COLOR #797A78

HEX: #797A78 RGB: (121,122,120)

Color info

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

RGB color model

#797A78 color RGB value is (121,122,120).

RGB: (121,122,120) (47%, 48%, 47%)

RGB channels and saturation

R 121 of 255 = 47%
G 122 of 255 = 48%
B 120 of 255 = 47%

121
122
120

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

Portions of RGB colors in percentages

R + G + B = 121 + 122 + 120 = 363 (100%)
R 121 of 363 ~ 33.33%
G 122 of 363 ~ 33.61%
B 120 of 363 ~ 33.06'%

%33.33
%33.61
%33.06

CMYK color model

#797A78 color CMYK value is (1,0,2,52).

  • cyan value is 0.82%
  • magenta value is 0.00%
  • yellow value is 1.64%
  • key color value is 52.16%

CMYK: (1,0,2,52)
C1M0Y2K52 (1%, 0%, 2%, 52%)
(0.01 / 0.00 / 0.02 / 0.52)

CMYK percentages

%0.82
%0
%1.64
%52.16

Codes

Color #797A78 in popluar color models

79 7A 78
RGB 121 122 120
HSL 90° 0.83% 47.45%
HSB/HSV 90° 1.64% 47.84%
CMYK 0.82% 0.00% 1.64%
52.16%

Color #797A78 in popluar number systems.

HEX 79 7A 78
Decimal 121 122 120
Binary 1111001 1111010 1111000
Octal 171 172 170

Shades and tints

Shades of #797A78

#797A78
(121,122,120)
#6E6F6E
(110,111,110)
#636464
(99,100,100)
#58595A
(88,89,90)
#4D4E50
(77,78,80)
#424346
(66,67,70)
#37383C
(55,56,60)
#2C2D32
(44,45,50)
#212228
(33,34,40)
#16171E
(22,23,30)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #797A78

#797A78
(121,122,120)
#858684
(133,134,132)
#919290
(145,146,144)
#9D9E9C
(157,158,156)
#A9AAA8
(169,170,168)
#B5B6B4
(181,182,180)
#C1C2C0
(193,194,192)
#CDCECC
(205,206,204)
#D9DAD8
(217,218,216)
#E5E6E4
(229,230,228)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797A78; }

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

This text font color is #797A78.

Background Color

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

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

This div background color is #797A78.

Border color

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

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

This div border color is #797A78.

Opacity

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

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

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

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

This text has shadow with #797A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797A78.

Preview

Color preview on black background

This text has color #797A78 on black background.


Color preview on white background

This text has color #797A78 on white background.


Black color preview on #797A78 background

This text has black color on #797A78 background.


White color preview on #797A78 background

This text has white color on #797A78 background.


Related colors

Complementary color

Complementary color for #hex is #868587.


I love getcolorcode.com

Triadic colors

1 #78797A and #7A7879 with #797A78 are triadic colors.

2 #787A79 and #7A7978 with #797A78 are triadic colors.