Shades of Scampi #786496
Tints of Scampi #786496
RGB
CMYK
RGB Variations
Color information
#786496 (or 0x786496) is known color: Scampi. HEX triplet: 78, 64 and 96. RGB value is (120,100,150). Sum of RGB (Red+Green+Blue) = 120+100+150=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #786496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786496 is #879B69. Grayscale: #6F6F6F. Windows color (decimal): -8887146 or 9856120. OLE color: 9856120.
HSL color Cylindrical-coordinate representation of color #786496: hue angle of 264º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #786496 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 100 | 150 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.41 |
| HSL | 264º | 0.2% | 0.49% | - |
| HSV(B) | 264º | 0.33% | 0.59% | - |
| XYZ | 17.81 | 15.31 | 30.87 | - |
| YUV | 111.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 150 | 0.20 | 0.33 | 0 | 0.41 | 264 | 0.2 | 0.49 |
| Hex | 78 | 64 | 96 | 14 | 21 | 0 | 29 | 108 | 14 | 31 |
| Octal | 170 | 144 | 226 | 24 | 41 | 0 | 51 | 410 | 24 | 61 |
| Binary | 1111000 | 1100100 | 10010110 | 10100 | 100001 | 0 | 101001 | 100001000 | 10100 | 110001 |
Color Harmonies of #786496
Complementary color
Monochromatic Colors of #786496
Black with #786496
Text Example
Text Example
White with #786496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786496; }
p { color: rgb(120,100,150); }
H1.HeaderClassName
{
color: #786496;
}
.AnyTagClassName
{
color: #786496;
}
</style>
background-color css
<style>
a { background-color: #786496; }
a { background-color: rgb(120,100,150); }
div.DivClassName
{
background-color: #786496;
}
.BgClassName
{
background-color: #786496;
}
</style>
border-color css
<style>
span { border-color: #786496; }
span { border-color: rgb(120,100,150); }
td.TdClassName
{
border-color: #786496;
}
.TagClassName
{
border-color: #786496;
}
</style>