#755772

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

Shades of Old Lavender #755772

Tints of Old Lavender #755772

Color information

#755772 (or 0x755772) is unknown color: approx Old Lavender. HEX triplet: 75, 57 and 72. RGB value is (117,87,114). Sum of RGB (Red+Green+Blue) = 117+87+114=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #755772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755772 is #8AA88D. Grayscale: #626262. Windows color (decimal): -9087118 or 7493493. OLE color: 7493493.

HSL color Cylindrical-coordinate representation of color #755772: hue angle of 306º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755772 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11787114-
CMYK00.260.030.54
HSL306º14.71%40%-
HSV(B)306º25.64%45.88%-
XYZ13.7811.8117.47-
YUV99.05136.44140.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=36.79%
G=27.36%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178711400.260.030.5430614.7140
Hex75577201A336132f28
Octal1651271620323664621750
Binary111010110101111110010011010111101101001100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755772; }

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

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

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

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

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

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

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

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