#745572

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

Shades of Old Lavender #745572

Tints of Old Lavender #745572

Color information

#745572 (or 0x745572) is unknown color: approx Old Lavender. HEX triplet: 74, 55 and 72. RGB value is (116,85,114). Sum of RGB (Red+Green+Blue) = 116+85+114=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #745572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745572 is #8BAA8D. Grayscale: #616161. Windows color (decimal): -9153166 or 7492980. OLE color: 7492980.

HSL color Cylindrical-coordinate representation of color #745572: hue angle of 303.87º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745572 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11685114-
CMYK00.270.020.55
HSL303.87º15.42%39.41%-
HSV(B)303.87º26.72%45.49%-
XYZ13.4911.4217.41-
YUV97.57137.27141.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=36.83%
G=26.98%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168511400.270.020.55303.8715.4239.41
Hex74557201B237130f27
Octal1641251620332674601747
Binary111010010101011110010011011101101111001100001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745572; }

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

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

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

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

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

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

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

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