#745E76

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

Shades of Old Lavender #745E76

Tints of Old Lavender #745E76

Color information

#745E76 (or 0x745E76) is unknown color: approx Old Lavender. HEX triplet: 74, 5E and 76. RGB value is (116,94,118). Sum of RGB (Red+Green+Blue) = 116+94+118=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: blue. Hex color #745E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E76 is #8BA189. Grayscale: #676767. Windows color (decimal): -9150858 or 7757428. OLE color: 7757428.

HSL color Cylindrical-coordinate representation of color #745E76: hue angle of 295º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #745E76 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11694118-
CMYK0.020.2000.54
HSL295º11.32%41.57%-
HSV(B)295º20.34%46.27%-
XYZ14.4813.0318.89-
YUV103.31136.29137.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=35.37%
G=28.66%
B=35.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116941180.020.2000.5429511.3241.57
Hex745E76214036127b2a
Octal1641361662240664471352
Binary111010010111101110110101010001101101001001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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