#795772

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

Shades of Old Lavender #795772

Tints of Old Lavender #795772

Color information

#795772 (or 0x795772) is unknown color: approx Old Lavender. HEX triplet: 79, 57 and 72. RGB value is (121,87,114). Sum of RGB (Red+Green+Blue) = 121+87+114=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #795772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795772 is #86A88D. Grayscale: #646464. Windows color (decimal): -8824974 or 7493497. OLE color: 7493497.

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

Color convert

RGB12187114-
CMYK00.280.060.53
HSL312.35º16.35%40.78%-
HSV(B)312.35º28.1%47.45%-
XYZ14.3312.117.5-
YUV100.24135.76142.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=37.58%
G=27.02%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218711400.280.060.53312.3516.3540.78
Hex79577201C6351381029
Octal1711271620346654702051
Binary11110011010111111001001110011011010110011100010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795772; }

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

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

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

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

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

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

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

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