Shades of Scampi #787394
Tints of Scampi #787394
RGB
CMYK
RGB Variations
Color information
#787394 (or 0x787394) is known color: Scampi. HEX triplet: 78, 73 and 94. RGB value is (120,115,148). Sum of RGB (Red+Green+Blue) = 120+115+148=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #787394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787394 is #878C6B. Grayscale: #787878. Windows color (decimal): -8883308 or 9728888. OLE color: 9728888.
HSL color Cylindrical-coordinate representation of color #787394: hue angle of 249.09º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #787394 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 115 | 148 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.42 |
| HSL | 249.09º | 0.13% | 0.52% | - |
| HSV(B) | 249.09º | 0.22% | 0.58% | - |
| XYZ | 19.22 | 18.39 | 30.55 | - |
| YUV | 120.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 148 | 0.19 | 0.22 | 0 | 0.42 | 249.09 | 0.13 | 0.52 |
| Hex | 78 | 73 | 94 | 13 | 16 | 0 | 2A | F9 | D | 34 |
| Octal | 170 | 163 | 224 | 23 | 26 | 0 | 52 | 371 | 15 | 64 |
| Binary | 1111000 | 1110011 | 10010100 | 10011 | 10110 | 0 | 101010 | 11111001 | 1101 | 110100 |
Color Harmonies of #787394
Complementary color
Monochromatic Colors of #787394
Black with #787394
Text Example
Text Example
White with #787394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787394; }
p { color: rgb(120,115,148); }
H1.HeaderClassName
{
color: #787394;
}
.AnyTagClassName
{
color: #787394;
}
</style>
background-color css
<style>
a { background-color: #787394; }
a { background-color: rgb(120,115,148); }
div.DivClassName
{
background-color: #787394;
}
.BgClassName
{
background-color: #787394;
}
</style>
border-color css
<style>
span { border-color: #787394; }
span { border-color: rgb(120,115,148); }
td.TdClassName
{
border-color: #787394;
}
.TagClassName
{
border-color: #787394;
}
</style>