#726073

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

Shades of Old Lavender #726073

Tints of Old Lavender #726073

Color information

#726073 (or 0x726073) is unknown color: approx Old Lavender. HEX triplet: 72, 60 and 73. RGB value is (114,96,115). Sum of RGB (Red+Green+Blue) = 114+96+115=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #726073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726073 is #8D9F8C. Grayscale: #676767. Windows color (decimal): -9281421 or 7561330. OLE color: 7561330.

HSL color Cylindrical-coordinate representation of color #726073: hue angle of 296.84º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #726073 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11496115-
CMYK0.010.1700.55
HSL296.84º9%41.37%-
HSV(B)296.84º16.52%45.1%-
XYZ14.2213.1818.01-
YUV103.55134.46135.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 115 (45.31% from 255) = 35.38%
R=35.08%
G=29.54%
B=35.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114961150.010.1700.55296.84941.37
Hex726073111037129929
Octal1621401631210674511151
Binary11100101100000111001111000101101111001010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726073; }

 p { color: rgb(114,96,115); }

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

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

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

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

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

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

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