#755A73

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

Shades of Old Lavender #755A73

Tints of Old Lavender #755A73

Color information

#755A73 (or 0x755A73) is unknown color: approx Old Lavender. HEX triplet: 75, 5A and 73. RGB value is (117,90,115). Sum of RGB (Red+Green+Blue) = 117+90+115=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #755A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A73 is #8AA58C. Grayscale: #646464. Windows color (decimal): -9086349 or 7559797. OLE color: 7559797.

HSL color Cylindrical-coordinate representation of color #755A73: hue angle of 304.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A73 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11790115-
CMYK00.230.020.54
HSL304.44º13.04%40.59%-
HSV(B)304.44º23.08%45.88%-
XYZ14.0912.3317.86-
YUV100.92135.95139.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=36.34%
G=27.95%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179011500.230.020.54304.4413.0440.59
Hex755A73017236130d29
Octal1651321630272664601551
Binary111010110110101110011010111101101101001100001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755A73; }

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

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

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

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

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

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

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

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