COLOR #797F66

HEX: #797F66 RGB: (121,127,102)

Color info

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

RGB color model

#797F66 color RGB value is (121,127,102).

RGB: (121,127,102) (47%, 50%, 40%)

RGB channels and saturation

R 121 of 255 = 47%
G 127 of 255 = 50%
B 102 of 255 = 40%

121
127
102

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

Portions of RGB colors in percentages

R + G + B = 121 + 127 + 102 = 350 (100%)
R 121 of 350 ~ 34.57%
G 127 of 350 ~ 36.29%
B 102 of 350 ~ 29.14'%

%34.57
%36.29
%29.14

CMYK color model

#797F66 color CMYK value is (5,0,20,50).

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 50.20%

CMYK: (5,0,20,50)
C5M0Y20K50 (5%, 0%, 20%, 50%)
(0.05 / 0.00 / 0.20 / 0.50)

CMYK percentages

%4.72
%0
%19.69
%50.2

Codes

Color #797F66 in popluar color models

79 7F 66
RGB 121 127 102
HSL 74° 10.92% 44.90%
HSB/HSV 74° 19.69% 49.80%
CMYK 4.72% 0.00% 19.69%
50.20%

Color #797F66 in popluar number systems.

HEX 79 7F 66
Decimal 121 127 102
Binary 1111001 1111111 1100110
Octal 171 177 146

Shades and tints

Shades of #797F66

#797F66
(121,127,102)
#6E745D
(110,116,93)
#636954
(99,105,84)
#585E4B
(88,94,75)
#4D5342
(77,83,66)
#424839
(66,72,57)
#373D30
(55,61,48)
#2C3227
(44,50,39)
#21271E
(33,39,30)
#161C15
(22,28,21)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #797F66

#797F66
(121,127,102)
#858A73
(133,138,115)
#919580
(145,149,128)
#9DA08D
(157,160,141)
#A9AB9A
(169,171,154)
#B5B6A7
(181,182,167)
#C1C1B4
(193,193,180)
#CDCCC1
(205,204,193)
#D9D7CE
(217,215,206)
#E5E2DB
(229,226,219)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797F66 color. Also use rgb(121,127,102) instead hex code.

Text Font Color

.myTextColor { color: #797F66; }

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

This text font color is #797F66.

Background Color

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

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

This div background color is #797F66.

Border color

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

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

This div border color is #797F66.

Opacity

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

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

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

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

This text has shadow with #797F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797F66.

Preview

Color preview on black background

This text has color #797F66 on black background.


Color preview on white background

This text has color #797F66 on white background.


Black color preview on #797F66 background

This text has black color on #797F66 background.


White color preview on #797F66 background

This text has white color on #797F66 background.


Related colors

Complementary color

Complementary color for #hex is #868099.


I love getcolorcode.com

Triadic colors

1 #66797F and #7F6679 with #797F66 are triadic colors.

2 #667F79 and #7F7966 with #797F66 are triadic colors.