Shades of Scampi #7660AA
Tints of Scampi #7660AA
RGB
CMYK
RGB Variations
Color information
#7660AA (or 0x7660AA) is known color: Scampi. HEX triplet: 76, 60 and AA. RGB value is (118,96,170). Sum of RGB (Red+Green+Blue) = 118+96+170=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #7660AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7660AA is #899F55. Grayscale: #6E6E6E. Windows color (decimal): -9019222 or 11165814. OLE color: 11165814.
HSL color Cylindrical-coordinate representation of color #7660AA: hue angle of 257.84º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7660AA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 96 | 170 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.33 |
| HSL | 257.84º | 0.3% | 0.52% | - |
| HSV(B) | 257.84º | 0.44% | 0.67% | - |
| XYZ | 18.91 | 15.12 | 39.95 | - |
| YUV | 111.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 170 | 0.31 | 0.44 | 0 | 0.33 | 257.84 | 0.3 | 0.52 |
| Hex | 76 | 60 | AA | 1F | 2C | 0 | 21 | 102 | 1E | 34 |
| Octal | 166 | 140 | 252 | 37 | 54 | 0 | 41 | 402 | 36 | 64 |
| Binary | 1110110 | 1100000 | 10101010 | 11111 | 101100 | 0 | 100001 | 100000010 | 11110 | 110100 |
Color Harmonies of #7660AA
Complementary color
Monochromatic Colors of #7660AA
Black with #7660AA
Text Example
Text Example
White with #7660AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7660AA; }
p { color: rgb(118,96,170); }
H1.HeaderClassName
{
color: #7660AA;
}
.AnyTagClassName
{
color: #7660AA;
}
</style>
background-color css
<style>
a { background-color: #7660AA; }
a { background-color: rgb(118,96,170); }
div.DivClassName
{
background-color: #7660AA;
}
.BgClassName
{
background-color: #7660AA;
}
</style>
border-color css
<style>
span { border-color: #7660AA; }
span { border-color: rgb(118,96,170); }
td.TdClassName
{
border-color: #7660AA;
}
.TagClassName
{
border-color: #7660AA;
}
</style>