Shades of Scampi #766DAC
Tints of Scampi #766DAC
RGB
CMYK
RGB Variations
Color information
#766DAC (or 0x766DAC) is known color: Scampi. HEX triplet: 76, 6D and AC. RGB value is (118,109,172). Sum of RGB (Red+Green+Blue) = 118+109+172=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #766DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766DAC is #899253. Grayscale: #767676. Windows color (decimal): -9015892 or 11300214. OLE color: 11300214.
HSL color Cylindrical-coordinate representation of color #766DAC: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #766DAC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 109 | 172 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.33 |
| HSL | 248.57º | 0.28% | 0.55% | - |
| HSV(B) | 248.57º | 0.37% | 0.67% | - |
| XYZ | 20.39 | 17.77 | 41.38 | - |
| YUV | 118.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 172 | 0.31 | 0.37 | 0 | 0.33 | 248.57 | 0.28 | 0.55 |
| Hex | 76 | 6D | AC | 1F | 25 | 0 | 21 | F9 | 1C | 37 |
| Octal | 166 | 155 | 254 | 37 | 45 | 0 | 41 | 371 | 34 | 67 |
| Binary | 1110110 | 1101101 | 10101100 | 11111 | 100101 | 0 | 100001 | 11111001 | 11100 | 110111 |
Color Harmonies of #766DAC
Complementary color
Monochromatic Colors of #766DAC
Black with #766DAC
Text Example
Text Example
White with #766DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DAC; }
p { color: rgb(118,109,172); }
H1.HeaderClassName
{
color: #766DAC;
}
.AnyTagClassName
{
color: #766DAC;
}
</style>
background-color css
<style>
a { background-color: #766DAC; }
a { background-color: rgb(118,109,172); }
div.DivClassName
{
background-color: #766DAC;
}
.BgClassName
{
background-color: #766DAC;
}
</style>
border-color css
<style>
span { border-color: #766DAC; }
span { border-color: rgb(118,109,172); }
td.TdClassName
{
border-color: #766DAC;
}
.TagClassName
{
border-color: #766DAC;
}
</style>