COLOR #797373

HEX: #797373
RGB: (121,115,115)

Color info

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

RGB color model

#797373 color RGB value is (121,115,115).

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

RGB channels and saturation

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

121
115
115

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

Portions of RGB colors in percentages

R + G + B =
121 + 115 + 115 = 351 (100%)
R 121 of 351 ~ 34.47%
G 115 of 351 ~ 32.76%
B 115 of 351 ~ 32.76%

%34.47
%32.76
%32.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.96%
  • yellow value is 4.96%
  • key color value is 52.55%
CMYK:
(0,5,5,53)
C0M5Y5K53 
(0%,5%,5%,53%)
(0.00/0.05/0.05/0.53)	

CMYK percentages

%0
%4.96
%4.96
%52.55

Codes

Color #797373 in popluar color models

797373
RGB121115115
HSL2.54%46.27%
HSB/HSV4.96%47.45%
CMYK0.00%4.96%4.96%
52.55%

Color #797373 in popluar number systems.

HEX797373
Decimal121115115
Binary111100111100111110011
Octal171163163

Shades and tints

Shades of #797373

#797373
(121,115,115)
#6E6969
(110,105,105)
#635F5F
(99,95,95)
#585555
(88,85,85)
#4D4B4B
(77,75,75)
#424141
(66,65,65)
#373737
(55,55,55)
#2C2D2D
(44,45,45)
#212323
(33,35,35)
#161919
(22,25,25)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #797373

#797373
(121,115,115)
#857F7F
(133,127,127)
#918B8B
(145,139,139)
#9D9797
(157,151,151)
#A9A3A3
(169,163,163)
#B5AFAF
(181,175,175)
#C1BBBB
(193,187,187)
#CDC7C7
(205,199,199)
#D9D3D3
(217,211,211)
#E5DFDF
(229,223,223)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797373; }

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

This text font color is #797373.


Background Color

.myBgColor { background-color: #797373; }

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

This div background color is #797373.


Border color

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

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

This div border color is #797373.


Opacity

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

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

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

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

This text has shadow with #797373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797373 on black background.


Color preview on white background

This text has color #797373 on white background.



Black color preview on #797373 background

This text has black color on #797373 background.


White color preview on #797373 background

This text has white color on #797373 background.