Shades of Scampi #787399
Tints of Scampi #787399
RGB
CMYK
RGB Variations
Color information
#787399 (or 0x787399) is known color: Scampi. HEX triplet: 78, 73 and 99. RGB value is (120,115,153). Sum of RGB (Red+Green+Blue) = 120+115+153=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #787399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787399 is #878C66. Grayscale: #787878. Windows color (decimal): -8883303 or 10056568. OLE color: 10056568.
HSL color Cylindrical-coordinate representation of color #787399: hue angle of 247.89º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #787399 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 115 | 153 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.4 |
| HSL | 247.89º | 0.16% | 0.53% | - |
| HSV(B) | 247.89º | 0.25% | 0.6% | - |
| XYZ | 19.63 | 18.55 | 32.68 | - |
| YUV | 120.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 153 | 0.22 | 0.25 | 0 | 0.4 | 247.89 | 0.16 | 0.53 |
| Hex | 78 | 73 | 99 | 16 | 19 | 0 | 28 | F8 | 10 | 35 |
| Octal | 170 | 163 | 231 | 26 | 31 | 0 | 50 | 370 | 20 | 65 |
| Binary | 1111000 | 1110011 | 10011001 | 10110 | 11001 | 0 | 101000 | 11111000 | 10000 | 110101 |
Color Harmonies of #787399
Complementary color
Monochromatic Colors of #787399
Black with #787399
Text Example
Text Example
White with #787399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787399; }
p { color: rgb(120,115,153); }
H1.HeaderClassName
{
color: #787399;
}
.AnyTagClassName
{
color: #787399;
}
</style>
background-color css
<style>
a { background-color: #787399; }
a { background-color: rgb(120,115,153); }
div.DivClassName
{
background-color: #787399;
}
.BgClassName
{
background-color: #787399;
}
</style>
border-color css
<style>
span { border-color: #787399; }
span { border-color: rgb(120,115,153); }
td.TdClassName
{
border-color: #787399;
}
.TagClassName
{
border-color: #787399;
}
</style>