#726371

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

Shades of Old Lavender #726371

Tints of Old Lavender #726371

Color information

#726371 (or 0x726371) is unknown color: approx Old Lavender. HEX triplet: 72, 63 and 71. RGB value is (114,99,113). Sum of RGB (Red+Green+Blue) = 114+99+113=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #726371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726371 is #8D9C8E. Grayscale: #696969. Windows color (decimal): -9280655 or 7431026. OLE color: 7431026.

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

Color convert

RGB11499113-
CMYK00.130.010.55
HSL304º7.04%41.76%-
HSV(B)304º13.16%44.71%-
XYZ14.3813.6917.51-
YUV105.08132.47134.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=34.97%
G=30.37%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149911300.130.010.553047.0441.76
Hex7263710D13713072a
Octal162143161015167460752
Binary111001011000111110001011011110111100110000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726371; }

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

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

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

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

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

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

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

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