COLOR #797D78

HEX: #797D78 RGB: (121,125,120)

Color info

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

RGB color model

#797D78 color RGB value is (121,125,120).

RGB: (121,125,120) (47%, 49%, 47%)

RGB channels and saturation

R 121 of 255 = 47%
G 125 of 255 = 49%
B 120 of 255 = 47%

121
125
120

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

Portions of RGB colors in percentages

R + G + B = 121 + 125 + 120 = 366 (100%)
R 121 of 366 ~ 33.06%
G 125 of 366 ~ 34.15%
B 120 of 366 ~ 32.79'%

%33.06
%34.15
%32.79

CMYK color model

#797D78 color CMYK value is (3,0,4,51).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 50.98%

CMYK: (3,0,4,51)
C3M0Y4K51 (3%, 0%, 4%, 51%)
(0.03 / 0.00 / 0.04 / 0.51)

CMYK percentages

%3.2
%0
%4
%50.98

Codes

Color #797D78 in popluar color models

79 7D 78
RGB 121 125 120
HSL 108° 2.04% 48.04%
HSB/HSV 108° 4.00% 49.02%
CMYK 3.20% 0.00% 4.00%
50.98%

Color #797D78 in popluar number systems.

HEX 79 7D 78
Decimal 121 125 120
Binary 1111001 1111101 1111000
Octal 171 175 170

Shades and tints

Shades of #797D78

#797D78
(121,125,120)
#6E726E
(110,114,110)
#636764
(99,103,100)
#585C5A
(88,92,90)
#4D5150
(77,81,80)
#424646
(66,70,70)
#373B3C
(55,59,60)
#2C3032
(44,48,50)
#212528
(33,37,40)
#161A1E
(22,26,30)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #797D78

#797D78
(121,125,120)
#858884
(133,136,132)
#919390
(145,147,144)
#9D9E9C
(157,158,156)
#A9A9A8
(169,169,168)
#B5B4B4
(181,180,180)
#C1BFC0
(193,191,192)
#CDCACC
(205,202,204)
#D9D5D8
(217,213,216)
#E5E0E4
(229,224,228)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797D78; }

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

This text font color is #797D78.

Background Color

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

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

This div background color is #797D78.

Border color

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

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

This div border color is #797D78.

Opacity

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

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

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

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

This text has shadow with #797D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797D78.

Preview

Color preview on black background

This text has color #797D78 on black background.


Color preview on white background

This text has color #797D78 on white background.


Black color preview on #797D78 background

This text has black color on #797D78 background.


White color preview on #797D78 background

This text has white color on #797D78 background.


Related colors

Complementary color

Complementary color for #hex is #868287.


I love getcolorcode.com

Triadic colors

1 #78797D and #7D7879 with #797D78 are triadic colors.

2 #787D79 and #7D7978 with #797D78 are triadic colors.