Shades of Scampi #7561AC
Tints of Scampi #7561AC
RGB
CMYK
RGB Variations
Color information
#7561AC (or 0x7561AC) is known color: Scampi. HEX triplet: 75, 61 and AC. RGB value is (117,97,172). Sum of RGB (Red+Green+Blue) = 117+97+172=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #7561AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7561AC is #8A9E53. Grayscale: #6F6F6F. Windows color (decimal): -9084500 or 11297141. OLE color: 11297141.
HSL color Cylindrical-coordinate representation of color #7561AC: hue angle of 256º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7561AC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 97 | 172 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.33 |
| HSL | 256º | 0.31% | 0.53% | - |
| HSV(B) | 256º | 0.44% | 0.67% | - |
| XYZ | 19.06 | 15.31 | 40.98 | - |
| YUV | 111.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 172 | 0.32 | 0.44 | 0 | 0.33 | 256 | 0.31 | 0.53 |
| Hex | 75 | 61 | AC | 20 | 2C | 0 | 21 | 100 | 1F | 35 |
| Octal | 165 | 141 | 254 | 40 | 54 | 0 | 41 | 400 | 37 | 65 |
| Binary | 1110101 | 1100001 | 10101100 | 100000 | 101100 | 0 | 100001 | 100000000 | 11111 | 110101 |
Color Harmonies of #7561AC
Complementary color
Monochromatic Colors of #7561AC
Black with #7561AC
Text Example
Text Example
White with #7561AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7561AC; }
p { color: rgb(117,97,172); }
H1.HeaderClassName
{
color: #7561AC;
}
.AnyTagClassName
{
color: #7561AC;
}
</style>
background-color css
<style>
a { background-color: #7561AC; }
a { background-color: rgb(117,97,172); }
div.DivClassName
{
background-color: #7561AC;
}
.BgClassName
{
background-color: #7561AC;
}
</style>
border-color css
<style>
span { border-color: #7561AC; }
span { border-color: rgb(117,97,172); }
td.TdClassName
{
border-color: #7561AC;
}
.TagClassName
{
border-color: #7561AC;
}
</style>