Shades of Scampi #777196
Tints of Scampi #777196
RGB
CMYK
RGB Variations
Color information
#777196 (or 0x777196) is known color: Scampi. HEX triplet: 77, 71 and 96. RGB value is (119,113,150). Sum of RGB (Red+Green+Blue) = 119+113+150=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #777196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777196 is #888E69. Grayscale: #767676. Windows color (decimal): -8949354 or 9859447. OLE color: 9859447.
HSL color Cylindrical-coordinate representation of color #777196: hue angle of 249.73º 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 #777196 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 113 | 150 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.41 |
| HSL | 249.73º | 0.15% | 0.52% | - |
| HSV(B) | 249.73º | 0.25% | 0.59% | - |
| XYZ | 19.02 | 17.93 | 31.31 | - |
| YUV | 119.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 150 | 0.21 | 0.25 | 0 | 0.41 | 249.73 | 0.15 | 0.52 |
| Hex | 77 | 71 | 96 | 15 | 19 | 0 | 29 | FA | F | 34 |
| Octal | 167 | 161 | 226 | 25 | 31 | 0 | 51 | 372 | 17 | 64 |
| Binary | 1110111 | 1110001 | 10010110 | 10101 | 11001 | 0 | 101001 | 11111010 | 1111 | 110100 |
Color Harmonies of #777196
Complementary color
Monochromatic Colors of #777196
Black with #777196
Text Example
Text Example
White with #777196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777196; }
p { color: rgb(119,113,150); }
H1.HeaderClassName
{
color: #777196;
}
.AnyTagClassName
{
color: #777196;
}
</style>
background-color css
<style>
a { background-color: #777196; }
a { background-color: rgb(119,113,150); }
div.DivClassName
{
background-color: #777196;
}
.BgClassName
{
background-color: #777196;
}
</style>
border-color css
<style>
span { border-color: #777196; }
span { border-color: rgb(119,113,150); }
td.TdClassName
{
border-color: #777196;
}
.TagClassName
{
border-color: #777196;
}
</style>