#726573

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

Shades of Old Lavender #726573

Tints of Old Lavender #726573

Color information

#726573 (or 0x726573) is unknown color: approx Old Lavender. HEX triplet: 72, 65 and 73. RGB value is (114,101,115). Sum of RGB (Red+Green+Blue) = 114+101+115=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 115 - color contains mainly: blue. Hex color #726573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726573 is #8D9A8C. Grayscale: #6A6A6A. Windows color (decimal): -9280141 or 7562610. OLE color: 7562610.

HSL color Cylindrical-coordinate representation of color #726573: hue angle of 295.71º 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 #726573 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB114101115-
CMYK0.010.1200.55
HSL295.71º6.48%42.35%-
HSV(B)295.71º12.17%45.1%-
XYZ14.6914.1218.17-
YUV106.48132.81133.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=34.55%
G=30.61%
B=34.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141011150.010.1200.55295.716.4842.35
Hex7265731C03712862a
Octal162145163114067450652
Binary111001011001011110011111000110111100101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726573; }

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

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

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

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

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

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

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

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