#766677

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

Shades of Old Lavender #766677

Tints of Old Lavender #766677

Color information

#766677 (or 0x766677) is unknown color: approx Old Lavender. HEX triplet: 76, 66 and 77. RGB value is (118,102,119). Sum of RGB (Red+Green+Blue) = 118+102+119=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: blue. Hex color #766677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766677 is #899988. Grayscale: #6C6C6C. Windows color (decimal): -9017737 or 7825014. OLE color: 7825014.

HSL color Cylindrical-coordinate representation of color #766677: hue angle of 296.47º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766677 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB118102119-
CMYK0.010.1400.53
HSL296.47º7.69%43.33%-
HSV(B)296.47º14.29%46.67%-
XYZ15.5514.6919.47-
YUV108.72133.8134.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=34.81%
G=30.09%
B=35.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181021190.010.1400.53296.477.6943.33
Hex7666771E03512882b
Octal1661461671160654501053
Binary1110110110011011101111111001101011001010001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766677; }

 p { color: rgb(118,102,119); }

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

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

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

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

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

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

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