#766076

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

Shades of Old Lavender #766076

Tints of Old Lavender #766076

Color information

#766076 (or 0x766076) is unknown color: approx Old Lavender. HEX triplet: 76, 60 and 76. RGB value is (118,96,118). Sum of RGB (Red+Green+Blue) = 118+96+118=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766076 is #899F89. Grayscale: #696969. Windows color (decimal): -9019274 or 7757942. OLE color: 7757942.

HSL color Cylindrical-coordinate representation of color #766076: hue angle of 300º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766076 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11896118-
CMYK00.1900.54
HSL300º10.28%41.96%-
HSV(B)300º18.64%46.27%-
XYZ14.9213.5318.96-
YUV105.09135.29137.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=35.54%
G=28.92%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189611800.1900.5430010.2841.96
Hex76607601303612ca2a
Octal1661401660230664541252
Binary11101101100000111011001001101101101001011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766076; }

 p { color: rgb(118,96,118); }

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

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

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

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

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

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

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