Shades of Scampi #786AA0
Tints of Scampi #786AA0
RGB
CMYK
RGB Variations
Color information
#786AA0 (or 0x786AA0) is known color: Scampi. HEX triplet: 78, 6A and A0. RGB value is (120,106,160). Sum of RGB (Red+Green+Blue) = 120+106+160=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #786AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786AA0 is #87955F. Grayscale: #747474. Windows color (decimal): -8885600 or 10513016. OLE color: 10513016.
HSL color Cylindrical-coordinate representation of color #786AA0: hue angle of 255.56º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #786AA0 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 106 | 160 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.37 |
| HSL | 255.56º | 0.22% | 0.52% | - |
| HSV(B) | 255.56º | 0.34% | 0.63% | - |
| XYZ | 19.24 | 16.84 | 35.49 | - |
| YUV | 116.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 160 | 0.25 | 0.34 | 0 | 0.37 | 255.56 | 0.22 | 0.52 |
| Hex | 78 | 6A | A0 | 19 | 22 | 0 | 25 | 100 | 16 | 34 |
| Octal | 170 | 152 | 240 | 31 | 42 | 0 | 45 | 400 | 26 | 64 |
| Binary | 1111000 | 1101010 | 10100000 | 11001 | 100010 | 0 | 100101 | 100000000 | 10110 | 110100 |
Color Harmonies of #786AA0
Complementary color
Monochromatic Colors of #786AA0
Black with #786AA0
Text Example
Text Example
White with #786AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786AA0; }
p { color: rgb(120,106,160); }
H1.HeaderClassName
{
color: #786AA0;
}
.AnyTagClassName
{
color: #786AA0;
}
</style>
background-color css
<style>
a { background-color: #786AA0; }
a { background-color: rgb(120,106,160); }
div.DivClassName
{
background-color: #786AA0;
}
.BgClassName
{
background-color: #786AA0;
}
</style>
border-color css
<style>
span { border-color: #786AA0; }
span { border-color: rgb(120,106,160); }
td.TdClassName
{
border-color: #786AA0;
}
.TagClassName
{
border-color: #786AA0;
}
</style>