Shades of Scampi #777597
Tints of Scampi #777597
RGB
CMYK
RGB Variations
Color information
#777597 (or 0x777597) is known color: Scampi. HEX triplet: 77, 75 and 97. RGB value is (119,117,151). Sum of RGB (Red+Green+Blue) = 119+117+151=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #777597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777597 is #888A68. Grayscale: #797979. Windows color (decimal): -8948329 or 9926007. OLE color: 9926007.
HSL color Cylindrical-coordinate representation of color #777597: hue angle of 243.53º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #777597 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 117 | 151 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.41 |
| HSL | 243.53º | 0.14% | 0.53% | - |
| HSV(B) | 243.53º | 0.23% | 0.59% | - |
| XYZ | 19.55 | 18.88 | 31.89 | - |
| YUV | 121.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 151 | 0.21 | 0.23 | 0 | 0.41 | 243.53 | 0.14 | 0.53 |
| Hex | 77 | 75 | 97 | 15 | 17 | 0 | 29 | F4 | E | 35 |
| Octal | 167 | 165 | 227 | 25 | 27 | 0 | 51 | 364 | 16 | 65 |
| Binary | 1110111 | 1110101 | 10010111 | 10101 | 10111 | 0 | 101001 | 11110100 | 1110 | 110101 |
Color Harmonies of #777597
Complementary color
Monochromatic Colors of #777597
Black with #777597
Text Example
Text Example
White with #777597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777597; }
p { color: rgb(119,117,151); }
H1.HeaderClassName
{
color: #777597;
}
.AnyTagClassName
{
color: #777597;
}
</style>
background-color css
<style>
a { background-color: #777597; }
a { background-color: rgb(119,117,151); }
div.DivClassName
{
background-color: #777597;
}
.BgClassName
{
background-color: #777597;
}
</style>
border-color css
<style>
span { border-color: #777597; }
span { border-color: rgb(119,117,151); }
td.TdClassName
{
border-color: #777597;
}
.TagClassName
{
border-color: #777597;
}
</style>