Shades of Scampi #766FA3
Tints of Scampi #766FA3
RGB
CMYK
RGB Variations
Color information
#766FA3 (or 0x766FA3) is known color: Scampi. HEX triplet: 76, 6F and A3. RGB value is (118,111,163). Sum of RGB (Red+Green+Blue) = 118+111+163=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 163 - color contains mainly: blue. Hex color #766FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766FA3 is #89905C. Grayscale: #767676. Windows color (decimal): -9015389 or 10710902. OLE color: 10710902.
HSL color Cylindrical-coordinate representation of color #766FA3: hue angle of 248.08º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766FA3 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 111 | 163 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.36 |
| HSL | 248.08º | 0.22% | 0.54% | - |
| HSV(B) | 248.08º | 0.32% | 0.64% | - |
| XYZ | 19.77 | 17.86 | 37.06 | - |
| YUV | 119.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 163 | 0.28 | 0.32 | 0 | 0.36 | 248.08 | 0.22 | 0.54 |
| Hex | 76 | 6F | A3 | 1C | 20 | 0 | 24 | F8 | 16 | 36 |
| Octal | 166 | 157 | 243 | 34 | 40 | 0 | 44 | 370 | 26 | 66 |
| Binary | 1110110 | 1101111 | 10100011 | 11100 | 100000 | 0 | 100100 | 11111000 | 10110 | 110110 |
Color Harmonies of #766FA3
Complementary color
Monochromatic Colors of #766FA3
Black with #766FA3
Text Example
Text Example
White with #766FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FA3; }
p { color: rgb(118,111,163); }
H1.HeaderClassName
{
color: #766FA3;
}
.AnyTagClassName
{
color: #766FA3;
}
</style>
background-color css
<style>
a { background-color: #766FA3; }
a { background-color: rgb(118,111,163); }
div.DivClassName
{
background-color: #766FA3;
}
.BgClassName
{
background-color: #766FA3;
}
</style>
border-color css
<style>
span { border-color: #766FA3; }
span { border-color: rgb(118,111,163); }
td.TdClassName
{
border-color: #766FA3;
}
.TagClassName
{
border-color: #766FA3;
}
</style>