Shades of Scampi #777197
Tints of Scampi #777197
RGB
CMYK
RGB Variations
Color information
#777197 (or 0x777197) is known color: Scampi. HEX triplet: 77, 71 and 97. RGB value is (119,113,151). Sum of RGB (Red+Green+Blue) = 119+113+151=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 151 - color contains mainly: blue. Hex color #777197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777197 is #888E68. Grayscale: #767676. Windows color (decimal): -8949353 or 9924983. OLE color: 9924983.
HSL color Cylindrical-coordinate representation of color #777197: hue angle of 249.47º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #777197 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 113 | 151 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.41 |
| HSL | 249.47º | 0.15% | 0.52% | - |
| HSV(B) | 249.47º | 0.25% | 0.59% | - |
| XYZ | 19.1 | 17.97 | 31.74 | - |
| YUV | 119.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 151 | 0.21 | 0.25 | 0 | 0.41 | 249.47 | 0.15 | 0.52 |
| Hex | 77 | 71 | 97 | 15 | 19 | 0 | 29 | F9 | F | 34 |
| Octal | 167 | 161 | 227 | 25 | 31 | 0 | 51 | 371 | 17 | 64 |
| Binary | 1110111 | 1110001 | 10010111 | 10101 | 11001 | 0 | 101001 | 11111001 | 1111 | 110100 |
Color Harmonies of #777197
Complementary color
Monochromatic Colors of #777197
Black with #777197
Text Example
Text Example
White with #777197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777197; }
p { color: rgb(119,113,151); }
H1.HeaderClassName
{
color: #777197;
}
.AnyTagClassName
{
color: #777197;
}
</style>
background-color css
<style>
a { background-color: #777197; }
a { background-color: rgb(119,113,151); }
div.DivClassName
{
background-color: #777197;
}
.BgClassName
{
background-color: #777197;
}
</style>
border-color css
<style>
span { border-color: #777197; }
span { border-color: rgb(119,113,151); }
td.TdClassName
{
border-color: #777197;
}
.TagClassName
{
border-color: #777197;
}
</style>