COLOR #797274

HEX: #797274
RGB: (121,114,116)

Color info

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

RGB color model

#797274 color RGB value is (121,114,116).

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

RGB channels and saturation

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

121
114
116

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

Portions of RGB colors in percentages

R + G + B =
121 + 114 + 116 = 351 (100%)
R 121 of 351 ~ 34.47%
G 114 of 351 ~ 32.48%
B 116 of 351 ~ 33.05%

%34.47
%32.48
%33.05

CMYK color model

#797274 color CMYK value is (0,6,4,53).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 4.13%
  • key color value is 52.55%
CMYK:
(0,6,4,53)
C0M6Y4K53 
(0%,6%,4%,53%)
(0.00/0.06/0.04/0.53)	

CMYK percentages

%0
%5.79
%4.13
%52.55

Codes

Color #797274 in popluar color models

797274
RGB121114116
HSL343°2.98%46.08%
HSB/HSV343°5.79%47.45%
CMYK0.00%5.79%4.13%
52.55%

Color #797274 in popluar number systems.

HEX797274
Decimal121114116
Binary111100111100101110100
Octal171162164

Shades and tints

Shades of #797274

#797274
(121,114,116)
#6E686A
(110,104,106)
#635E60
(99,94,96)
#585456
(88,84,86)
#4D4A4C
(77,74,76)
#424042
(66,64,66)
#373638
(55,54,56)
#2C2C2E
(44,44,46)
#212224
(33,34,36)
#16181A
(22,24,26)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #797274

#797274
(121,114,116)
#857E80
(133,126,128)
#918A8C
(145,138,140)
#9D9698
(157,150,152)
#A9A2A4
(169,162,164)
#B5AEB0
(181,174,176)
#C1BABC
(193,186,188)
#CDC6C8
(205,198,200)
#D9D2D4
(217,210,212)
#E5DEE0
(229,222,224)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797274; }

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

This text font color is #797274.


Background Color

.myBgColor { background-color: #797274; }

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

This div background color is #797274.


Border color

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

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

This div border color is #797274.


Opacity

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

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

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

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

This text has shadow with #797274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797274 on black background.


Color preview on white background

This text has color #797274 on white background.



Black color preview on #797274 background

This text has black color on #797274 background.


White color preview on #797274 background

This text has white color on #797274 background.