#755972

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

Shades of Old Lavender #755972

Tints of Old Lavender #755972

Color information

#755972 (or 0x755972) is unknown color: approx Old Lavender. HEX triplet: 75, 59 and 72. RGB value is (117,89,114). Sum of RGB (Red+Green+Blue) = 117+89+114=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #755972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755972 is #8AA68D. Grayscale: #646464. Windows color (decimal): -9086606 or 7494005. OLE color: 7494005.

HSL color Cylindrical-coordinate representation of color #755972: hue angle of 306.43º 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 #755972 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11789114-
CMYK00.240.030.54
HSL306.43º13.59%40.39%-
HSV(B)306.43º23.93%45.88%-
XYZ13.9512.1417.53-
YUV100.22135.78139.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=36.56%
G=27.81%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178911400.240.030.54306.4313.5940.39
Hex755972018336132e28
Octal1651311620303664621650
Binary111010110110011110010011000111101101001100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755972; }

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

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

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

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

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

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

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

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