Shades of Scampi #7572A1
Tints of Scampi #7572A1
RGB
CMYK
RGB Variations
Color information
#7572A1 (or 0x7572A1) is known color: Scampi. HEX triplet: 75, 72 and A1. RGB value is (117,114,161). Sum of RGB (Red+Green+Blue) = 117+114+161=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 161 - color contains mainly: blue. Hex color #7572A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7572A1 is #8A8D5E. Grayscale: #787878. Windows color (decimal): -9080159 or 10580597. OLE color: 10580597.
HSL color Cylindrical-coordinate representation of color #7572A1: hue angle of 243.83º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7572A1 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 114 | 161 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.37 |
| HSL | 243.83º | 0.2% | 0.54% | - |
| HSV(B) | 243.83º | 0.29% | 0.63% | - |
| XYZ | 19.79 | 18.39 | 36.22 | - |
| YUV | 120.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 161 | 0.27 | 0.29 | 0 | 0.37 | 243.83 | 0.2 | 0.54 |
| Hex | 75 | 72 | A1 | 1B | 1D | 0 | 25 | F4 | 14 | 36 |
| Octal | 165 | 162 | 241 | 33 | 35 | 0 | 45 | 364 | 24 | 66 |
| Binary | 1110101 | 1110010 | 10100001 | 11011 | 11101 | 0 | 100101 | 11110100 | 10100 | 110110 |
Color Harmonies of #7572A1
Complementary color
Monochromatic Colors of #7572A1
Black with #7572A1
Text Example
Text Example
White with #7572A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7572A1; }
p { color: rgb(117,114,161); }
H1.HeaderClassName
{
color: #7572A1;
}
.AnyTagClassName
{
color: #7572A1;
}
</style>
background-color css
<style>
a { background-color: #7572A1; }
a { background-color: rgb(117,114,161); }
div.DivClassName
{
background-color: #7572A1;
}
.BgClassName
{
background-color: #7572A1;
}
</style>
border-color css
<style>
span { border-color: #7572A1; }
span { border-color: rgb(117,114,161); }
td.TdClassName
{
border-color: #7572A1;
}
.TagClassName
{
border-color: #7572A1;
}
</style>