Shades of Scampi #786698
Tints of Scampi #786698
RGB
CMYK
RGB Variations
Color information
#786698 (or 0x786698) is known color: Scampi. HEX triplet: 78, 66 and 98. RGB value is (120,102,152). Sum of RGB (Red+Green+Blue) = 120+102+152=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #786698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786698 is #879967. Grayscale: #707070. Windows color (decimal): -8886632 or 9987704. OLE color: 9987704.
HSL color Cylindrical-coordinate representation of color #786698: hue angle of 261.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #786698 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 102 | 152 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.40 |
| HSL | 261.6º | 0.2% | 0.5% | - |
| HSV(B) | 261.6º | 0.33% | 0.6% | - |
| XYZ | 18.16 | 15.76 | 31.79 | - |
| YUV | 113.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 152 | 0.21 | 0.33 | 0 | 0.40 | 261.6 | 0.2 | 0.5 |
| Hex | 78 | 66 | 98 | 15 | 21 | 0 | 28 | 106 | 14 | 32 |
| Octal | 170 | 146 | 230 | 25 | 41 | 0 | 50 | 406 | 24 | 62 |
| Binary | 1111000 | 1100110 | 10011000 | 10101 | 100001 | 0 | 101000 | 100000110 | 10100 | 110010 |
Color Harmonies of #786698
Complementary color
Monochromatic Colors of #786698
Black with #786698
Text Example
Text Example
White with #786698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786698; }
p { color: rgb(120,102,152); }
H1.HeaderClassName
{
color: #786698;
}
.AnyTagClassName
{
color: #786698;
}
</style>
background-color css
<style>
a { background-color: #786698; }
a { background-color: rgb(120,102,152); }
div.DivClassName
{
background-color: #786698;
}
.BgClassName
{
background-color: #786698;
}
</style>
border-color css
<style>
span { border-color: #786698; }
span { border-color: rgb(120,102,152); }
td.TdClassName
{
border-color: #786698;
}
.TagClassName
{
border-color: #786698;
}
</style>