#736273

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

Shades of Old Lavender #736273

Tints of Old Lavender #736273

Color information

#736273 (or 0x736273) is unknown color: approx Old Lavender. HEX triplet: 73, 62 and 73. RGB value is (115,98,115). Sum of RGB (Red+Green+Blue) = 115+98+115=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #736273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736273 is #8C9D8C. Grayscale: #686868. Windows color (decimal): -9215373 or 7561843. OLE color: 7561843.

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

Color convert

RGB11598115-
CMYK00.1500.55
HSL300º7.98%41.76%-
HSV(B)300º14.78%45.1%-
XYZ14.5313.6218.08-
YUV105.02133.63135.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=35.06%
G=29.88%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159811500.1500.553007.9841.76
Hex7362730F03712c82a
Octal1631421630170674541052
Binary1110011110001011100110111101101111001011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736273; }

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

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

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

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

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

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

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

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