Shades of Scampi #786FA0
Tints of Scampi #786FA0
RGB
CMYK
RGB Variations
Color information
#786FA0 (or 0x786FA0) is known color: Scampi. HEX triplet: 78, 6F and A0. RGB value is (120,111,160). Sum of RGB (Red+Green+Blue) = 120+111+160=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 160 - color contains mainly: blue. Hex color #786FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786FA0 is #87905F. Grayscale: #777777. Windows color (decimal): -8884320 or 10514296. OLE color: 10514296.
HSL color Cylindrical-coordinate representation of color #786FA0: hue angle of 251.02º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #786FA0 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 111 | 160 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.37 |
| HSL | 251.02º | 0.21% | 0.53% | - |
| HSV(B) | 251.02º | 0.31% | 0.63% | - |
| XYZ | 19.78 | 17.9 | 35.67 | - |
| YUV | 119.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 160 | 0.25 | 0.31 | 0 | 0.37 | 251.02 | 0.21 | 0.53 |
| Hex | 78 | 6F | A0 | 19 | 1F | 0 | 25 | FB | 15 | 35 |
| Octal | 170 | 157 | 240 | 31 | 37 | 0 | 45 | 373 | 25 | 65 |
| Binary | 1111000 | 1101111 | 10100000 | 11001 | 11111 | 0 | 100101 | 11111011 | 10101 | 110101 |
Color Harmonies of #786FA0
Complementary color
Monochromatic Colors of #786FA0
Black with #786FA0
Text Example
Text Example
White with #786FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786FA0; }
p { color: rgb(120,111,160); }
H1.HeaderClassName
{
color: #786FA0;
}
.AnyTagClassName
{
color: #786FA0;
}
</style>
background-color css
<style>
a { background-color: #786FA0; }
a { background-color: rgb(120,111,160); }
div.DivClassName
{
background-color: #786FA0;
}
.BgClassName
{
background-color: #786FA0;
}
</style>
border-color css
<style>
span { border-color: #786FA0; }
span { border-color: rgb(120,111,160); }
td.TdClassName
{
border-color: #786FA0;
}
.TagClassName
{
border-color: #786FA0;
}
</style>