Shades of Scampi #7960AA
Tints of Scampi #7960AA
RGB
CMYK
RGB Variations
Color information
#7960AA (or 0x7960AA) is known color: Scampi. HEX triplet: 79, 60 and AA. RGB value is (121,96,170). Sum of RGB (Red+Green+Blue) = 121+96+170=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #7960AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7960AA is #869F55. Grayscale: #6F6F6F. Windows color (decimal): -8822614 or 11165817. OLE color: 11165817.
HSL color Cylindrical-coordinate representation of color #7960AA: hue angle of 260.27º 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 #7960AA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 96 | 170 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.33 |
| HSL | 260.27º | 0.3% | 0.52% | - |
| HSV(B) | 260.27º | 0.44% | 0.67% | - |
| XYZ | 19.32 | 15.33 | 39.97 | - |
| YUV | 111.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 96 | 170 | 0.29 | 0.44 | 0 | 0.33 | 260.27 | 0.3 | 0.52 |
| Hex | 79 | 60 | AA | 1D | 2C | 0 | 21 | 104 | 1E | 34 |
| Octal | 171 | 140 | 252 | 35 | 54 | 0 | 41 | 404 | 36 | 64 |
| Binary | 1111001 | 1100000 | 10101010 | 11101 | 101100 | 0 | 100001 | 100000100 | 11110 | 110100 |
Color Harmonies of #7960AA
Complementary color
Monochromatic Colors of #7960AA
Black with #7960AA
Text Example
Text Example
White with #7960AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7960AA; }
p { color: rgb(121,96,170); }
H1.HeaderClassName
{
color: #7960AA;
}
.AnyTagClassName
{
color: #7960AA;
}
</style>
background-color css
<style>
a { background-color: #7960AA; }
a { background-color: rgb(121,96,170); }
div.DivClassName
{
background-color: #7960AA;
}
.BgClassName
{
background-color: #7960AA;
}
</style>
border-color css
<style>
span { border-color: #7960AA; }
span { border-color: rgb(121,96,170); }
td.TdClassName
{
border-color: #7960AA;
}
.TagClassName
{
border-color: #7960AA;
}
</style>