Shades of Scampi #777298
Tints of Scampi #777298
RGB
CMYK
RGB Variations
Color information
#777298 (or 0x777298) is known color: Scampi. HEX triplet: 77, 72 and 98. RGB value is (119,114,152). Sum of RGB (Red+Green+Blue) = 119+114+152=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #777298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777298 is #888D67. Grayscale: #777777. Windows color (decimal): -8949096 or 9990775. OLE color: 9990775.
HSL color Cylindrical-coordinate representation of color #777298: hue angle of 247.89º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #777298 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 114 | 152 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.40 |
| HSL | 247.89º | 0.16% | 0.52% | - |
| HSV(B) | 247.89º | 0.25% | 0.6% | - |
| XYZ | 19.29 | 18.22 | 32.21 | - |
| YUV | 119.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 152 | 0.22 | 0.25 | 0 | 0.40 | 247.89 | 0.16 | 0.52 |
| Hex | 77 | 72 | 98 | 16 | 19 | 0 | 28 | F8 | 10 | 34 |
| Octal | 167 | 162 | 230 | 26 | 31 | 0 | 50 | 370 | 20 | 64 |
| Binary | 1110111 | 1110010 | 10011000 | 10110 | 11001 | 0 | 101000 | 11111000 | 10000 | 110100 |
Color Harmonies of #777298
Complementary color
Monochromatic Colors of #777298
Black with #777298
Text Example
Text Example
White with #777298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777298; }
p { color: rgb(119,114,152); }
H1.HeaderClassName
{
color: #777298;
}
.AnyTagClassName
{
color: #777298;
}
</style>
background-color css
<style>
a { background-color: #777298; }
a { background-color: rgb(119,114,152); }
div.DivClassName
{
background-color: #777298;
}
.BgClassName
{
background-color: #777298;
}
</style>
border-color css
<style>
span { border-color: #777298; }
span { border-color: rgb(119,114,152); }
td.TdClassName
{
border-color: #777298;
}
.TagClassName
{
border-color: #777298;
}
</style>