#766976

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

Shades of Old Lavender #766976

Tints of Old Lavender #766976

Color information

#766976 (or 0x766976) is unknown color: approx Old Lavender. HEX triplet: 76, 69 and 76. RGB value is (118,105,118). Sum of RGB (Red+Green+Blue) = 118+105+118=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766976 is #899689. Grayscale: #6E6E6E. Windows color (decimal): -9016970 or 7760246. OLE color: 7760246.

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

Color convert

RGB118105118-
CMYK00.1100.54
HSL300º5.83%43.73%-
HSV(B)300º11.02%46.27%-
XYZ15.7915.2619.25-
YUV110.37132.31133.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=34.60%
G=30.79%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810511800.1100.543005.8343.73
Hex7669760B03612c62c
Octal166151166013066454654
Binary111011011010011110110010110110110100101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766976; }

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

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

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

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

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

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

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

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