Shades of Scampi #786AAB
Tints of Scampi #786AAB
RGB
CMYK
RGB Variations
Color information
#786AAB (or 0x786AAB) is known color: Scampi. HEX triplet: 78, 6A and AB. RGB value is (120,106,171). Sum of RGB (Red+Green+Blue) = 120+106+171=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #786AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786AAB is #879554. Grayscale: #757575. Windows color (decimal): -8885589 or 11233912. OLE color: 11233912.
HSL color Cylindrical-coordinate representation of color #786AAB: hue angle of 252.92º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #786AAB is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 106 | 171 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.33 |
| HSL | 252.92º | 0.28% | 0.54% | - |
| HSV(B) | 252.92º | 0.38% | 0.67% | - |
| XYZ | 20.25 | 17.24 | 40.79 | - |
| YUV | 117.6 | 158.14 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 171 | 0.30 | 0.38 | 0 | 0.33 | 252.92 | 0.28 | 0.54 |
| Hex | 78 | 6A | AB | 1E | 26 | 0 | 21 | FD | 1C | 36 |
| Octal | 170 | 152 | 253 | 36 | 46 | 0 | 41 | 375 | 34 | 66 |
| Binary | 1111000 | 1101010 | 10101011 | 11110 | 100110 | 0 | 100001 | 11111101 | 11100 | 110110 |
Color Harmonies of #786AAB
Complementary color
Monochromatic Colors of #786AAB
Black with #786AAB
Text Example
Text Example
White with #786AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786AAB; }
p { color: rgb(120,106,171); }
H1.HeaderClassName
{
color: #786AAB;
}
.AnyTagClassName
{
color: #786AAB;
}
</style>
background-color css
<style>
a { background-color: #786AAB; }
a { background-color: rgb(120,106,171); }
div.DivClassName
{
background-color: #786AAB;
}
.BgClassName
{
background-color: #786AAB;
}
</style>
border-color css
<style>
span { border-color: #786AAB; }
span { border-color: rgb(120,106,171); }
td.TdClassName
{
border-color: #786AAB;
}
.TagClassName
{
border-color: #786AAB;
}
</style>