Shades of Scampi #7560AA
Tints of Scampi #7560AA
RGB
CMYK
RGB Variations
Color information
#7560AA (or 0x7560AA) is known color: Scampi. HEX triplet: 75, 60 and AA. RGB value is (117,96,170). Sum of RGB (Red+Green+Blue) = 117+96+170=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #7560AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7560AA is #8A9F55. Grayscale: #6E6E6E. Windows color (decimal): -9084758 or 11165813. OLE color: 11165813.
HSL color Cylindrical-coordinate representation of color #7560AA: hue angle of 257.03º degrees, saturation: 0.3, 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 #7560AA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 96 | 170 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.33 |
| HSL | 257.03º | 0.3% | 0.52% | - |
| HSV(B) | 257.03º | 0.44% | 0.67% | - |
| XYZ | 18.77 | 15.05 | 39.95 | - |
| YUV | 110.72 | 161.46 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 170 | 0.31 | 0.44 | 0 | 0.33 | 257.03 | 0.3 | 0.52 |
| Hex | 75 | 60 | AA | 1F | 2C | 0 | 21 | 101 | 1E | 34 |
| Octal | 165 | 140 | 252 | 37 | 54 | 0 | 41 | 401 | 36 | 64 |
| Binary | 1110101 | 1100000 | 10101010 | 11111 | 101100 | 0 | 100001 | 100000001 | 11110 | 110100 |
Color Harmonies of #7560AA
Complementary color
Monochromatic Colors of #7560AA
Black with #7560AA
Text Example
Text Example
White with #7560AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7560AA; }
p { color: rgb(117,96,170); }
H1.HeaderClassName
{
color: #7560AA;
}
.AnyTagClassName
{
color: #7560AA;
}
</style>
background-color css
<style>
a { background-color: #7560AA; }
a { background-color: rgb(117,96,170); }
div.DivClassName
{
background-color: #7560AA;
}
.BgClassName
{
background-color: #7560AA;
}
</style>
border-color css
<style>
span { border-color: #7560AA; }
span { border-color: rgb(117,96,170); }
td.TdClassName
{
border-color: #7560AA;
}
.TagClassName
{
border-color: #7560AA;
}
</style>