Shades of Scampi #777797
Tints of Scampi #777797
RGB
CMYK
RGB Variations
Color information
#777797 (or 0x777797) is known color: Scampi. HEX triplet: 77, 77 and 97. RGB value is (119,119,151). Sum of RGB (Red+Green+Blue) = 119+119+151=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 151 - color contains mainly: blue. Hex color #777797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777797 is #888868. Grayscale: #7A7A7A. Windows color (decimal): -8947817 or 9926519. OLE color: 9926519.
HSL color Cylindrical-coordinate representation of color #777797: hue angle of 240º 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 #777797 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 119 | 151 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.41 |
| HSL | 240º | 0.13% | 0.53% | - |
| HSV(B) | 240º | 0.21% | 0.59% | - |
| XYZ | 19.79 | 19.35 | 31.97 | - |
| YUV | 122.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 151 | 0.21 | 0.21 | 0 | 0.41 | 240 | 0.13 | 0.53 |
| Hex | 77 | 77 | 97 | 15 | 15 | 0 | 29 | F0 | D | 35 |
| Octal | 167 | 167 | 227 | 25 | 25 | 0 | 51 | 360 | 15 | 65 |
| Binary | 1110111 | 1110111 | 10010111 | 10101 | 10101 | 0 | 101001 | 11110000 | 1101 | 110101 |
Color Harmonies of #777797
Complementary color
Monochromatic Colors of #777797
Black with #777797
Text Example
Text Example
White with #777797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777797; }
p { color: rgb(119,119,151); }
H1.HeaderClassName
{
color: #777797;
}
.AnyTagClassName
{
color: #777797;
}
</style>
background-color css
<style>
a { background-color: #777797; }
a { background-color: rgb(119,119,151); }
div.DivClassName
{
background-color: #777797;
}
.BgClassName
{
background-color: #777797;
}
</style>
border-color css
<style>
span { border-color: #777797; }
span { border-color: rgb(119,119,151); }
td.TdClassName
{
border-color: #777797;
}
.TagClassName
{
border-color: #777797;
}
</style>