#745B75

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

Shades of Old Lavender #745B75

Tints of Old Lavender #745B75

Color information

#745B75 (or 0x745B75) is unknown color: approx Old Lavender. HEX triplet: 74, 5B and 75. RGB value is (116,91,117). Sum of RGB (Red+Green+Blue) = 116+91+117=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #745B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B75 is #8BA48A. Grayscale: #656565. Windows color (decimal): -9151627 or 7691124. OLE color: 7691124.

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

Color convert

RGB11691117-
CMYK0.010.2200.54
HSL297.69º12.5%40.78%-
HSV(B)297.69º22.22%45.88%-
XYZ14.1512.4818.49-
YUV101.44136.78138.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=35.80%
G=28.09%
B=36.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116911170.010.2200.54297.6912.540.78
Hex745B7511603612ac29
Octal1641331651260664521451
Binary11101001011011111010111011001101101001010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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