Shades of Scampi #786C97
Tints of Scampi #786C97
RGB
CMYK
RGB Variations
Color information
#786C97 (or 0x786C97) is known color: Scampi. HEX triplet: 78, 6C and 97. RGB value is (120,108,151). Sum of RGB (Red+Green+Blue) = 120+108+151=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #786C97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786C97 is #879368. Grayscale: #747474. Windows color (decimal): -8885097 or 9923704. OLE color: 9923704.
HSL color Cylindrical-coordinate representation of color #786C97: hue angle of 256.74º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #786C97 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 108 | 151 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.41 |
| HSL | 256.74º | 0.17% | 0.51% | - |
| HSV(B) | 256.74º | 0.28% | 0.59% | - |
| XYZ | 18.69 | 16.95 | 31.57 | - |
| YUV | 116.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 151 | 0.21 | 0.28 | 0 | 0.41 | 256.74 | 0.17 | 0.51 |
| Hex | 78 | 6C | 97 | 15 | 1C | 0 | 29 | 101 | 11 | 33 |
| Octal | 170 | 154 | 227 | 25 | 34 | 0 | 51 | 401 | 21 | 63 |
| Binary | 1111000 | 1101100 | 10010111 | 10101 | 11100 | 0 | 101001 | 100000001 | 10001 | 110011 |
Color Harmonies of #786C97
Complementary color
Monochromatic Colors of #786C97
Black with #786C97
Text Example
Text Example
White with #786C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C97; }
p { color: rgb(120,108,151); }
H1.HeaderClassName
{
color: #786C97;
}
.AnyTagClassName
{
color: #786C97;
}
</style>
background-color css
<style>
a { background-color: #786C97; }
a { background-color: rgb(120,108,151); }
div.DivClassName
{
background-color: #786C97;
}
.BgClassName
{
background-color: #786C97;
}
</style>
border-color css
<style>
span { border-color: #786C97; }
span { border-color: rgb(120,108,151); }
td.TdClassName
{
border-color: #786C97;
}
.TagClassName
{
border-color: #786C97;
}
</style>