Shades of Scampi #786896
Tints of Scampi #786896
RGB
CMYK
RGB Variations
Color information
#786896 (or 0x786896) is known color: Scampi. HEX triplet: 78, 68 and 96. RGB value is (120,104,150). Sum of RGB (Red+Green+Blue) = 120+104+150=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #786896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786896 is #879769. Grayscale: #717171. Windows color (decimal): -8886122 or 9857144. OLE color: 9857144.
HSL color Cylindrical-coordinate representation of color #786896: hue angle of 260.87º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #786896 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 104 | 150 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.41 |
| HSL | 260.87º | 0.18% | 0.5% | - |
| HSV(B) | 260.87º | 0.31% | 0.59% | - |
| XYZ | 18.2 | 16.1 | 31 | - |
| YUV | 114.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 150 | 0.20 | 0.31 | 0 | 0.41 | 260.87 | 0.18 | 0.5 |
| Hex | 78 | 68 | 96 | 14 | 1F | 0 | 29 | 105 | 12 | 32 |
| Octal | 170 | 150 | 226 | 24 | 37 | 0 | 51 | 405 | 22 | 62 |
| Binary | 1111000 | 1101000 | 10010110 | 10100 | 11111 | 0 | 101001 | 100000101 | 10010 | 110010 |
Color Harmonies of #786896
Complementary color
Monochromatic Colors of #786896
Black with #786896
Text Example
Text Example
White with #786896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786896; }
p { color: rgb(120,104,150); }
H1.HeaderClassName
{
color: #786896;
}
.AnyTagClassName
{
color: #786896;
}
</style>
background-color css
<style>
a { background-color: #786896; }
a { background-color: rgb(120,104,150); }
div.DivClassName
{
background-color: #786896;
}
.BgClassName
{
background-color: #786896;
}
</style>
border-color css
<style>
span { border-color: #786896; }
span { border-color: rgb(120,104,150); }
td.TdClassName
{
border-color: #786896;
}
.TagClassName
{
border-color: #786896;
}
</style>