#725872

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

Shades of Old Lavender #725872

Tints of Old Lavender #725872

Color information

#725872 (or 0x725872) is unknown color: approx Old Lavender. HEX triplet: 72, 58 and 72. RGB value is (114,88,114). Sum of RGB (Red+Green+Blue) = 114+88+114=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #725872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725872 is #8DA78D. Grayscale: #626262. Windows color (decimal): -9283470 or 7493746. OLE color: 7493746.

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

Color convert

RGB11488114-
CMYK00.2300.55
HSL300º12.87%39.61%-
HSV(B)300º22.81%44.71%-
XYZ13.4711.7717.48-
YUV98.74136.61138.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=36.08%
G=27.85%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148811400.2300.5530012.8739.61
Hex72587201703712cd28
Octal1621301620270674541550
Binary11100101011000111001001011101101111001011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725872; }

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

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

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

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

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

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

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

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