#797979

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

Shades of Grey #797979

Tints of Grey #797979

Color information

#797979 (or 0x797979) is unknown color: approx Grey. HEX triplet: 79, 79 and 79. RGB value is (121,121,121). Sum of RGB (Red+Green+Blue) = 121+121+121=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 121 - color contains mainly: red, green, blue. Hex color #797979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797979 is #868686. Grayscale: #797979. Windows color (decimal): -8816263 or 7960953. OLE color: 7960953.

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

Color convert

RGB121121121-
CMYK0000.53
HSL0%47.45%-
HSV(B)0%47.45%-
XYZ18.1719.1220.82-
YUV121128128-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211211210000.530047.45
Hex79797900035002f
Octal171171171000650057
Binary11110011111001111100100011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797979; }

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

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

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

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

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

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

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

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