Shades of Scampi #787495
Tints of Scampi #787495
RGB
CMYK
RGB Variations
Color information
#787495 (or 0x787495) is known color: Scampi. HEX triplet: 78, 74 and 95. RGB value is (120,116,149). Sum of RGB (Red+Green+Blue) = 120+116+149=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #787495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787495 is #878B6A. Grayscale: #787878. Windows color (decimal): -8883051 or 9794680. OLE color: 9794680.
HSL color Cylindrical-coordinate representation of color #787495: hue angle of 247.27º 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 #787495 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 116 | 149 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.42 |
| HSL | 247.27º | 0.13% | 0.52% | - |
| HSV(B) | 247.27º | 0.22% | 0.58% | - |
| XYZ | 19.42 | 18.65 | 31.01 | - |
| YUV | 120.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 149 | 0.19 | 0.22 | 0 | 0.42 | 247.27 | 0.13 | 0.52 |
| Hex | 78 | 74 | 95 | 13 | 16 | 0 | 2A | F7 | D | 34 |
| Octal | 170 | 164 | 225 | 23 | 26 | 0 | 52 | 367 | 15 | 64 |
| Binary | 1111000 | 1110100 | 10010101 | 10011 | 10110 | 0 | 101010 | 11110111 | 1101 | 110100 |
Color Harmonies of #787495
Complementary color
Monochromatic Colors of #787495
Black with #787495
Text Example
Text Example
White with #787495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787495; }
p { color: rgb(120,116,149); }
H1.HeaderClassName
{
color: #787495;
}
.AnyTagClassName
{
color: #787495;
}
</style>
background-color css
<style>
a { background-color: #787495; }
a { background-color: rgb(120,116,149); }
div.DivClassName
{
background-color: #787495;
}
.BgClassName
{
background-color: #787495;
}
</style>
border-color css
<style>
span { border-color: #787495; }
span { border-color: rgb(120,116,149); }
td.TdClassName
{
border-color: #787495;
}
.TagClassName
{
border-color: #787495;
}
</style>