COLOR #797377

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

121
115
119

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

Portions of RGB colors in percentages

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

%34.08
%32.39
%33.52

CMYK color model

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

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

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

CMYK percentages

%0
%4.96
%1.65
%52.55

Codes

Color #797377 in popluar color models

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

Color #797377 in popluar number systems.

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

Shades and tints

Shades of #797377

#797377
(121,115,119)
#6E696D
(110,105,109)
#635F63
(99,95,99)
#585559
(88,85,89)
#4D4B4F
(77,75,79)
#424145
(66,65,69)
#37373B
(55,55,59)
#2C2D31
(44,45,49)
#212327
(33,35,39)
#16191D
(22,25,29)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #797377

#797377
(121,115,119)
#857F83
(133,127,131)
#918B8F
(145,139,143)
#9D979B
(157,151,155)
#A9A3A7
(169,163,167)
#B5AFB3
(181,175,179)
#C1BBBF
(193,187,191)
#CDC7CB
(205,199,203)
#D9D3D7
(217,211,215)
#E5DFE3
(229,223,227)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797377; }

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

This text font color is #797377.

Background Color

.myBgColor { background-color: #797377; }

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

This div background color is #797377.

Border color

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

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

This div border color is #797377.

Opacity

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

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

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

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

This text has shadow with #797377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797377.

Preview

Color preview on black background

This text has color #797377 on black background.


Color preview on white background

This text has color #797377 on white background.


Black color preview on #797377 background

This text has black color on #797377 background.


White color preview on #797377 background

This text has white color on #797377 background.


Related colors

Complementary color

Complementary color for #hex is #868C88.


I love getcolorcode.com

Triadic colors

1 #777973 and #737779 with #797377 are triadic colors.

2 #777379 and #737977 with #797377 are triadic colors.