#755A75

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

Shades of Old Lavender #755A75

Tints of Old Lavender #755A75

Color information

#755A75 (or 0x755A75) is unknown color: approx Old Lavender. HEX triplet: 75, 5A and 75. RGB value is (117,90,117). Sum of RGB (Red+Green+Blue) = 117+90+117=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A75 is #8AA58A. Grayscale: #656565. Windows color (decimal): -9086347 or 7690869. OLE color: 7690869.

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

Color convert

RGB11790117-
CMYK00.2300.54
HSL300º13.04%40.59%-
HSV(B)300º23.08%45.88%-
XYZ14.212.3818.47-
YUV101.15136.95139.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=36.11%
G=27.78%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179011700.2300.5430013.0440.59
Hex755A7501703612cd29
Octal1651321650270664541551
Binary11101011011010111010101011101101101001011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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