Shades of Scampi #7860AB
Tints of Scampi #7860AB
RGB
CMYK
RGB Variations
Color information
#7860AB (or 0x7860AB) is known color: Scampi. HEX triplet: 78, 60 and AB. RGB value is (120,96,171). Sum of RGB (Red+Green+Blue) = 120+96+171=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7860AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7860AB is #879F54. Grayscale: #6F6F6F. Windows color (decimal): -8888149 or 11231352. OLE color: 11231352.
HSL color Cylindrical-coordinate representation of color #7860AB: hue angle of 259.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7860AB is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 96 | 171 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.33 |
| HSL | 259.2º | 0.31% | 0.52% | - |
| HSV(B) | 259.2º | 0.44% | 0.67% | - |
| XYZ | 19.28 | 15.3 | 40.46 | - |
| YUV | 111.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 171 | 0.30 | 0.44 | 0 | 0.33 | 259.2 | 0.31 | 0.52 |
| Hex | 78 | 60 | AB | 1E | 2C | 0 | 21 | 103 | 1F | 34 |
| Octal | 170 | 140 | 253 | 36 | 54 | 0 | 41 | 403 | 37 | 64 |
| Binary | 1111000 | 1100000 | 10101011 | 11110 | 101100 | 0 | 100001 | 100000011 | 11111 | 110100 |
Color Harmonies of #7860AB
Complementary color
Monochromatic Colors of #7860AB
Black with #7860AB
Text Example
Text Example
White with #7860AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7860AB; }
p { color: rgb(120,96,171); }
H1.HeaderClassName
{
color: #7860AB;
}
.AnyTagClassName
{
color: #7860AB;
}
</style>
background-color css
<style>
a { background-color: #7860AB; }
a { background-color: rgb(120,96,171); }
div.DivClassName
{
background-color: #7860AB;
}
.BgClassName
{
background-color: #7860AB;
}
</style>
border-color css
<style>
span { border-color: #7860AB; }
span { border-color: rgb(120,96,171); }
td.TdClassName
{
border-color: #7860AB;
}
.TagClassName
{
border-color: #7860AB;
}
</style>