Shades of Scampi #7662AC
Tints of Scampi #7662AC
RGB
CMYK
RGB Variations
Color information
#7662AC (or 0x7662AC) is known color: Scampi. HEX triplet: 76, 62 and AC. RGB value is (118,98,172). Sum of RGB (Red+Green+Blue) = 118+98+172=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #7662AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7662AC is #899D53. Grayscale: #707070. Windows color (decimal): -9018708 or 11297398. OLE color: 11297398.
HSL color Cylindrical-coordinate representation of color #7662AC: hue angle of 256.22º degrees, saturation: 0.31, 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 #7662AC is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 98 | 172 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.33 |
| HSL | 256.22º | 0.31% | 0.53% | - |
| HSV(B) | 256.22º | 0.43% | 0.67% | - |
| XYZ | 19.29 | 15.57 | 41.02 | - |
| YUV | 112.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 172 | 0.31 | 0.43 | 0 | 0.33 | 256.22 | 0.31 | 0.53 |
| Hex | 76 | 62 | AC | 1F | 2B | 0 | 21 | 100 | 1F | 35 |
| Octal | 166 | 142 | 254 | 37 | 53 | 0 | 41 | 400 | 37 | 65 |
| Binary | 1110110 | 1100010 | 10101100 | 11111 | 101011 | 0 | 100001 | 100000000 | 11111 | 110101 |
Color Harmonies of #7662AC
Complementary color
Monochromatic Colors of #7662AC
Black with #7662AC
Text Example
Text Example
White with #7662AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7662AC; }
p { color: rgb(118,98,172); }
H1.HeaderClassName
{
color: #7662AC;
}
.AnyTagClassName
{
color: #7662AC;
}
</style>
background-color css
<style>
a { background-color: #7662AC; }
a { background-color: rgb(118,98,172); }
div.DivClassName
{
background-color: #7662AC;
}
.BgClassName
{
background-color: #7662AC;
}
</style>
border-color css
<style>
span { border-color: #7662AC; }
span { border-color: rgb(118,98,172); }
td.TdClassName
{
border-color: #7662AC;
}
.TagClassName
{
border-color: #7662AC;
}
</style>