Shades of Scampi #787691
Tints of Scampi #787691
RGB
CMYK
RGB Variations
Color information
#787691 (or 0x787691) is known color: Scampi. HEX triplet: 78, 76 and 91. RGB value is (120,118,145). Sum of RGB (Red+Green+Blue) = 120+118+145=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 145 - color contains mainly: blue. Hex color #787691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787691 is #87896E. Grayscale: #797979. Windows color (decimal): -8882543 or 9533048. OLE color: 9533048.
HSL color Cylindrical-coordinate representation of color #787691: hue angle of 244.44º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #787691 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 118 | 145 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.43 |
| HSL | 244.44º | 0.11% | 0.52% | - |
| HSV(B) | 244.44º | 0.19% | 0.57% | - |
| XYZ | 19.34 | 18.99 | 29.44 | - |
| YUV | 121.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 145 | 0.17 | 0.19 | 0 | 0.43 | 244.44 | 0.11 | 0.52 |
| Hex | 78 | 76 | 91 | 11 | 13 | 0 | 2B | F4 | B | 34 |
| Octal | 170 | 166 | 221 | 21 | 23 | 0 | 53 | 364 | 13 | 64 |
| Binary | 1111000 | 1110110 | 10010001 | 10001 | 10011 | 0 | 101011 | 11110100 | 1011 | 110100 |
Color Harmonies of #787691
Complementary color
Monochromatic Colors of #787691
Black with #787691
Text Example
Text Example
White with #787691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787691; }
p { color: rgb(120,118,145); }
H1.HeaderClassName
{
color: #787691;
}
.AnyTagClassName
{
color: #787691;
}
</style>
background-color css
<style>
a { background-color: #787691; }
a { background-color: rgb(120,118,145); }
div.DivClassName
{
background-color: #787691;
}
.BgClassName
{
background-color: #787691;
}
</style>
border-color css
<style>
span { border-color: #787691; }
span { border-color: rgb(120,118,145); }
td.TdClassName
{
border-color: #787691;
}
.TagClassName
{
border-color: #787691;
}
</style>