#755673

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

Shades of Old Lavender #755673

Tints of Old Lavender #755673

Color information

#755673 (or 0x755673) is unknown color: approx Old Lavender. HEX triplet: 75, 56 and 73. RGB value is (117,86,115). Sum of RGB (Red+Green+Blue) = 117+86+115=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #755673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755673 is #8AA98C. Grayscale: #626262. Windows color (decimal): -9087373 or 7558773. OLE color: 7558773.

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

Color convert

RGB11786115-
CMYK00.260.020.54
HSL303.87º15.27%39.8%-
HSV(B)303.87º26.5%45.88%-
XYZ13.7611.6817.75-
YUV98.58137.27141.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=36.79%
G=27.04%
B=36.16%

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
Decimal1178611500.260.020.54303.8715.2739.8
Hex75567301A236130f28
Octal1651261630322664601750
Binary111010110101101110011011010101101101001100001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755673; }

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

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

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

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

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

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

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

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