Shades of Scampi #787694
Tints of Scampi #787694
RGB
CMYK
RGB Variations
Color information
#787694 (or 0x787694) is known color: Scampi. HEX triplet: 78, 76 and 94. RGB value is (120,118,148). Sum of RGB (Red+Green+Blue) = 120+118+148=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #787694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787694 is #87896B. Grayscale: #797979. Windows color (decimal): -8882540 or 9729656. OLE color: 9729656.
HSL color Cylindrical-coordinate representation of color #787694: hue angle of 244º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #787694 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 118 | 148 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.42 |
| HSL | 244º | 0.12% | 0.52% | - |
| HSV(B) | 244º | 0.2% | 0.58% | - |
| XYZ | 19.57 | 19.09 | 30.67 | - |
| YUV | 122.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 148 | 0.19 | 0.20 | 0 | 0.42 | 244 | 0.12 | 0.52 |
| Hex | 78 | 76 | 94 | 13 | 14 | 0 | 2A | F4 | C | 34 |
| Octal | 170 | 166 | 224 | 23 | 24 | 0 | 52 | 364 | 14 | 64 |
| Binary | 1111000 | 1110110 | 10010100 | 10011 | 10100 | 0 | 101010 | 11110100 | 1100 | 110100 |
Color Harmonies of #787694
Complementary color
Monochromatic Colors of #787694
Black with #787694
Text Example
Text Example
White with #787694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787694; }
p { color: rgb(120,118,148); }
H1.HeaderClassName
{
color: #787694;
}
.AnyTagClassName
{
color: #787694;
}
</style>
background-color css
<style>
a { background-color: #787694; }
a { background-color: rgb(120,118,148); }
div.DivClassName
{
background-color: #787694;
}
.BgClassName
{
background-color: #787694;
}
</style>
border-color css
<style>
span { border-color: #787694; }
span { border-color: rgb(120,118,148); }
td.TdClassName
{
border-color: #787694;
}
.TagClassName
{
border-color: #787694;
}
</style>