#745B72

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

Shades of Old Lavender #745B72

Tints of Old Lavender #745B72

Color information

#745B72 (or 0x745B72) is unknown color: approx Old Lavender. HEX triplet: 74, 5B and 72. RGB value is (116,91,114). Sum of RGB (Red+Green+Blue) = 116+91+114=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #745B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B72 is #8BA48D. Grayscale: #656565. Windows color (decimal): -9151630 or 7494516. OLE color: 7494516.

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

Color convert

RGB11691114-
CMYK00.220.020.55
HSL304.8º12.08%40.59%-
HSV(B)304.8º21.55%45.49%-
XYZ13.9812.4117.58-
YUV101.1135.28138.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 91 (35.94% from 255) = 28.35%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=36.14%
G=28.35%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169111400.220.020.55304.812.0840.59
Hex745B72016237131c29
Octal1641331620262674611451
Binary111010010110111110010010110101101111001100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745B72; }

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

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

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

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

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

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

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

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