Shades of Scampi #777696
Tints of Scampi #777696
RGB
CMYK
RGB Variations
Color information
#777696 (or 0x777696) is known color: Scampi. HEX triplet: 77, 76 and 96. RGB value is (119,118,150). Sum of RGB (Red+Green+Blue) = 119+118+150=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #777696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777696 is #888969. Grayscale: #797979. Windows color (decimal): -8948074 or 9860727. OLE color: 9860727.
HSL color Cylindrical-coordinate representation of color #777696: hue angle of 241.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777696 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 118 | 150 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.41 |
| HSL | 241.88º | 0.13% | 0.53% | - |
| HSV(B) | 241.88º | 0.21% | 0.59% | - |
| XYZ | 19.59 | 19.08 | 31.5 | - |
| YUV | 121.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 150 | 0.21 | 0.21 | 0 | 0.41 | 241.88 | 0.13 | 0.53 |
| Hex | 77 | 76 | 96 | 15 | 15 | 0 | 29 | F2 | D | 35 |
| Octal | 167 | 166 | 226 | 25 | 25 | 0 | 51 | 362 | 15 | 65 |
| Binary | 1110111 | 1110110 | 10010110 | 10101 | 10101 | 0 | 101001 | 11110010 | 1101 | 110101 |
Color Harmonies of #777696
Complementary color
Monochromatic Colors of #777696
Black with #777696
Text Example
Text Example
White with #777696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777696; }
p { color: rgb(119,118,150); }
H1.HeaderClassName
{
color: #777696;
}
.AnyTagClassName
{
color: #777696;
}
</style>
background-color css
<style>
a { background-color: #777696; }
a { background-color: rgb(119,118,150); }
div.DivClassName
{
background-color: #777696;
}
.BgClassName
{
background-color: #777696;
}
</style>
border-color css
<style>
span { border-color: #777696; }
span { border-color: rgb(119,118,150); }
td.TdClassName
{
border-color: #777696;
}
.TagClassName
{
border-color: #777696;
}
</style>