Shades of Scampi #7661A9
Tints of Scampi #7661A9
RGB
CMYK
RGB Variations
Color information
#7661A9 (or 0x7661A9) is known color: Scampi. HEX triplet: 76, 61 and A9. RGB value is (118,97,169). Sum of RGB (Red+Green+Blue) = 118+97+169=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 169 - color contains mainly: blue. Hex color #7661A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7661A9 is #899E56. Grayscale: #6F6F6F. Windows color (decimal): -9018967 or 11100534. OLE color: 11100534.
HSL color Cylindrical-coordinate representation of color #7661A9: hue angle of 257.5º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7661A9 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 97 | 169 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.34 |
| HSL | 257.5º | 0.3% | 0.52% | - |
| HSV(B) | 257.5º | 0.43% | 0.66% | - |
| XYZ | 18.91 | 15.27 | 39.49 | - |
| YUV | 111.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 169 | 0.30 | 0.43 | 0 | 0.34 | 257.5 | 0.3 | 0.52 |
| Hex | 76 | 61 | A9 | 1E | 2B | 0 | 22 | 102 | 1E | 34 |
| Octal | 166 | 141 | 251 | 36 | 53 | 0 | 42 | 402 | 36 | 64 |
| Binary | 1110110 | 1100001 | 10101001 | 11110 | 101011 | 0 | 100010 | 100000010 | 11110 | 110100 |
Color Harmonies of #7661A9
Complementary color
Monochromatic Colors of #7661A9
Black with #7661A9
Text Example
Text Example
White with #7661A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7661A9; }
p { color: rgb(118,97,169); }
H1.HeaderClassName
{
color: #7661A9;
}
.AnyTagClassName
{
color: #7661A9;
}
</style>
background-color css
<style>
a { background-color: #7661A9; }
a { background-color: rgb(118,97,169); }
div.DivClassName
{
background-color: #7661A9;
}
.BgClassName
{
background-color: #7661A9;
}
</style>
border-color css
<style>
span { border-color: #7661A9; }
span { border-color: rgb(118,97,169); }
td.TdClassName
{
border-color: #7661A9;
}
.TagClassName
{
border-color: #7661A9;
}
</style>