COLOR #797773

HEX: #797773 RGB: (121,119,115)

Color info

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

RGB color model

#797773 color RGB value is (121,119,115).

RGB: (121,119,115) (47%, 47%, 45%)

RGB channels and saturation

R 121 of 255 = 47%
G 119 of 255 = 47%
B 115 of 255 = 45%

121
119
115

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

Portions of RGB colors in percentages

R + G + B = 121 + 119 + 115 = 355 (100%)
R 121 of 355 ~ 34.08%
G 119 of 355 ~ 33.52%
B 115 of 355 ~ 32.39'%

%34.08
%33.52
%32.39

CMYK color model

#797773 color CMYK value is (0,2,5,53).

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

CMYK: (0,2,5,53)
C0M2Y5K53 (0%, 2%, 5%, 53%)
(0.00 / 0.02 / 0.05 / 0.53)

CMYK percentages

%0
%1.65
%4.96
%52.55

Codes

Color #797773 in popluar color models

79 77 73
RGB 121 119 115
HSL 40° 2.54% 46.27%
HSB/HSV 40° 4.96% 47.45%
CMYK 0.00% 1.65% 4.96%
52.55%

Color #797773 in popluar number systems.

HEX 79 77 73
Decimal 121 119 115
Binary 1111001 1110111 1110011
Octal 171 167 163

Shades and tints

Shades of #797773

#797773
(121,119,115)
#6E6D69
(110,109,105)
#63635F
(99,99,95)
#585955
(88,89,85)
#4D4F4B
(77,79,75)
#424541
(66,69,65)
#373B37
(55,59,55)
#2C312D
(44,49,45)
#212723
(33,39,35)
#161D19
(22,29,25)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #797773

#797773
(121,119,115)
#85837F
(133,131,127)
#918F8B
(145,143,139)
#9D9B97
(157,155,151)
#A9A7A3
(169,167,163)
#B5B3AF
(181,179,175)
#C1BFBB
(193,191,187)
#CDCBC7
(205,203,199)
#D9D7D3
(217,215,211)
#E5E3DF
(229,227,223)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797773; }

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

This text font color is #797773.

Background Color

.myBgColor { background-color: #797773; }

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

This div background color is #797773.

Border color

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

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

This div border color is #797773.

Opacity

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

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

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

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

This text has shadow with #797773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797773.

Preview

Color preview on black background

This text has color #797773 on black background.


Color preview on white background

This text has color #797773 on white background.


Black color preview on #797773 background

This text has black color on #797773 background.


White color preview on #797773 background

This text has white color on #797773 background.


Related colors

Complementary color

Complementary color for #hex is #86888C.


I love getcolorcode.com

Triadic colors

1 #737977 and #777379 with #797773 are triadic colors.

2 #737779 and #777973 with #797773 are triadic colors.