Shades of Scampi #786C95
Tints of Scampi #786C95
RGB
CMYK
RGB Variations
Color information
#786C95 (or 0x786C95) is known color: Scampi. HEX triplet: 78, 6C and 95. RGB value is (120,108,149). Sum of RGB (Red+Green+Blue) = 120+108+149=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #786C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786C95 is #87936A. Grayscale: #747474. Windows color (decimal): -8885099 or 9792632. OLE color: 9792632.
HSL color Cylindrical-coordinate representation of color #786C95: hue angle of 257.56º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #786C95 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 108 | 149 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.42 |
| HSL | 257.56º | 0.16% | 0.5% | - |
| HSV(B) | 257.56º | 0.28% | 0.58% | - |
| XYZ | 18.53 | 16.89 | 30.72 | - |
| YUV | 116.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 149 | 0.19 | 0.28 | 0 | 0.42 | 257.56 | 0.16 | 0.5 |
| Hex | 78 | 6C | 95 | 13 | 1C | 0 | 2A | 102 | 10 | 32 |
| Octal | 170 | 154 | 225 | 23 | 34 | 0 | 52 | 402 | 20 | 62 |
| Binary | 1111000 | 1101100 | 10010101 | 10011 | 11100 | 0 | 101010 | 100000010 | 10000 | 110010 |
Color Harmonies of #786C95
Complementary color
Monochromatic Colors of #786C95
Black with #786C95
Text Example
Text Example
White with #786C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C95; }
p { color: rgb(120,108,149); }
H1.HeaderClassName
{
color: #786C95;
}
.AnyTagClassName
{
color: #786C95;
}
</style>
background-color css
<style>
a { background-color: #786C95; }
a { background-color: rgb(120,108,149); }
div.DivClassName
{
background-color: #786C95;
}
.BgClassName
{
background-color: #786C95;
}
</style>
border-color css
<style>
span { border-color: #786C95; }
span { border-color: rgb(120,108,149); }
td.TdClassName
{
border-color: #786C95;
}
.TagClassName
{
border-color: #786C95;
}
</style>