#797474

Color #797474 Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey #797474

Tints of Grey #797474

Color information

#797474 (or 0x797474) is unknown color: approx Grey. HEX triplet: 79, 74 and 74. RGB value is (121,116,116). Sum of RGB (Red+Green+Blue) = 121+116+116=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 121 - color contains mainly: red. Hex color #797474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797474 is #868B8B. Grayscale: #757575. Windows color (decimal): -8817548 or 7631993. OLE color: 7631993.

HSL color Cylindrical-coordinate representation of color #797474: hue angle of 0º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #797474 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB121116116-
CMYK00.040.040.53
HSL2.11%46.47%-
HSV(B)4.13%47.45%-
XYZ17.2817.8219.05-
YUV117.5127.16130.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 34.28%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=34.28%
G=32.86%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111611600.040.040.5302.1146.47
Hex79747404435022e
Octal171164164044650256
Binary1111001111010011101000100100110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797474; }

 p { color: rgb(121,116,116); }

 H1.HeaderClassName
 {
   color: #797474;
 }
 .AnyTagClassName
 {
   color: #797474;
 }
</style>
background-color css

<style>
 a { background-color: #797474; }

 a { background-color: rgb(121,116,116); }

 div.DivClassName
 {
   background-color: #797474;
 }
 .BgClassName
 {
   background-color: #797474;
 }
</style>
border-color css

<style>
 span { border-color: #797474; }

 span { border-color: rgb(121,116,116); }

 td.TdClassName
 {
   border-color: #797474;
 }
 .TagClassName
 {
   border-color: #797474;
 }
</style>