Shades of Scampi #777295
Tints of Scampi #777295
RGB
CMYK
RGB Variations
Color information
#777295 (or 0x777295) is known color: Scampi. HEX triplet: 77, 72 and 95. RGB value is (119,114,149). Sum of RGB (Red+Green+Blue) = 119+114+149=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #777295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777295 is #888D6A. Grayscale: #777777. Windows color (decimal): -8949099 or 9794167. OLE color: 9794167.
HSL color Cylindrical-coordinate representation of color #777295: hue angle of 248.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #777295 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 114 | 149 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.42 |
| HSL | 248.57º | 0.14% | 0.52% | - |
| HSV(B) | 248.57º | 0.23% | 0.58% | - |
| XYZ | 19.05 | 18.13 | 30.93 | - |
| YUV | 119.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 149 | 0.20 | 0.23 | 0 | 0.42 | 248.57 | 0.14 | 0.52 |
| Hex | 77 | 72 | 95 | 14 | 17 | 0 | 2A | F9 | E | 34 |
| Octal | 167 | 162 | 225 | 24 | 27 | 0 | 52 | 371 | 16 | 64 |
| Binary | 1110111 | 1110010 | 10010101 | 10100 | 10111 | 0 | 101010 | 11111001 | 1110 | 110100 |
Color Harmonies of #777295
Complementary color
Monochromatic Colors of #777295
Black with #777295
Text Example
Text Example
White with #777295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777295; }
p { color: rgb(119,114,149); }
H1.HeaderClassName
{
color: #777295;
}
.AnyTagClassName
{
color: #777295;
}
</style>
background-color css
<style>
a { background-color: #777295; }
a { background-color: rgb(119,114,149); }
div.DivClassName
{
background-color: #777295;
}
.BgClassName
{
background-color: #777295;
}
</style>
border-color css
<style>
span { border-color: #777295; }
span { border-color: rgb(119,114,149); }
td.TdClassName
{
border-color: #777295;
}
.TagClassName
{
border-color: #777295;
}
</style>