Shades of Scampi #786599
Tints of Scampi #786599
RGB
CMYK
RGB Variations
Color information
#786599 (or 0x786599) is known color: Scampi. HEX triplet: 78, 65 and 99. RGB value is (120,101,153). Sum of RGB (Red+Green+Blue) = 120+101+153=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #786599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786599 is #879A66. Grayscale: #707070. Windows color (decimal): -8886887 or 10052984. OLE color: 10052984.
HSL color Cylindrical-coordinate representation of color #786599: hue angle of 261.92º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #786599 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 101 | 153 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.4 |
| HSL | 261.92º | 0.2% | 0.5% | - |
| HSV(B) | 261.92º | 0.34% | 0.6% | - |
| XYZ | 18.15 | 15.6 | 32.19 | - |
| YUV | 112.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 153 | 0.22 | 0.34 | 0 | 0.4 | 261.92 | 0.2 | 0.5 |
| Hex | 78 | 65 | 99 | 16 | 22 | 0 | 28 | 106 | 14 | 32 |
| Octal | 170 | 145 | 231 | 26 | 42 | 0 | 50 | 406 | 24 | 62 |
| Binary | 1111000 | 1100101 | 10011001 | 10110 | 100010 | 0 | 101000 | 100000110 | 10100 | 110010 |
Color Harmonies of #786599
Complementary color
Monochromatic Colors of #786599
Black with #786599
Text Example
Text Example
White with #786599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786599; }
p { color: rgb(120,101,153); }
H1.HeaderClassName
{
color: #786599;
}
.AnyTagClassName
{
color: #786599;
}
</style>
background-color css
<style>
a { background-color: #786599; }
a { background-color: rgb(120,101,153); }
div.DivClassName
{
background-color: #786599;
}
.BgClassName
{
background-color: #786599;
}
</style>
border-color css
<style>
span { border-color: #786599; }
span { border-color: rgb(120,101,153); }
td.TdClassName
{
border-color: #786599;
}
.TagClassName
{
border-color: #786599;
}
</style>