#745E72

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

Shades of Old Lavender #745E72

Tints of Old Lavender #745E72

Color information

#745E72 (or 0x745E72) is unknown color: approx Old Lavender. HEX triplet: 74, 5E and 72. RGB value is (116,94,114). Sum of RGB (Red+Green+Blue) = 116+94+114=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 116 - color contains mainly: red. Hex color #745E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E72 is #8BA18D. Grayscale: #666666. Windows color (decimal): -9150862 or 7495284. OLE color: 7495284.

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

Color convert

RGB11694114-
CMYK00.190.020.55
HSL305.45º10.48%41.18%-
HSV(B)305.45º18.97%45.49%-
XYZ14.2412.9317.67-
YUV102.86134.29137.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=35.80%
G=29.01%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169411400.190.020.55305.4510.4841.18
Hex745E72013237131a29
Octal1641361620232674611251
Binary111010010111101110010010011101101111001100011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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