Shades of Scampi #766499
Tints of Scampi #766499
RGB
CMYK
RGB Variations
Color information
#766499 (or 0x766499) is known color: Scampi. HEX triplet: 76, 64 and 99. RGB value is (118,100,153). Sum of RGB (Red+Green+Blue) = 118+100+153=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #766499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766499 is #899B66. Grayscale: #6F6F6F. Windows color (decimal): -9018215 or 10052726. OLE color: 10052726.
HSL color Cylindrical-coordinate representation of color #766499: hue angle of 260.38º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #766499 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 100 | 153 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.4 |
| HSL | 260.38º | 0.21% | 0.5% | - |
| HSV(B) | 260.38º | 0.35% | 0.6% | - |
| XYZ | 17.78 | 15.27 | 32.15 | - |
| YUV | 111.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 153 | 0.23 | 0.35 | 0 | 0.4 | 260.38 | 0.21 | 0.5 |
| Hex | 76 | 64 | 99 | 17 | 23 | 0 | 28 | 104 | 15 | 32 |
| Octal | 166 | 144 | 231 | 27 | 43 | 0 | 50 | 404 | 25 | 62 |
| Binary | 1110110 | 1100100 | 10011001 | 10111 | 100011 | 0 | 101000 | 100000100 | 10101 | 110010 |
Color Harmonies of #766499
Complementary color
Monochromatic Colors of #766499
Black with #766499
Text Example
Text Example
White with #766499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766499; }
p { color: rgb(118,100,153); }
H1.HeaderClassName
{
color: #766499;
}
.AnyTagClassName
{
color: #766499;
}
</style>
background-color css
<style>
a { background-color: #766499; }
a { background-color: rgb(118,100,153); }
div.DivClassName
{
background-color: #766499;
}
.BgClassName
{
background-color: #766499;
}
</style>
border-color css
<style>
span { border-color: #766499; }
span { border-color: rgb(118,100,153); }
td.TdClassName
{
border-color: #766499;
}
.TagClassName
{
border-color: #766499;
}
</style>