Shades of Scampi #786E9C
Tints of Scampi #786E9C
RGB
CMYK
RGB Variations
Color information
#786E9C (or 0x786E9C) is known color: Scampi. HEX triplet: 78, 6E and 9C. RGB value is (120,110,156). Sum of RGB (Red+Green+Blue) = 120+110+156=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #786E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786E9C is #879163. Grayscale: #767676. Windows color (decimal): -8884580 or 10251896. OLE color: 10251896.
HSL color Cylindrical-coordinate representation of color #786E9C: hue angle of 253.04º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #786E9C is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 110 | 156 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.39 |
| HSL | 253.04º | 0.19% | 0.52% | - |
| HSV(B) | 253.04º | 0.29% | 0.61% | - |
| XYZ | 19.32 | 17.55 | 33.82 | - |
| YUV | 118.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 156 | 0.23 | 0.29 | 0 | 0.39 | 253.04 | 0.19 | 0.52 |
| Hex | 78 | 6E | 9C | 17 | 1D | 0 | 27 | FD | 13 | 34 |
| Octal | 170 | 156 | 234 | 27 | 35 | 0 | 47 | 375 | 23 | 64 |
| Binary | 1111000 | 1101110 | 10011100 | 10111 | 11101 | 0 | 100111 | 11111101 | 10011 | 110100 |
Color Harmonies of #786E9C
Complementary color
Monochromatic Colors of #786E9C
Black with #786E9C
Text Example
Text Example
White with #786E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E9C; }
p { color: rgb(120,110,156); }
H1.HeaderClassName
{
color: #786E9C;
}
.AnyTagClassName
{
color: #786E9C;
}
</style>
background-color css
<style>
a { background-color: #786E9C; }
a { background-color: rgb(120,110,156); }
div.DivClassName
{
background-color: #786E9C;
}
.BgClassName
{
background-color: #786E9C;
}
</style>
border-color css
<style>
span { border-color: #786E9C; }
span { border-color: rgb(120,110,156); }
td.TdClassName
{
border-color: #786E9C;
}
.TagClassName
{
border-color: #786E9C;
}
</style>