#766D76

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

Shades of Old Lavender #766D76

Tints of Old Lavender #766D76

Color information

#766D76 (or 0x766D76) is unknown color: approx Old Lavender. HEX triplet: 76, 6D and 76. RGB value is (118,109,118). Sum of RGB (Red+Green+Blue) = 118+109+118=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D76 is #899289. Grayscale: #707070. Windows color (decimal): -9015946 or 7761270. OLE color: 7761270.

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

Color convert

RGB118109118-
CMYK00.0800.54
HSL300º3.96%44.51%-
HSV(B)300º7.63%46.27%-
XYZ16.2116.119.39-
YUV112.72130.98131.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=34.20%
G=31.59%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810911800.0800.543003.9644.51
Hex766D760803612c42d
Octal166155166010066454455
Binary111011011011011110110010000110110100101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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