Shades of Scampi #7662AA
Tints of Scampi #7662AA
RGB
CMYK
RGB Variations
Color information
#7662AA (or 0x7662AA) is known color: Scampi. HEX triplet: 76, 62 and AA. RGB value is (118,98,170). Sum of RGB (Red+Green+Blue) = 118+98+170=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #7662AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7662AA is #899D55. Grayscale: #6F6F6F. Windows color (decimal): -9018710 or 11166326. OLE color: 11166326.
HSL color Cylindrical-coordinate representation of color #7662AA: hue angle of 256.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7662AA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 98 | 170 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.33 |
| HSL | 256.67º | 0.3% | 0.53% | - |
| HSV(B) | 256.67º | 0.42% | 0.67% | - |
| XYZ | 19.09 | 15.49 | 40.01 | - |
| YUV | 112.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 170 | 0.31 | 0.42 | 0 | 0.33 | 256.67 | 0.3 | 0.53 |
| Hex | 76 | 62 | AA | 1F | 2A | 0 | 21 | 101 | 1E | 35 |
| Octal | 166 | 142 | 252 | 37 | 52 | 0 | 41 | 401 | 36 | 65 |
| Binary | 1110110 | 1100010 | 10101010 | 11111 | 101010 | 0 | 100001 | 100000001 | 11110 | 110101 |
Color Harmonies of #7662AA
Complementary color
Monochromatic Colors of #7662AA
Black with #7662AA
Text Example
Text Example
White with #7662AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7662AA; }
p { color: rgb(118,98,170); }
H1.HeaderClassName
{
color: #7662AA;
}
.AnyTagClassName
{
color: #7662AA;
}
</style>
background-color css
<style>
a { background-color: #7662AA; }
a { background-color: rgb(118,98,170); }
div.DivClassName
{
background-color: #7662AA;
}
.BgClassName
{
background-color: #7662AA;
}
</style>
border-color css
<style>
span { border-color: #7662AA; }
span { border-color: rgb(118,98,170); }
td.TdClassName
{
border-color: #7662AA;
}
.TagClassName
{
border-color: #7662AA;
}
</style>