Shades of Scampi #7663AB
Tints of Scampi #7663AB
RGB
CMYK
RGB Variations
Color information
#7663AB (or 0x7663AB) is known color: Scampi. HEX triplet: 76, 63 and AB. RGB value is (118,99,171). Sum of RGB (Red+Green+Blue) = 118+99+171=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #7663AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7663AB is #899C54. Grayscale: #707070. Windows color (decimal): -9018453 or 11232118. OLE color: 11232118.
HSL color Cylindrical-coordinate representation of color #7663AB: hue angle of 255.83º 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 #7663AB is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 99 | 171 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.33 |
| HSL | 255.83º | 0.3% | 0.53% | - |
| HSV(B) | 255.83º | 0.42% | 0.67% | - |
| XYZ | 19.28 | 15.72 | 40.55 | - |
| YUV | 112.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 171 | 0.31 | 0.42 | 0 | 0.33 | 255.83 | 0.3 | 0.53 |
| Hex | 76 | 63 | AB | 1F | 2A | 0 | 21 | 100 | 1E | 35 |
| Octal | 166 | 143 | 253 | 37 | 52 | 0 | 41 | 400 | 36 | 65 |
| Binary | 1110110 | 1100011 | 10101011 | 11111 | 101010 | 0 | 100001 | 100000000 | 11110 | 110101 |
Color Harmonies of #7663AB
Complementary color
Monochromatic Colors of #7663AB
Black with #7663AB
Text Example
Text Example
White with #7663AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7663AB; }
p { color: rgb(118,99,171); }
H1.HeaderClassName
{
color: #7663AB;
}
.AnyTagClassName
{
color: #7663AB;
}
</style>
background-color css
<style>
a { background-color: #7663AB; }
a { background-color: rgb(118,99,171); }
div.DivClassName
{
background-color: #7663AB;
}
.BgClassName
{
background-color: #7663AB;
}
</style>
border-color css
<style>
span { border-color: #7663AB; }
span { border-color: rgb(118,99,171); }
td.TdClassName
{
border-color: #7663AB;
}
.TagClassName
{
border-color: #7663AB;
}
</style>