COLOR #797E6D

HEX: #797E6D RGB: (121,126,109)

Color info

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

RGB color model

#797E6D color RGB value is (121,126,109).

RGB: (121,126,109) (47%, 49%, 43%)

RGB channels and saturation

R 121 of 255 = 47%
G 126 of 255 = 49%
B 109 of 255 = 43%

121
126
109

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

Portions of RGB colors in percentages

R + G + B = 121 + 126 + 109 = 356 (100%)
R 121 of 356 ~ 33.99%
G 126 of 356 ~ 35.39%
B 109 of 356 ~ 30.62'%

%33.99
%35.39
%30.62

CMYK color model

#797E6D color CMYK value is (4,0,13,51).

  • cyan value is 3.97%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 50.59%

CMYK: (4,0,13,51)
C4M0Y13K51 (4%, 0%, 13%, 51%)
(0.04 / 0.00 / 0.13 / 0.51)

CMYK percentages

%3.97
%0
%13.49
%50.59

Codes

Color #797E6D in popluar color models

79 7E 6D
RGB 121 126 109
HSL 78° 7.23% 46.08%
HSB/HSV 78° 13.49% 49.41%
CMYK 3.97% 0.00% 13.49%
50.59%

Color #797E6D in popluar number systems.

HEX 79 7E 6D
Decimal 121 126 109
Binary 1111001 1111110 1101101
Octal 171 176 155

Shades and tints

Shades of #797E6D

#797E6D
(121,126,109)
#6E7364
(110,115,100)
#63685B
(99,104,91)
#585D52
(88,93,82)
#4D5249
(77,82,73)
#424740
(66,71,64)
#373C37
(55,60,55)
#2C312E
(44,49,46)
#212625
(33,38,37)
#161B1C
(22,27,28)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #797E6D

#797E6D
(121,126,109)
#85897A
(133,137,122)
#919487
(145,148,135)
#9D9F94
(157,159,148)
#A9AAA1
(169,170,161)
#B5B5AE
(181,181,174)
#C1C0BB
(193,192,187)
#CDCBC8
(205,203,200)
#D9D6D5
(217,214,213)
#E5E1E2
(229,225,226)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797E6D color. Also use rgb(121,126,109) instead hex code.

Text Font Color

.myTextColor { color: #797E6D; }

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

This text font color is #797E6D.

Background Color

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

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

This div background color is #797E6D.

Border color

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

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

This div border color is #797E6D.

Opacity

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

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

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

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

This text has shadow with #797E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797E6D.

Preview

Color preview on black background

This text has color #797E6D on black background.


Color preview on white background

This text has color #797E6D on white background.


Black color preview on #797E6D background

This text has black color on #797E6D background.


White color preview on #797E6D background

This text has white color on #797E6D background.


Related colors

Complementary color

Complementary color for #hex is #868192.


I love getcolorcode.com

Triadic colors

1 #6D797E and #7E6D79 with #797E6D are triadic colors.

2 #6D7E79 and #7E796D with #797E6D are triadic colors.