Shades of Scampi #7770A1
Tints of Scampi #7770A1
RGB
CMYK
RGB Variations
Color information
#7770A1 (or 0x7770A1) is known color: Scampi. HEX triplet: 77, 70 and A1. RGB value is (119,112,161). Sum of RGB (Red+Green+Blue) = 119+112+161=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 161 - color contains mainly: blue. Hex color #7770A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7770A1 is #888F5E. Grayscale: #777777. Windows color (decimal): -8949599 or 10580087. OLE color: 10580087.
HSL color Cylindrical-coordinate representation of color #7770A1: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7770A1 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 112 | 161 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.37 |
| HSL | 248.57º | 0.21% | 0.54% | - |
| HSV(B) | 248.57º | 0.3% | 0.63% | - |
| XYZ | 19.83 | 18.08 | 36.16 | - |
| YUV | 119.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 161 | 0.26 | 0.30 | 0 | 0.37 | 248.57 | 0.21 | 0.54 |
| Hex | 77 | 70 | A1 | 1A | 1E | 0 | 25 | F9 | 15 | 36 |
| Octal | 167 | 160 | 241 | 32 | 36 | 0 | 45 | 371 | 25 | 66 |
| Binary | 1110111 | 1110000 | 10100001 | 11010 | 11110 | 0 | 100101 | 11111001 | 10101 | 110110 |
Color Harmonies of #7770A1
Complementary color
Monochromatic Colors of #7770A1
Black with #7770A1
Text Example
Text Example
White with #7770A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7770A1; }
p { color: rgb(119,112,161); }
H1.HeaderClassName
{
color: #7770A1;
}
.AnyTagClassName
{
color: #7770A1;
}
</style>
background-color css
<style>
a { background-color: #7770A1; }
a { background-color: rgb(119,112,161); }
div.DivClassName
{
background-color: #7770A1;
}
.BgClassName
{
background-color: #7770A1;
}
</style>
border-color css
<style>
span { border-color: #7770A1; }
span { border-color: rgb(119,112,161); }
td.TdClassName
{
border-color: #7770A1;
}
.TagClassName
{
border-color: #7770A1;
}
</style>