Shades of Scampi #777799
Tints of Scampi #777799
RGB
CMYK
RGB Variations
Color information
#777799 (or 0x777799) is known color: Scampi. HEX triplet: 77, 77 and 99. RGB value is (119,119,153). Sum of RGB (Red+Green+Blue) = 119+119+153=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #777799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777799 is #888866. Grayscale: #7A7A7A. Windows color (decimal): -8947815 or 10057591. OLE color: 10057591.
HSL color Cylindrical-coordinate representation of color #777799: hue angle of 240º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #777799 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 119 | 153 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.4 |
| HSL | 240º | 0.14% | 0.53% | - |
| HSV(B) | 240º | 0.22% | 0.6% | - |
| XYZ | 19.95 | 19.42 | 32.83 | - |
| YUV | 122.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 153 | 0.22 | 0.22 | 0 | 0.4 | 240 | 0.14 | 0.53 |
| Hex | 77 | 77 | 99 | 16 | 16 | 0 | 28 | F0 | E | 35 |
| Octal | 167 | 167 | 231 | 26 | 26 | 0 | 50 | 360 | 16 | 65 |
| Binary | 1110111 | 1110111 | 10011001 | 10110 | 10110 | 0 | 101000 | 11110000 | 1110 | 110101 |
Color Harmonies of #777799
Complementary color
Monochromatic Colors of #777799
Black with #777799
Text Example
Text Example
White with #777799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777799; }
p { color: rgb(119,119,153); }
H1.HeaderClassName
{
color: #777799;
}
.AnyTagClassName
{
color: #777799;
}
</style>
background-color css
<style>
a { background-color: #777799; }
a { background-color: rgb(119,119,153); }
div.DivClassName
{
background-color: #777799;
}
.BgClassName
{
background-color: #777799;
}
</style>
border-color css
<style>
span { border-color: #777799; }
span { border-color: rgb(119,119,153); }
td.TdClassName
{
border-color: #777799;
}
.TagClassName
{
border-color: #777799;
}
</style>