#785973

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

Shades of Old Lavender #785973

Tints of Old Lavender #785973

Color information

#785973 (or 0x785973) is unknown color: approx Old Lavender. HEX triplet: 78, 59 and 73. RGB value is (120,89,115). Sum of RGB (Red+Green+Blue) = 120+89+115=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #785973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785973 is #87A68C. Grayscale: #656565. Windows color (decimal): -8889997 or 7559544. OLE color: 7559544.

HSL color Cylindrical-coordinate representation of color #785973: hue angle of 309.68º 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 #785973 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12089115-
CMYK00.260.040.53
HSL309.68º14.83%40.98%-
HSV(B)309.68º25.83%47.06%-
XYZ14.4112.3817.85-
YUV101.23135.77141.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=37.04%
G=27.47%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208911500.260.040.53309.6814.8340.98
Hex78597301A435136f29
Octal1701311630324654661751
Binary1111000101100111100110110101001101011001101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785973; }

 p { color: rgb(120,89,115); }

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

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

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

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

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

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

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