COLOR #797273

HEX: #797273
RGB: (121,114,115)

Color info

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

RGB color model

#797273 color RGB value is (121,114,115).

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

RGB channels and saturation

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

121
114
115

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

Portions of RGB colors in percentages

R + G + B =
121 + 114 + 115 = 350 (100%)
R 121 of 350 ~ 34.57%
G 114 of 350 ~ 32.57%
B 115 of 350 ~ 32.86%

%34.57
%32.57
%32.86

CMYK color model

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

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

CMYK percentages

%0
%5.79
%4.96
%52.55

Codes

Color #797273 in popluar color models

797273
RGB121114115
HSL351°2.98%46.08%
HSB/HSV351°5.79%47.45%
CMYK0.00%5.79%4.96%
52.55%

Color #797273 in popluar number systems.

HEX797273
Decimal121114115
Binary111100111100101110011
Octal171162163

Shades and tints

Shades of #797273

#797273
(121,114,115)
#6E6869
(110,104,105)
#635E5F
(99,94,95)
#585455
(88,84,85)
#4D4A4B
(77,74,75)
#424041
(66,64,65)
#373637
(55,54,55)
#2C2C2D
(44,44,45)
#212223
(33,34,35)
#161819
(22,24,25)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #797273

#797273
(121,114,115)
#857E7F
(133,126,127)
#918A8B
(145,138,139)
#9D9697
(157,150,151)
#A9A2A3
(169,162,163)
#B5AEAF
(181,174,175)
#C1BABB
(193,186,187)
#CDC6C7
(205,198,199)
#D9D2D3
(217,210,211)
#E5DEDF
(229,222,223)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797273; }

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

This text font color is #797273.


Background Color

.myBgColor { background-color: #797273; }

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

This div background color is #797273.


Border color

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

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

This div border color is #797273.


Opacity

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

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

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

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

This text has shadow with #797273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797273 on black background.


Color preview on white background

This text has color #797273 on white background.



Black color preview on #797273 background

This text has black color on #797273 background.


White color preview on #797273 background

This text has white color on #797273 background.