#755973

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

Shades of Old Lavender #755973

Tints of Old Lavender #755973

Color information

#755973 (or 0x755973) is unknown color: approx Old Lavender. HEX triplet: 75, 59 and 73. RGB value is (117,89,115). Sum of RGB (Red+Green+Blue) = 117+89+115=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #755973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755973 is #8AA68C. Grayscale: #646464. Windows color (decimal): -9086605 or 7559541. OLE color: 7559541.

HSL color Cylindrical-coordinate representation of color #755973: hue angle of 304.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #755973 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11789115-
CMYK00.240.020.54
HSL304.29º13.59%40.39%-
HSV(B)304.29º23.93%45.88%-
XYZ1412.1617.83-
YUV100.34136.28139.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=36.45%
G=27.73%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178911500.240.020.54304.2913.5940.39
Hex755973018236130e28
Octal1651311630302664601650
Binary111010110110011110011011000101101101001100001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755973; }

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

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

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

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

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

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

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

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