#755A72

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

Shades of Old Lavender #755A72

Tints of Old Lavender #755A72

Color information

#755A72 (or 0x755A72) is unknown color: approx Old Lavender. HEX triplet: 75, 5A and 72. RGB value is (117,90,114). Sum of RGB (Red+Green+Blue) = 117+90+114=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #755A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A72 is #8AA58D. Grayscale: #646464. Windows color (decimal): -9086350 or 7494261. OLE color: 7494261.

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

Color convert

RGB11790114-
CMYK00.230.030.54
HSL306.67º13.04%40.59%-
HSV(B)306.67º23.08%45.88%-
XYZ14.0312.3117.56-
YUV100.81135.45139.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=36.45%
G=28.04%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179011400.230.030.54306.6713.0440.59
Hex755A72017336133d29
Octal1651321620273664631551
Binary111010110110101110010010111111101101001100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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