Shades of Scampi #766AA0
Tints of Scampi #766AA0
RGB
CMYK
RGB Variations
Color information
#766AA0 (or 0x766AA0) is known color: Scampi. HEX triplet: 76, 6A and A0. RGB value is (118,106,160). Sum of RGB (Red+Green+Blue) = 118+106+160=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: blue. Hex color #766AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766AA0 is #89955F. Grayscale: #737373. Windows color (decimal): -9016672 or 10513014. OLE color: 10513014.
HSL color Cylindrical-coordinate representation of color #766AA0: hue angle of 253.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #766AA0 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 106 | 160 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.37 |
| HSL | 253.33º | 0.22% | 0.52% | - |
| HSV(B) | 253.33º | 0.34% | 0.63% | - |
| XYZ | 18.97 | 16.7 | 35.48 | - |
| YUV | 115.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 160 | 0.26 | 0.34 | 0 | 0.37 | 253.33 | 0.22 | 0.52 |
| Hex | 76 | 6A | A0 | 1A | 22 | 0 | 25 | FD | 16 | 34 |
| Octal | 166 | 152 | 240 | 32 | 42 | 0 | 45 | 375 | 26 | 64 |
| Binary | 1110110 | 1101010 | 10100000 | 11010 | 100010 | 0 | 100101 | 11111101 | 10110 | 110100 |
Color Harmonies of #766AA0
Complementary color
Monochromatic Colors of #766AA0
Black with #766AA0
Text Example
Text Example
White with #766AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AA0; }
p { color: rgb(118,106,160); }
H1.HeaderClassName
{
color: #766AA0;
}
.AnyTagClassName
{
color: #766AA0;
}
</style>
background-color css
<style>
a { background-color: #766AA0; }
a { background-color: rgb(118,106,160); }
div.DivClassName
{
background-color: #766AA0;
}
.BgClassName
{
background-color: #766AA0;
}
</style>
border-color css
<style>
span { border-color: #766AA0; }
span { border-color: rgb(118,106,160); }
td.TdClassName
{
border-color: #766AA0;
}
.TagClassName
{
border-color: #766AA0;
}
</style>