#797379

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

Shades of Old Lavender #797379

Tints of Old Lavender #797379

Color information

#797379 (or 0x797379) is unknown color: approx Old Lavender. HEX triplet: 79, 73 and 79. RGB value is (121,115,121). Sum of RGB (Red+Green+Blue) = 121+115+121=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #797379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797379 is #868C86. Grayscale: #757575. Windows color (decimal): -8817799 or 7959417. OLE color: 7959417.

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

Color convert

RGB121115121-
CMYK00.0500.53
HSL300º2.54%46.27%-
HSV(B)300º4.96%47.45%-
XYZ17.4717.7120.59-
YUV117.48129.99130.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=33.89%
G=32.21%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111512100.0500.533002.5446.27
Hex7973790503512c32e
Octal17116317105065454356
Binary1111001111001111110010101011010110010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797379; }

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

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

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

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

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

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

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

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