#756372

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

Shades of Old Lavender #756372

Tints of Old Lavender #756372

Color information

#756372 (or 0x756372) is unknown color: approx Old Lavender. HEX triplet: 75, 63 and 72. RGB value is (117,99,114). Sum of RGB (Red+Green+Blue) = 117+99+114=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #756372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756372 is #8A9C8D. Grayscale: #6A6A6A. Windows color (decimal): -9084046 or 7496565. OLE color: 7496565.

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

Color convert

RGB11799114-
CMYK00.150.030.54
HSL310º8.33%42.35%-
HSV(B)310º15.38%45.88%-
XYZ14.8413.9217.82-
YUV106.09132.46135.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=35.45%
G=30%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179911400.150.030.543108.3342.35
Hex7563720F33613682a
Octal1651431620173664661052
Binary11101011100011111001001111111101101001101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756372; }

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

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

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

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

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

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

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

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