COLOR #797064

HEX: #797064
RGB: (121,112,100)

Color info

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

RGB color model

#797064 color RGB value is (121,112,100).

  • red value is 121;
  • green value is 112;
  • blue value is 100.
RGB:
(121,112,100)
(47%,44%,39%)

RGB channels and saturation

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

121
112
100

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

Portions of RGB colors in percentages

R + G + B =
121 + 112 + 100 = 333 (100%)
R 121 of 333 ~ 36.34%
G 112 of 333 ~ 33.63%
B 100 of 333 ~ 30.03%

%36.34
%33.63
%30.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.44%
  • yellow value is 17.36%
  • key color value is 52.55%
CMYK:
(0,7,17,53)
C0M7Y17K53 
(0%,7%,17%,53%)
(0.00/0.07/0.17/0.53)	

CMYK percentages

%0
%7.44
%17.36
%52.55

Codes

Color #797064 in popluar color models

797064
RGB121112100
HSL34°9.50%43.33%
HSB/HSV34°17.36%47.45%
CMYK0.00%7.44%17.36%
52.55%

Color #797064 in popluar number systems.

HEX797064
Decimal121112100
Binary111100111100001100100
Octal171160144

Shades and tints

Shades of #797064

#797064
(121,112,100)
#6E665B
(110,102,91)
#635C52
(99,92,82)
#585249
(88,82,73)
#4D4840
(77,72,64)
#423E37
(66,62,55)
#37342E
(55,52,46)
#2C2A25
(44,42,37)
#21201C
(33,32,28)
#161613
(22,22,19)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #797064

#797064
(121,112,100)
#857D72
(133,125,114)
#918A80
(145,138,128)
#9D978E
(157,151,142)
#A9A49C
(169,164,156)
#B5B1AA
(181,177,170)
#C1BEB8
(193,190,184)
#CDCBC6
(205,203,198)
#D9D8D4
(217,216,212)
#E5E5E2
(229,229,226)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797064; }

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

This text font color is #797064.


Background Color

.myBgColor { background-color: #797064; }

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

This div background color is #797064.


Border color

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

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

This div border color is #797064.


Opacity

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

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

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

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

This text has shadow with #797064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797064 on black background.


Color preview on white background

This text has color #797064 on white background.



Black color preview on #797064 background

This text has black color on #797064 background.


White color preview on #797064 background

This text has white color on #797064 background.