#725B73

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

Shades of Old Lavender #725B73

Tints of Old Lavender #725B73

Color information

#725B73 (or 0x725B73) is unknown color: approx Old Lavender. HEX triplet: 72, 5B and 73. RGB value is (114,91,115). Sum of RGB (Red+Green+Blue) = 114+91+115=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #725B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B73 is #8DA48C. Grayscale: #646464. Windows color (decimal): -9282701 or 7560050. OLE color: 7560050.

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

Color convert

RGB11491115-
CMYK0.010.2100.55
HSL297.5º11.65%40.39%-
HSV(B)297.5º20.87%45.1%-
XYZ13.7812.317.87-
YUV100.61136.12137.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.62%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=35.62%
G=28.44%
B=35.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114911150.010.2100.55297.511.6540.39
Hex725B7311503712ac28
Octal1621331631250674521450
Binary11100101011011111001111010101101111001010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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