Shades of Scampi #786C94
Tints of Scampi #786C94
RGB
CMYK
RGB Variations
Color information
#786C94 (or 0x786C94) is known color: Scampi. HEX triplet: 78, 6C and 94. RGB value is (120,108,148). Sum of RGB (Red+Green+Blue) = 120+108+148=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #786C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786C94 is #87936B. Grayscale: #747474. Windows color (decimal): -8885100 or 9727096. OLE color: 9727096.
HSL color Cylindrical-coordinate representation of color #786C94: hue angle of 258º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786C94 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 108 | 148 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.42 |
| HSL | 258º | 0.16% | 0.5% | - |
| HSV(B) | 258º | 0.27% | 0.58% | - |
| XYZ | 18.45 | 16.86 | 30.3 | - |
| YUV | 116.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 148 | 0.19 | 0.27 | 0 | 0.42 | 258 | 0.16 | 0.5 |
| Hex | 78 | 6C | 94 | 13 | 1B | 0 | 2A | 102 | 10 | 32 |
| Octal | 170 | 154 | 224 | 23 | 33 | 0 | 52 | 402 | 20 | 62 |
| Binary | 1111000 | 1101100 | 10010100 | 10011 | 11011 | 0 | 101010 | 100000010 | 10000 | 110010 |
Color Harmonies of #786C94
Complementary color
Monochromatic Colors of #786C94
Black with #786C94
Text Example
Text Example
White with #786C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C94; }
p { color: rgb(120,108,148); }
H1.HeaderClassName
{
color: #786C94;
}
.AnyTagClassName
{
color: #786C94;
}
</style>
background-color css
<style>
a { background-color: #786C94; }
a { background-color: rgb(120,108,148); }
div.DivClassName
{
background-color: #786C94;
}
.BgClassName
{
background-color: #786C94;
}
</style>
border-color css
<style>
span { border-color: #786C94; }
span { border-color: rgb(120,108,148); }
td.TdClassName
{
border-color: #786C94;
}
.TagClassName
{
border-color: #786C94;
}
</style>