Shades of Scampi #7866AB
Tints of Scampi #7866AB
RGB
CMYK
RGB Variations
Color information
#7866AB (or 0x7866AB) is known color: Scampi. HEX triplet: 78, 66 and AB. RGB value is (120,102,171). Sum of RGB (Red+Green+Blue) = 120+102+171=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #7866AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7866AB is #879954. Grayscale: #727272. Windows color (decimal): -8886613 or 11232888. OLE color: 11232888.
HSL color Cylindrical-coordinate representation of color #7866AB: hue angle of 255.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7866AB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 102 | 171 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.33 |
| HSL | 255.65º | 0.29% | 0.54% | - |
| HSV(B) | 255.65º | 0.4% | 0.67% | - |
| XYZ | 19.85 | 16.44 | 40.65 | - |
| YUV | 115.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 171 | 0.30 | 0.40 | 0 | 0.33 | 255.65 | 0.29 | 0.54 |
| Hex | 78 | 66 | AB | 1E | 28 | 0 | 21 | 100 | 1D | 36 |
| Octal | 170 | 146 | 253 | 36 | 50 | 0 | 41 | 400 | 35 | 66 |
| Binary | 1111000 | 1100110 | 10101011 | 11110 | 101000 | 0 | 100001 | 100000000 | 11101 | 110110 |
Color Harmonies of #7866AB
Complementary color
Monochromatic Colors of #7866AB
Black with #7866AB
Text Example
Text Example
White with #7866AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7866AB; }
p { color: rgb(120,102,171); }
H1.HeaderClassName
{
color: #7866AB;
}
.AnyTagClassName
{
color: #7866AB;
}
</style>
background-color css
<style>
a { background-color: #7866AB; }
a { background-color: rgb(120,102,171); }
div.DivClassName
{
background-color: #7866AB;
}
.BgClassName
{
background-color: #7866AB;
}
</style>
border-color css
<style>
span { border-color: #7866AB; }
span { border-color: rgb(120,102,171); }
td.TdClassName
{
border-color: #7866AB;
}
.TagClassName
{
border-color: #7866AB;
}
</style>