#725972

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

Shades of Old Lavender #725972

Tints of Old Lavender #725972

Color information

#725972 (or 0x725972) is unknown color: approx Old Lavender. HEX triplet: 72, 59 and 72. RGB value is (114,89,114). Sum of RGB (Red+Green+Blue) = 114+89+114=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #725972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725972 is #8DA68D. Grayscale: #636363. Windows color (decimal): -9283214 or 7494002. OLE color: 7494002.

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

Color convert

RGB11489114-
CMYK00.2200.55
HSL300º12.32%39.8%-
HSV(B)300º21.93%44.71%-
XYZ13.5511.9417.51-
YUV99.32136.28138.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=35.96%
G=28.08%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148911400.2200.5530012.3239.8
Hex72597201603712cc28
Octal1621311620260674541450
Binary11100101011001111001001011001101111001011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725972; }

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

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

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

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

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

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

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

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