COLOR #797764

HEX: #797764 RGB: (121,119,100)

Color info

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

RGB color model

#797764 color RGB value is (121,119,100).

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

RGB channels and saturation

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

121
119
100

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

Portions of RGB colors in percentages

R + G + B = 121 + 119 + 100 = 340 (100%)
R 121 of 340 ~ 35.59%
G 119 of 340 ~ 35%
B 100 of 340 ~ 29.41'%

%35.59
%35
%29.41

CMYK color model

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

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

CMYK: (0,2,17,53)
C0M2Y17K53 (0%, 2%, 17%, 53%)
(0.00 / 0.02 / 0.17 / 0.53)

CMYK percentages

%0
%1.65
%17.36
%52.55

Codes

Color #797764 in popluar color models

79 77 64
RGB 121 119 100
HSL 54° 9.50% 43.33%
HSB/HSV 54° 17.36% 47.45%
CMYK 0.00% 1.65% 17.36%
52.55%

Color #797764 in popluar number systems.

HEX 79 77 64
Decimal 121 119 100
Binary 1111001 1110111 1100100
Octal 171 167 144

Shades and tints

Shades of #797764

#797764
(121,119,100)
#6E6D5B
(110,109,91)
#636352
(99,99,82)
#585949
(88,89,73)
#4D4F40
(77,79,64)
#424537
(66,69,55)
#373B2E
(55,59,46)
#2C3125
(44,49,37)
#21271C
(33,39,28)
#161D13
(22,29,19)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #797764

#797764
(121,119,100)
#858372
(133,131,114)
#918F80
(145,143,128)
#9D9B8E
(157,155,142)
#A9A79C
(169,167,156)
#B5B3AA
(181,179,170)
#C1BFB8
(193,191,184)
#CDCBC6
(205,203,198)
#D9D7D4
(217,215,212)
#E5E3E2
(229,227,226)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797764; }

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

This text font color is #797764.

Background Color

.myBgColor { background-color: #797764; }

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

This div background color is #797764.

Border color

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

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

This div border color is #797764.

Opacity

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

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

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

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

This text has shadow with #797764 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797764.

Preview

Color preview on black background

This text has color #797764 on black background.


Color preview on white background

This text has color #797764 on white background.


Black color preview on #797764 background

This text has black color on #797764 background.


White color preview on #797764 background

This text has white color on #797764 background.


Related colors

Complementary color

Complementary color for #hex is #86889B.


I love getcolorcode.com

Triadic colors

1 #647977 and #776479 with #797764 are triadic colors.

2 #647779 and #777964 with #797764 are triadic colors.