Shades of Scampi #786D96
Tints of Scampi #786D96
RGB
CMYK
RGB Variations
Color information
#786D96 (or 0x786D96) is known color: Scampi. HEX triplet: 78, 6D and 96. RGB value is (120,109,150). Sum of RGB (Red+Green+Blue) = 120+109+150=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #786D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786D96 is #879269. Grayscale: #747474. Windows color (decimal): -8884842 or 9858424. OLE color: 9858424.
HSL color Cylindrical-coordinate representation of color #786D96: hue angle of 256.1º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786D96 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 109 | 150 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.41 |
| HSL | 256.1º | 0.16% | 0.51% | - |
| HSV(B) | 256.1º | 0.27% | 0.59% | - |
| XYZ | 18.72 | 17.13 | 31.17 | - |
| YUV | 116.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 150 | 0.20 | 0.27 | 0 | 0.41 | 256.1 | 0.16 | 0.51 |
| Hex | 78 | 6D | 96 | 14 | 1B | 0 | 29 | 100 | 10 | 33 |
| Octal | 170 | 155 | 226 | 24 | 33 | 0 | 51 | 400 | 20 | 63 |
| Binary | 1111000 | 1101101 | 10010110 | 10100 | 11011 | 0 | 101001 | 100000000 | 10000 | 110011 |
Color Harmonies of #786D96
Complementary color
Monochromatic Colors of #786D96
Black with #786D96
Text Example
Text Example
White with #786D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D96; }
p { color: rgb(120,109,150); }
H1.HeaderClassName
{
color: #786D96;
}
.AnyTagClassName
{
color: #786D96;
}
</style>
background-color css
<style>
a { background-color: #786D96; }
a { background-color: rgb(120,109,150); }
div.DivClassName
{
background-color: #786D96;
}
.BgClassName
{
background-color: #786D96;
}
</style>
border-color css
<style>
span { border-color: #786D96; }
span { border-color: rgb(120,109,150); }
td.TdClassName
{
border-color: #786D96;
}
.TagClassName
{
border-color: #786D96;
}
</style>