#755773

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

Shades of Old Lavender #755773

Tints of Old Lavender #755773

Color information

#755773 (or 0x755773) is unknown color: approx Old Lavender. HEX triplet: 75, 57 and 73. RGB value is (117,87,115). Sum of RGB (Red+Green+Blue) = 117+87+115=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #755773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755773 is #8AA88C. Grayscale: #636363. Windows color (decimal): -9087117 or 7559029. OLE color: 7559029.

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

Color convert

RGB11787115-
CMYK00.260.020.54
HSL304º14.71%40%-
HSV(B)304º25.64%45.88%-
XYZ13.8411.8417.77-
YUV99.16136.94140.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=36.68%
G=27.27%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178711500.260.020.5430414.7140
Hex75577301A236130f28
Octal1651271630322664601750
Binary111010110101111110011011010101101101001100001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755773; }

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

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

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

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

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

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

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

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