#745D76

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

Shades of Old Lavender #745D76

Tints of Old Lavender #745D76

Color information

#745D76 (or 0x745D76) is unknown color: approx Old Lavender. HEX triplet: 74, 5D and 76. RGB value is (116,93,118). Sum of RGB (Red+Green+Blue) = 116+93+118=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #745D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D76 is #8BA289. Grayscale: #666666. Windows color (decimal): -9151114 or 7757172. OLE color: 7757172.

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

Color convert

RGB11693118-
CMYK0.020.2100.54
HSL295.2º11.85%41.37%-
HSV(B)295.2º21.19%46.27%-
XYZ14.3912.8518.86-
YUV102.73136.62137.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=35.47%
G=28.44%
B=36.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116931180.020.2100.54295.211.8541.37
Hex745D76215036127c29
Octal1641351662250664471451
Binary111010010111011110110101010101101101001001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,93,118); }

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

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

 a { background-color: rgb(116,93,118); }

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

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

 span { border-color: rgb(116,93,118); }

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