#726472

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

Shades of Old Lavender #726472

Tints of Old Lavender #726472

Color information

#726472 (or 0x726472) is unknown color: approx Old Lavender. HEX triplet: 72, 64 and 72. RGB value is (114,100,114). Sum of RGB (Red+Green+Blue) = 114+100+114=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726472 is #8D9B8D. Grayscale: #696969. Windows color (decimal): -9280398 or 7496818. OLE color: 7496818.

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

Color convert

RGB114100114-
CMYK00.1200.55
HSL300º6.54%41.96%-
HSV(B)300º12.28%44.71%-
XYZ14.5313.9117.84-
YUV105.78132.64133.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=34.76%
G=30.49%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410011400.1200.553006.5441.96
Hex7264720C03712c72a
Octal162144162014067454752
Binary111001011001001110010011000110111100101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726472; }

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

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

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

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

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

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

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

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