Shades of Scampi #777296
Tints of Scampi #777296
RGB
CMYK
RGB Variations
Color information
#777296 (or 0x777296) is known color: Scampi. HEX triplet: 77, 72 and 96. RGB value is (119,114,150). Sum of RGB (Red+Green+Blue) = 119+114+150=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #777296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777296 is #888D69. Grayscale: #777777. Windows color (decimal): -8949098 or 9859703. OLE color: 9859703.
HSL color Cylindrical-coordinate representation of color #777296: hue angle of 248.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #777296 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 114 | 150 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.41 |
| HSL | 248.33º | 0.15% | 0.52% | - |
| HSV(B) | 248.33º | 0.24% | 0.59% | - |
| XYZ | 19.13 | 18.16 | 31.35 | - |
| YUV | 119.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 150 | 0.21 | 0.24 | 0 | 0.41 | 248.33 | 0.15 | 0.52 |
| Hex | 77 | 72 | 96 | 15 | 18 | 0 | 29 | F8 | F | 34 |
| Octal | 167 | 162 | 226 | 25 | 30 | 0 | 51 | 370 | 17 | 64 |
| Binary | 1110111 | 1110010 | 10010110 | 10101 | 11000 | 0 | 101001 | 11111000 | 1111 | 110100 |
Color Harmonies of #777296
Complementary color
Monochromatic Colors of #777296
Black with #777296
Text Example
Text Example
White with #777296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777296; }
p { color: rgb(119,114,150); }
H1.HeaderClassName
{
color: #777296;
}
.AnyTagClassName
{
color: #777296;
}
</style>
background-color css
<style>
a { background-color: #777296; }
a { background-color: rgb(119,114,150); }
div.DivClassName
{
background-color: #777296;
}
.BgClassName
{
background-color: #777296;
}
</style>
border-color css
<style>
span { border-color: #777296; }
span { border-color: rgb(119,114,150); }
td.TdClassName
{
border-color: #777296;
}
.TagClassName
{
border-color: #777296;
}
</style>