#726473

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

Shades of Old Lavender #726473

Tints of Old Lavender #726473

Color information

#726473 (or 0x726473) is unknown color: approx Old Lavender. HEX triplet: 72, 64 and 73. RGB value is (114,100,115). Sum of RGB (Red+Green+Blue) = 114+100+115=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 115 - color contains mainly: blue. Hex color #726473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726473 is #8D9B8C. Grayscale: #696969. Windows color (decimal): -9280397 or 7562354. OLE color: 7562354.

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

Color convert

RGB114100115-
CMYK0.010.1300.55
HSL296º6.98%42.16%-
HSV(B)296º13.04%45.1%-
XYZ14.5913.9318.14-
YUV105.9133.14133.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=34.65%
G=30.40%
B=34.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141001150.010.1300.552966.9842.16
Hex7264731D03712872a
Octal162144163115067450752
Binary111001011001001110011111010110111100101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726473; }

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

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

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

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

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

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

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

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