#756473

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

Shades of Old Lavender #756473

Tints of Old Lavender #756473

Color information

#756473 (or 0x756473) is unknown color: approx Old Lavender. HEX triplet: 75, 64 and 73. RGB value is (117,100,115). Sum of RGB (Red+Green+Blue) = 117+100+115=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #756473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756473 is #8A9B8C. Grayscale: #6A6A6A. Windows color (decimal): -9083789 or 7562357. OLE color: 7562357.

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

Color convert

RGB117100115-
CMYK00.150.020.54
HSL307.06º7.83%42.55%-
HSV(B)307.06º14.53%45.88%-
XYZ14.9914.1318.16-
YUV106.79132.63135.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=35.24%
G=30.12%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710011500.150.020.54307.067.8342.55
Hex7564730F23613382b
Octal1651441630172664631053
Binary11101011100100111001101111101101101001100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756473; }

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

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

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

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

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

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

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

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