COLOR #797964

HEX: #797964 RGB: (121,121,100)

Color info

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

RGB color model

#797964 color RGB value is (121,121,100).

RGB: (121,121,100) (47%, 47%, 39%)

RGB channels and saturation

R 121 of 255 = 47%
G 121 of 255 = 47%
B 100 of 255 = 39%

121
121
100

R + G + B ~ 44%. #797964 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 121 + 100 = 342 (100%)
R 121 of 342 ~ 35.38%
G 121 of 342 ~ 35.38%
B 100 of 342 ~ 29.24'%

%35.38
%35.38
%29.24

CMYK color model

#797964 color CMYK value is (0,0,17,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.36%
  • key color value is 52.55%

CMYK: (0,0,17,53)
C0M0Y17K53 (0%, 0%, 17%, 53%)
(0.00 / 0.00 / 0.17 / 0.53)

CMYK percentages

%0
%0
%17.36
%52.55

Codes

Color #797964 in popluar color models

79 79 64
RGB 121 121 100
HSL 60° 9.50% 43.33%
HSB/HSV 60° 17.36% 47.45%
CMYK 0.00% 0.00% 17.36%
52.55%

Color #797964 in popluar number systems.

HEX 79 79 64
Decimal 121 121 100
Binary 1111001 1111001 1100100
Octal 171 171 144

Shades and tints

Shades of #797964

#797964
(121,121,100)
#6E6E5B
(110,110,91)
#636352
(99,99,82)
#585849
(88,88,73)
#4D4D40
(77,77,64)
#424237
(66,66,55)
#37372E
(55,55,46)
#2C2C25
(44,44,37)
#21211C
(33,33,28)
#161613
(22,22,19)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #797964

#797964
(121,121,100)
#858572
(133,133,114)
#919180
(145,145,128)
#9D9D8E
(157,157,142)
#A9A99C
(169,169,156)
#B5B5AA
(181,181,170)
#C1C1B8
(193,193,184)
#CDCDC6
(205,205,198)
#D9D9D4
(217,217,212)
#E5E5E2
(229,229,226)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797964 color. Also use rgb(121,121,100) instead hex code.

Text Font Color

.myTextColor { color: #797964; }

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

This text font color is #797964.

Background Color

.myBgColor { background-color: #797964; }

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

This div background color is #797964.

Border color

.myBorderColor { border: 1px solid #797964; }

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

This div border color is #797964.

Opacity

.myOpacity80 { color: #797964; opacity: 0.8; }

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

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

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

This text has shadow with #797964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797964.

Preview

Color preview on black background

This text has color #797964 on black background.


Color preview on white background

This text has color #797964 on white background.


Black color preview on #797964 background

This text has black color on #797964 background.


White color preview on #797964 background

This text has white color on #797964 background.


Related colors

Complementary color

Complementary color for #hex is #86869B.


I love getcolorcode.com