#725D72

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

Shades of Old Lavender #725D72

Tints of Old Lavender #725D72

Color information

#725D72 (or 0x725D72) is unknown color: approx Old Lavender. HEX triplet: 72, 5D and 72. RGB value is (114,93,114). Sum of RGB (Red+Green+Blue) = 114+93+114=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #725D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D72 is #8DA28D. Grayscale: #656565. Windows color (decimal): -9282190 or 7495026. OLE color: 7495026.

HSL color Cylindrical-coordinate representation of color #725D72: hue angle of 300º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #725D72 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11493114-
CMYK00.1800.55
HSL300º10.14%40.59%-
HSV(B)300º18.42%44.71%-
XYZ13.8912.6217.62-
YUV101.67134.96136.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=35.51%
G=28.97%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149311400.1800.5530010.1440.59
Hex725D7201203712ca29
Octal1621351620220674541251
Binary11100101011101111001001001001101111001011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725D72; }

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

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

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

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

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

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

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

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