#755D73

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

Shades of Old Lavender #755D73

Tints of Old Lavender #755D73

Color information

#755D73 (or 0x755D73) is unknown color: approx Old Lavender. HEX triplet: 75, 5D and 73. RGB value is (117,93,115). Sum of RGB (Red+Green+Blue) = 117+93+115=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #755D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D73 is #8AA28C. Grayscale: #666666. Windows color (decimal): -9085581 or 7560565. OLE color: 7560565.

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

Color convert

RGB11793115-
CMYK00.210.020.54
HSL305º11.43%41.18%-
HSV(B)305º20.51%45.88%-
XYZ14.3412.8517.94-
YUV102.68134.95138.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 115 (45.31% from 255) = 35.38%
R=36%
G=28.62%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179311500.210.020.5430511.4341.18
Hex755D73015236131b29
Octal1651351630252664611351
Binary111010110111011110011010101101101101001100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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