Shades of Scampi #766699
Tints of Scampi #766699
RGB
CMYK
RGB Variations
Color information
#766699 (or 0x766699) is known color: Scampi. HEX triplet: 76, 66 and 99. RGB value is (118,102,153). Sum of RGB (Red+Green+Blue) = 118+102+153=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #766699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766699 is #899966. Grayscale: #707070. Windows color (decimal): -9017703 or 10053238. OLE color: 10053238.
HSL color Cylindrical-coordinate representation of color #766699: hue angle of 258.82º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #766699 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 102 | 153 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.4 |
| HSL | 258.82º | 0.2% | 0.5% | - |
| HSV(B) | 258.82º | 0.33% | 0.6% | - |
| XYZ | 17.97 | 15.65 | 32.21 | - |
| YUV | 112.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 153 | 0.23 | 0.33 | 0 | 0.4 | 258.82 | 0.2 | 0.5 |
| Hex | 76 | 66 | 99 | 17 | 21 | 0 | 28 | 103 | 14 | 32 |
| Octal | 166 | 146 | 231 | 27 | 41 | 0 | 50 | 403 | 24 | 62 |
| Binary | 1110110 | 1100110 | 10011001 | 10111 | 100001 | 0 | 101000 | 100000011 | 10100 | 110010 |
Color Harmonies of #766699
Complementary color
Monochromatic Colors of #766699
Black with #766699
Text Example
Text Example
White with #766699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766699; }
p { color: rgb(118,102,153); }
H1.HeaderClassName
{
color: #766699;
}
.AnyTagClassName
{
color: #766699;
}
</style>
background-color css
<style>
a { background-color: #766699; }
a { background-color: rgb(118,102,153); }
div.DivClassName
{
background-color: #766699;
}
.BgClassName
{
background-color: #766699;
}
</style>
border-color css
<style>
span { border-color: #766699; }
span { border-color: rgb(118,102,153); }
td.TdClassName
{
border-color: #766699;
}
.TagClassName
{
border-color: #766699;
}
</style>