Shades of Scampi #766DAD
Tints of Scampi #766DAD
RGB
CMYK
RGB Variations
Color information
#766DAD (or 0x766DAD) is known color: Scampi. HEX triplet: 76, 6D and AD. RGB value is (118,109,173). Sum of RGB (Red+Green+Blue) = 118+109+173=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #766DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766DAD is #899252. Grayscale: #767676. Windows color (decimal): -9015891 or 11365750. OLE color: 11365750.
HSL color Cylindrical-coordinate representation of color #766DAD: hue angle of 248.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #766DAD is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 109 | 173 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.32 |
| HSL | 248.44º | 0.28% | 0.55% | - |
| HSV(B) | 248.44º | 0.37% | 0.68% | - |
| XYZ | 20.48 | 17.81 | 41.89 | - |
| YUV | 118.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 173 | 0.32 | 0.37 | 0 | 0.32 | 248.44 | 0.28 | 0.55 |
| Hex | 76 | 6D | AD | 20 | 25 | 0 | 20 | F8 | 1C | 37 |
| Octal | 166 | 155 | 255 | 40 | 45 | 0 | 40 | 370 | 34 | 67 |
| Binary | 1110110 | 1101101 | 10101101 | 100000 | 100101 | 0 | 100000 | 11111000 | 11100 | 110111 |
Color Harmonies of #766DAD
Complementary color
Monochromatic Colors of #766DAD
Black with #766DAD
Text Example
Text Example
White with #766DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DAD; }
p { color: rgb(118,109,173); }
H1.HeaderClassName
{
color: #766DAD;
}
.AnyTagClassName
{
color: #766DAD;
}
</style>
background-color css
<style>
a { background-color: #766DAD; }
a { background-color: rgb(118,109,173); }
div.DivClassName
{
background-color: #766DAD;
}
.BgClassName
{
background-color: #766DAD;
}
</style>
border-color css
<style>
span { border-color: #766DAD; }
span { border-color: rgb(118,109,173); }
td.TdClassName
{
border-color: #766DAD;
}
.TagClassName
{
border-color: #766DAD;
}
</style>