Shades of Scampi #786D97
Tints of Scampi #786D97
RGB
CMYK
RGB Variations
Color information
#786D97 (or 0x786D97) is known color: Scampi. HEX triplet: 78, 6D and 97. RGB value is (120,109,151). Sum of RGB (Red+Green+Blue) = 120+109+151=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 151 - color contains mainly: blue. Hex color #786D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786D97 is #879268. Grayscale: #747474. Windows color (decimal): -8884841 or 9923960. OLE color: 9923960.
HSL color Cylindrical-coordinate representation of color #786D97: hue angle of 255.71º 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 #786D97 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 109 | 151 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.41 |
| HSL | 255.71º | 0.17% | 0.51% | - |
| HSV(B) | 255.71º | 0.28% | 0.59% | - |
| XYZ | 18.8 | 17.16 | 31.6 | - |
| YUV | 117.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 151 | 0.21 | 0.28 | 0 | 0.41 | 255.71 | 0.17 | 0.51 |
| Hex | 78 | 6D | 97 | 15 | 1C | 0 | 29 | 100 | 11 | 33 |
| Octal | 170 | 155 | 227 | 25 | 34 | 0 | 51 | 400 | 21 | 63 |
| Binary | 1111000 | 1101101 | 10010111 | 10101 | 11100 | 0 | 101001 | 100000000 | 10001 | 110011 |
Color Harmonies of #786D97
Complementary color
Monochromatic Colors of #786D97
Black with #786D97
Text Example
Text Example
White with #786D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D97; }
p { color: rgb(120,109,151); }
H1.HeaderClassName
{
color: #786D97;
}
.AnyTagClassName
{
color: #786D97;
}
</style>
background-color css
<style>
a { background-color: #786D97; }
a { background-color: rgb(120,109,151); }
div.DivClassName
{
background-color: #786D97;
}
.BgClassName
{
background-color: #786D97;
}
</style>
border-color css
<style>
span { border-color: #786D97; }
span { border-color: rgb(120,109,151); }
td.TdClassName
{
border-color: #786D97;
}
.TagClassName
{
border-color: #786D97;
}
</style>