#725E73

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

Shades of Old Lavender #725E73

Tints of Old Lavender #725E73

Color information

#725E73 (or 0x725E73) is unknown color: approx Old Lavender. HEX triplet: 72, 5E and 73. RGB value is (114,94,115). Sum of RGB (Red+Green+Blue) = 114+94+115=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #725E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E73 is #8DA18C. Grayscale: #666666. Windows color (decimal): -9281933 or 7560818. OLE color: 7560818.

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

Color convert

RGB11494115-
CMYK0.010.1800.55
HSL297.14º10.05%40.98%-
HSV(B)297.14º18.26%45.1%-
XYZ14.0412.8217.95-
YUV102.37135.13136.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=35.29%
G=29.10%
B=35.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114941150.010.1800.55297.1410.0540.98
Hex725E73112037129a29
Octal1621361631220674511251
Binary11100101011110111001111001001101111001010011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,94,115); }

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

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

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

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

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

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

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