#745972

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

Shades of Old Lavender #745972

Tints of Old Lavender #745972

Color information

#745972 (or 0x745972) is unknown color: approx Old Lavender. HEX triplet: 74, 59 and 72. RGB value is (116,89,114). Sum of RGB (Red+Green+Blue) = 116+89+114=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #745972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745972 is #8BA68D. Grayscale: #636363. Windows color (decimal): -9152142 or 7494004. OLE color: 7494004.

HSL color Cylindrical-coordinate representation of color #745972: hue angle of 304.44º 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 #745972 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11689114-
CMYK00.230.020.55
HSL304.44º13.17%40.2%-
HSV(B)304.44º23.28%45.49%-
XYZ13.8112.0717.52-
YUV99.92135.95139.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=36.36%
G=27.90%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168911400.230.020.55304.4413.1740.2
Hex745972017237130d28
Octal1641311620272674601550
Binary111010010110011110010010111101101111001100001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745972; }

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

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

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

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

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

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

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

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