Shades of Scampi #7871AA
Tints of Scampi #7871AA
RGB
CMYK
RGB Variations
Color information
#7871AA (or 0x7871AA) is known color: Scampi. HEX triplet: 78, 71 and AA. RGB value is (120,113,170). Sum of RGB (Red+Green+Blue) = 120+113+170=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #7871AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7871AA is #878E55. Grayscale: #797979. Windows color (decimal): -8883798 or 11170168. OLE color: 11170168.
HSL color Cylindrical-coordinate representation of color #7871AA: hue angle of 247.37º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7871AA is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 113 | 170 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.33 |
| HSL | 247.37º | 0.25% | 0.55% | - |
| HSV(B) | 247.37º | 0.34% | 0.67% | - |
| XYZ | 20.91 | 18.71 | 40.54 | - |
| YUV | 121.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 170 | 0.29 | 0.34 | 0 | 0.33 | 247.37 | 0.25 | 0.55 |
| Hex | 78 | 71 | AA | 1D | 22 | 0 | 21 | F7 | 19 | 37 |
| Octal | 170 | 161 | 252 | 35 | 42 | 0 | 41 | 367 | 31 | 67 |
| Binary | 1111000 | 1110001 | 10101010 | 11101 | 100010 | 0 | 100001 | 11110111 | 11001 | 110111 |
Color Harmonies of #7871AA
Complementary color
Monochromatic Colors of #7871AA
Black with #7871AA
Text Example
Text Example
White with #7871AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7871AA; }
p { color: rgb(120,113,170); }
H1.HeaderClassName
{
color: #7871AA;
}
.AnyTagClassName
{
color: #7871AA;
}
</style>
background-color css
<style>
a { background-color: #7871AA; }
a { background-color: rgb(120,113,170); }
div.DivClassName
{
background-color: #7871AA;
}
.BgClassName
{
background-color: #7871AA;
}
</style>
border-color css
<style>
span { border-color: #7871AA; }
span { border-color: rgb(120,113,170); }
td.TdClassName
{
border-color: #7871AA;
}
.TagClassName
{
border-color: #7871AA;
}
</style>