#756373

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

Shades of Old Lavender #756373

Tints of Old Lavender #756373

Color information

#756373 (or 0x756373) is unknown color: approx Old Lavender. HEX triplet: 75, 63 and 73. RGB value is (117,99,115). Sum of RGB (Red+Green+Blue) = 117+99+115=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #756373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756373 is #8A9C8C. Grayscale: #6A6A6A. Windows color (decimal): -9084045 or 7562101. OLE color: 7562101.

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

Color convert

RGB11799115-
CMYK00.150.020.54
HSL306.67º8.33%42.35%-
HSV(B)306.67º15.38%45.88%-
XYZ14.8913.9418.13-
YUV106.21132.96135.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=35.35%
G=29.91%
B=34.74%

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
Decimal1179911500.150.020.54306.678.3342.35
Hex7563730F23613382a
Octal1651431630172664631052
Binary11101011100011111001101111101101101001100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756373; }

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

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

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

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

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

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

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

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