#756573

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

Shades of Old Lavender #756573

Tints of Old Lavender #756573

Color information

#756573 (or 0x756573) is unknown color: approx Old Lavender. HEX triplet: 75, 65 and 73. RGB value is (117,101,115). Sum of RGB (Red+Green+Blue) = 117+101+115=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756573 is #8A9A8C. Grayscale: #6B6B6B. Windows color (decimal): -9083533 or 7562613. OLE color: 7562613.

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

Color convert

RGB117101115-
CMYK00.140.020.54
HSL307.5º7.34%42.75%-
HSV(B)307.5º13.68%45.88%-
XYZ15.0814.3318.19-
YUV107.38132.3134.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=35.14%
G=30.33%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710111500.140.020.54307.57.3442.75
Hex7565730E23613472b
Octal165145163016266464753
Binary1110101110010111100110111010110110100110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756573; }

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

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

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

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

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

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

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

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