#726471

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

Shades of Old Lavender #726471

Tints of Old Lavender #726471

Color information

#726471 (or 0x726471) is unknown color: approx Old Lavender. HEX triplet: 72, 64 and 71. RGB value is (114,100,113). Sum of RGB (Red+Green+Blue) = 114+100+113=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #726471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726471 is #8D9B8E. Grayscale: #696969. Windows color (decimal): -9280399 or 7431282. OLE color: 7431282.

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

Color convert

RGB114100113-
CMYK00.120.010.55
HSL304.29º6.54%41.96%-
HSV(B)304.29º12.28%44.71%-
XYZ14.4813.8817.54-
YUV105.67132.14133.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=34.86%
G=30.58%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410011300.120.010.55304.296.5441.96
Hex7264710C13713072a
Octal162144161014167460752
Binary111001011001001110001011001110111100110000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726471; }

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

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

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

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

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

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

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

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