Shades of Scampi #766EA9
Tints of Scampi #766EA9
RGB
CMYK
RGB Variations
Color information
#766EA9 (or 0x766EA9) is known color: Scampi. HEX triplet: 76, 6E and A9. RGB value is (118,110,169). Sum of RGB (Red+Green+Blue) = 118+110+169=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #766EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766EA9 is #899156. Grayscale: #767676. Windows color (decimal): -9015639 or 11103862. OLE color: 11103862.
HSL color Cylindrical-coordinate representation of color #766EA9: hue angle of 248.14º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #766EA9 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 110 | 169 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.34 |
| HSL | 248.14º | 0.26% | 0.55% | - |
| HSV(B) | 248.14º | 0.35% | 0.66% | - |
| XYZ | 20.21 | 17.87 | 39.92 | - |
| YUV | 119.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 169 | 0.30 | 0.35 | 0 | 0.34 | 248.14 | 0.26 | 0.55 |
| Hex | 76 | 6E | A9 | 1E | 23 | 0 | 22 | F8 | 1A | 37 |
| Octal | 166 | 156 | 251 | 36 | 43 | 0 | 42 | 370 | 32 | 67 |
| Binary | 1110110 | 1101110 | 10101001 | 11110 | 100011 | 0 | 100010 | 11111000 | 11010 | 110111 |
Color Harmonies of #766EA9
Complementary color
Monochromatic Colors of #766EA9
Black with #766EA9
Text Example
Text Example
White with #766EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EA9; }
p { color: rgb(118,110,169); }
H1.HeaderClassName
{
color: #766EA9;
}
.AnyTagClassName
{
color: #766EA9;
}
</style>
background-color css
<style>
a { background-color: #766EA9; }
a { background-color: rgb(118,110,169); }
div.DivClassName
{
background-color: #766EA9;
}
.BgClassName
{
background-color: #766EA9;
}
</style>
border-color css
<style>
span { border-color: #766EA9; }
span { border-color: rgb(118,110,169); }
td.TdClassName
{
border-color: #766EA9;
}
.TagClassName
{
border-color: #766EA9;
}
</style>