Shades of Scampi #777399
Tints of Scampi #777399
RGB
CMYK
RGB Variations
Color information
#777399 (or 0x777399) is known color: Scampi. HEX triplet: 77, 73 and 99. RGB value is (119,115,153). Sum of RGB (Red+Green+Blue) = 119+115+153=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #777399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777399 is #888C66. Grayscale: #787878. Windows color (decimal): -8948839 or 10056567. OLE color: 10056567.
HSL color Cylindrical-coordinate representation of color #777399: hue angle of 246.32º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #777399 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 115 | 153 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.4 |
| HSL | 246.32º | 0.16% | 0.53% | - |
| HSV(B) | 246.32º | 0.25% | 0.6% | - |
| XYZ | 19.49 | 18.48 | 32.68 | - |
| YUV | 120.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 153 | 0.22 | 0.25 | 0 | 0.4 | 246.32 | 0.16 | 0.53 |
| Hex | 77 | 73 | 99 | 16 | 19 | 0 | 28 | F6 | 10 | 35 |
| Octal | 167 | 163 | 231 | 26 | 31 | 0 | 50 | 366 | 20 | 65 |
| Binary | 1110111 | 1110011 | 10011001 | 10110 | 11001 | 0 | 101000 | 11110110 | 10000 | 110101 |
Color Harmonies of #777399
Complementary color
Monochromatic Colors of #777399
Black with #777399
Text Example
Text Example
White with #777399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777399; }
p { color: rgb(119,115,153); }
H1.HeaderClassName
{
color: #777399;
}
.AnyTagClassName
{
color: #777399;
}
</style>
background-color css
<style>
a { background-color: #777399; }
a { background-color: rgb(119,115,153); }
div.DivClassName
{
background-color: #777399;
}
.BgClassName
{
background-color: #777399;
}
</style>
border-color css
<style>
span { border-color: #777399; }
span { border-color: rgb(119,115,153); }
td.TdClassName
{
border-color: #777399;
}
.TagClassName
{
border-color: #777399;
}
</style>