Shades of Scampi #7663AC
Tints of Scampi #7663AC
RGB
CMYK
RGB Variations
Color information
#7663AC (or 0x7663AC) is known color: Scampi. HEX triplet: 76, 63 and AC. RGB value is (118,99,172). Sum of RGB (Red+Green+Blue) = 118+99+172=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #7663AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7663AC is #899C53. Grayscale: #707070. Windows color (decimal): -9018452 or 11297654. OLE color: 11297654.
HSL color Cylindrical-coordinate representation of color #7663AC: hue angle of 255.62º degrees, saturation: 0.31, 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 #7663AC is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 99 | 172 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.33 |
| HSL | 255.62º | 0.31% | 0.53% | - |
| HSV(B) | 255.62º | 0.42% | 0.67% | - |
| XYZ | 19.38 | 15.75 | 41.05 | - |
| YUV | 113 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 172 | 0.31 | 0.42 | 0 | 0.33 | 255.62 | 0.31 | 0.53 |
| Hex | 76 | 63 | AC | 1F | 2A | 0 | 21 | 100 | 1F | 35 |
| Octal | 166 | 143 | 254 | 37 | 52 | 0 | 41 | 400 | 37 | 65 |
| Binary | 1110110 | 1100011 | 10101100 | 11111 | 101010 | 0 | 100001 | 100000000 | 11111 | 110101 |
Color Harmonies of #7663AC
Complementary color
Monochromatic Colors of #7663AC
Black with #7663AC
Text Example
Text Example
White with #7663AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7663AC; }
p { color: rgb(118,99,172); }
H1.HeaderClassName
{
color: #7663AC;
}
.AnyTagClassName
{
color: #7663AC;
}
</style>
background-color css
<style>
a { background-color: #7663AC; }
a { background-color: rgb(118,99,172); }
div.DivClassName
{
background-color: #7663AC;
}
.BgClassName
{
background-color: #7663AC;
}
</style>
border-color css
<style>
span { border-color: #7663AC; }
span { border-color: rgb(118,99,172); }
td.TdClassName
{
border-color: #7663AC;
}
.TagClassName
{
border-color: #7663AC;
}
</style>