#797579

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

Shades of Old Lavender #797579

Tints of Old Lavender #797579

Color information

#797579 (or 0x797579) is unknown color: approx Old Lavender. HEX triplet: 79, 75 and 79. RGB value is (121,117,121). Sum of RGB (Red+Green+Blue) = 121+117+121=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #797579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797579 is #868A86. Grayscale: #767676. Windows color (decimal): -8817287 or 7959929. OLE color: 7959929.

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

Color convert

RGB121117121-
CMYK00.0300.53
HSL300º1.68%46.67%-
HSV(B)300º3.31%47.45%-
XYZ17.718.1720.66-
YUV118.65129.33129.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=33.70%
G=32.59%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111712100.0300.533001.6846.67
Hex7975790303512c22f
Octal17116517103065454257
Binary111100111101011111001011011010110010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797579; }

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

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

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

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

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

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

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

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