Shades of Scampi #777195
Tints of Scampi #777195
RGB
CMYK
RGB Variations
Color information
#777195 (or 0x777195) is known color: Scampi. HEX triplet: 77, 71 and 95. RGB value is (119,113,149). Sum of RGB (Red+Green+Blue) = 119+113+149=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #777195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777195 is #888E6A. Grayscale: #767676. Windows color (decimal): -8949355 or 9793911. OLE color: 9793911.
HSL color Cylindrical-coordinate representation of color #777195: hue angle of 250º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #777195 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 113 | 149 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.42 |
| HSL | 250º | 0.15% | 0.51% | - |
| HSV(B) | 250º | 0.24% | 0.58% | - |
| XYZ | 18.94 | 17.9 | 30.89 | - |
| YUV | 118.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 149 | 0.20 | 0.24 | 0 | 0.42 | 250 | 0.15 | 0.51 |
| Hex | 77 | 71 | 95 | 14 | 18 | 0 | 2A | FA | F | 33 |
| Octal | 167 | 161 | 225 | 24 | 30 | 0 | 52 | 372 | 17 | 63 |
| Binary | 1110111 | 1110001 | 10010101 | 10100 | 11000 | 0 | 101010 | 11111010 | 1111 | 110011 |
Color Harmonies of #777195
Complementary color
Monochromatic Colors of #777195
Black with #777195
Text Example
Text Example
White with #777195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777195; }
p { color: rgb(119,113,149); }
H1.HeaderClassName
{
color: #777195;
}
.AnyTagClassName
{
color: #777195;
}
</style>
background-color css
<style>
a { background-color: #777195; }
a { background-color: rgb(119,113,149); }
div.DivClassName
{
background-color: #777195;
}
.BgClassName
{
background-color: #777195;
}
</style>
border-color css
<style>
span { border-color: #777195; }
span { border-color: rgb(119,113,149); }
td.TdClassName
{
border-color: #777195;
}
.TagClassName
{
border-color: #777195;
}
</style>