#795972

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

Shades of Old Lavender #795972

Tints of Old Lavender #795972

Color information

#795972 (or 0x795972) is unknown color: approx Old Lavender. HEX triplet: 79, 59 and 72. RGB value is (121,89,114). Sum of RGB (Red+Green+Blue) = 121+89+114=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #795972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795972 is #86A68D. Grayscale: #656565. Windows color (decimal): -8824462 or 7494009. OLE color: 7494009.

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

Color convert

RGB12189114-
CMYK00.260.060.53
HSL313.12º15.24%41.18%-
HSV(B)313.12º26.45%47.45%-
XYZ14.4912.4217.55-
YUV101.42135.1141.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.35%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=37.35%
G=27.47%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218911400.260.060.53313.1215.2441.18
Hex79597201A635139f29
Octal1711311620326654711751
Binary1111001101100111100100110101101101011001110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795972; }

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

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

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

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

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

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

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

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