#736573

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

Shades of Old Lavender #736573

Tints of Old Lavender #736573

Color information

#736573 (or 0x736573) is unknown color: approx Old Lavender. HEX triplet: 73, 65 and 73. RGB value is (115,101,115). Sum of RGB (Red+Green+Blue) = 115+101+115=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #736573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736573 is #8C9A8C. Grayscale: #6A6A6A. Windows color (decimal): -9214605 or 7562611. OLE color: 7562611.

HSL color Cylindrical-coordinate representation of color #736573: hue angle of 300º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #736573 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB115101115-
CMYK00.1200.55
HSL300º6.48%42.35%-
HSV(B)300º12.17%45.1%-
XYZ14.8214.1918.18-
YUV106.78132.64133.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=34.74%
G=30.51%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510111500.1200.553006.4842.35
Hex7365730C03712c62a
Octal163145163014067454652
Binary111001111001011110011011000110111100101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736573; }

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

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

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

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

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

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

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

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