COLOR #797264

HEX: #797264
RGB: (121,114,100)

Color info

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

RGB color model

#797264 color RGB value is (121,114,100).

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

RGB channels and saturation

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

121
114
100

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

Portions of RGB colors in percentages

R + G + B =
121 + 114 + 100 = 335 (100%)
R 121 of 335 ~ 36.12%
G 114 of 335 ~ 34.03%
B 100 of 335 ~ 29.85%

%36.12
%34.03
%29.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 17.36%
  • key color value is 52.55%
CMYK:
(0,6,17,53)
C0M6Y17K53 
(0%,6%,17%,53%)
(0.00/0.06/0.17/0.53)	

CMYK percentages

%0
%5.79
%17.36
%52.55

Codes

Color #797264 in popluar color models

797264
RGB121114100
HSL40°9.50%43.33%
HSB/HSV40°17.36%47.45%
CMYK0.00%5.79%17.36%
52.55%

Color #797264 in popluar number systems.

HEX797264
Decimal121114100
Binary111100111100101100100
Octal171162144

Shades and tints

Shades of #797264

#797264
(121,114,100)
#6E685B
(110,104,91)
#635E52
(99,94,82)
#585449
(88,84,73)
#4D4A40
(77,74,64)
#424037
(66,64,55)
#37362E
(55,54,46)
#2C2C25
(44,44,37)
#21221C
(33,34,28)
#161813
(22,24,19)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #797264

#797264
(121,114,100)
#857E72
(133,126,114)
#918A80
(145,138,128)
#9D968E
(157,150,142)
#A9A29C
(169,162,156)
#B5AEAA
(181,174,170)
#C1BAB8
(193,186,184)
#CDC6C6
(205,198,198)
#D9D2D4
(217,210,212)
#E5DEE2
(229,222,226)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797264; }

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

This text font color is #797264.


Background Color

.myBgColor { background-color: #797264; }

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

This div background color is #797264.


Border color

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

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

This div border color is #797264.


Opacity

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

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

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

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

This text has shadow with #797264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797264 on black background.


Color preview on white background

This text has color #797264 on white background.



Black color preview on #797264 background

This text has black color on #797264 background.


White color preview on #797264 background

This text has white color on #797264 background.