Shades of Scampi #7662AB
Tints of Scampi #7662AB
RGB
CMYK
RGB Variations
Color information
#7662AB (or 0x7662AB) is known color: Scampi. HEX triplet: 76, 62 and AB. RGB value is (118,98,171). Sum of RGB (Red+Green+Blue) = 118+98+171=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7662AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7662AB is #899D54. Grayscale: #707070. Windows color (decimal): -9018709 or 11231862. OLE color: 11231862.
HSL color Cylindrical-coordinate representation of color #7662AB: hue angle of 256.44º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7662AB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 98 | 171 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.33 |
| HSL | 256.44º | 0.3% | 0.53% | - |
| HSV(B) | 256.44º | 0.43% | 0.67% | - |
| XYZ | 19.19 | 15.53 | 40.51 | - |
| YUV | 112.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 171 | 0.31 | 0.43 | 0 | 0.33 | 256.44 | 0.3 | 0.53 |
| Hex | 76 | 62 | AB | 1F | 2B | 0 | 21 | 100 | 1E | 35 |
| Octal | 166 | 142 | 253 | 37 | 53 | 0 | 41 | 400 | 36 | 65 |
| Binary | 1110110 | 1100010 | 10101011 | 11111 | 101011 | 0 | 100001 | 100000000 | 11110 | 110101 |
Color Harmonies of #7662AB
Complementary color
Monochromatic Colors of #7662AB
Black with #7662AB
Text Example
Text Example
White with #7662AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7662AB; }
p { color: rgb(118,98,171); }
H1.HeaderClassName
{
color: #7662AB;
}
.AnyTagClassName
{
color: #7662AB;
}
</style>
background-color css
<style>
a { background-color: #7662AB; }
a { background-color: rgb(118,98,171); }
div.DivClassName
{
background-color: #7662AB;
}
.BgClassName
{
background-color: #7662AB;
}
</style>
border-color css
<style>
span { border-color: #7662AB; }
span { border-color: rgb(118,98,171); }
td.TdClassName
{
border-color: #7662AB;
}
.TagClassName
{
border-color: #7662AB;
}
</style>