Shades of Scampi #776199
Tints of Scampi #776199
RGB
CMYK
RGB Variations
Color information
#776199 (or 0x776199) is known color: Scampi. HEX triplet: 77, 61 and 99. RGB value is (119,97,153). Sum of RGB (Red+Green+Blue) = 119+97+153=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #776199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776199 is #889E66. Grayscale: #6D6D6D. Windows color (decimal): -8953447 or 10051959. OLE color: 10051959.
HSL color Cylindrical-coordinate representation of color #776199: hue angle of 263.57º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #776199 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 97 | 153 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.4 |
| HSL | 263.57º | 0.22% | 0.49% | - |
| HSV(B) | 263.57º | 0.37% | 0.6% | - |
| XYZ | 17.63 | 14.77 | 32.06 | - |
| YUV | 109.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 153 | 0.22 | 0.37 | 0 | 0.4 | 263.57 | 0.22 | 0.49 |
| Hex | 77 | 61 | 99 | 16 | 25 | 0 | 28 | 108 | 16 | 31 |
| Octal | 167 | 141 | 231 | 26 | 45 | 0 | 50 | 410 | 26 | 61 |
| Binary | 1110111 | 1100001 | 10011001 | 10110 | 100101 | 0 | 101000 | 100001000 | 10110 | 110001 |
Color Harmonies of #776199
Complementary color
Monochromatic Colors of #776199
Black with #776199
Text Example
Text Example
White with #776199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776199; }
p { color: rgb(119,97,153); }
H1.HeaderClassName
{
color: #776199;
}
.AnyTagClassName
{
color: #776199;
}
</style>
background-color css
<style>
a { background-color: #776199; }
a { background-color: rgb(119,97,153); }
div.DivClassName
{
background-color: #776199;
}
.BgClassName
{
background-color: #776199;
}
</style>
border-color css
<style>
span { border-color: #776199; }
span { border-color: rgb(119,97,153); }
td.TdClassName
{
border-color: #776199;
}
.TagClassName
{
border-color: #776199;
}
</style>