Shades of Scampi #777190
Tints of Scampi #777190
RGB
CMYK
RGB Variations
Color information
#777190 (or 0x777190) is known color: Scampi. HEX triplet: 77, 71 and 90. RGB value is (119,113,144). Sum of RGB (Red+Green+Blue) = 119+113+144=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #777190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777190 is #888E6F. Grayscale: #767676. Windows color (decimal): -8949360 or 9466231. OLE color: 9466231.
HSL color Cylindrical-coordinate representation of color #777190: hue angle of 251.61º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #777190 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 113 | 144 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.44 |
| HSL | 251.61º | 0.12% | 0.5% | - |
| HSV(B) | 251.61º | 0.22% | 0.56% | - |
| XYZ | 18.55 | 17.75 | 28.83 | - |
| YUV | 118.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 144 | 0.17 | 0.22 | 0 | 0.44 | 251.61 | 0.12 | 0.5 |
| Hex | 77 | 71 | 90 | 11 | 16 | 0 | 2C | FC | C | 32 |
| Octal | 167 | 161 | 220 | 21 | 26 | 0 | 54 | 374 | 14 | 62 |
| Binary | 1110111 | 1110001 | 10010000 | 10001 | 10110 | 0 | 101100 | 11111100 | 1100 | 110010 |
Color Harmonies of #777190
Complementary color
Monochromatic Colors of #777190
Black with #777190
Text Example
Text Example
White with #777190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777190; }
p { color: rgb(119,113,144); }
H1.HeaderClassName
{
color: #777190;
}
.AnyTagClassName
{
color: #777190;
}
</style>
background-color css
<style>
a { background-color: #777190; }
a { background-color: rgb(119,113,144); }
div.DivClassName
{
background-color: #777190;
}
.BgClassName
{
background-color: #777190;
}
</style>
border-color css
<style>
span { border-color: #777190; }
span { border-color: rgb(119,113,144); }
td.TdClassName
{
border-color: #777190;
}
.TagClassName
{
border-color: #777190;
}
</style>