#766176

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

Shades of Old Lavender #766176

Tints of Old Lavender #766176

Color information

#766176 (or 0x766176) is unknown color: approx Old Lavender. HEX triplet: 76, 61 and 76. RGB value is (118,97,118). Sum of RGB (Red+Green+Blue) = 118+97+118=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766176 is #899E89. Grayscale: #696969. Windows color (decimal): -9019018 or 7758198. OLE color: 7758198.

HSL color Cylindrical-coordinate representation of color #766176: 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.18%. Process color model (Four color, CMYK) of #766176 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11897118-
CMYK00.1800.54
HSL300º9.77%42.16%-
HSV(B)300º17.8%46.27%-
XYZ15.0213.7118.99-
YUV105.67134.96136.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=35.44%
G=29.13%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189711800.1800.543009.7742.16
Hex76617601203612ca2a
Octal1661411660220664541252
Binary11101101100001111011001001001101101001011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766176; }

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

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

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

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

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

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

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

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