Shades of Scampi #766DA4
Tints of Scampi #766DA4
RGB
CMYK
RGB Variations
Color information
#766DA4 (or 0x766DA4) is known color: Scampi. HEX triplet: 76, 6D and A4. RGB value is (118,109,164). Sum of RGB (Red+Green+Blue) = 118+109+164=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 164 - color contains mainly: blue. Hex color #766DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766DA4 is #89925B. Grayscale: #757575. Windows color (decimal): -9015900 or 10775926. OLE color: 10775926.
HSL color Cylindrical-coordinate representation of color #766DA4: hue angle of 249.82º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #766DA4 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 109 | 164 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.36 |
| HSL | 249.82º | 0.23% | 0.54% | - |
| HSV(B) | 249.82º | 0.34% | 0.64% | - |
| XYZ | 19.64 | 17.47 | 37.46 | - |
| YUV | 117.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 164 | 0.28 | 0.34 | 0 | 0.36 | 249.82 | 0.23 | 0.54 |
| Hex | 76 | 6D | A4 | 1C | 22 | 0 | 24 | FA | 17 | 36 |
| Octal | 166 | 155 | 244 | 34 | 42 | 0 | 44 | 372 | 27 | 66 |
| Binary | 1110110 | 1101101 | 10100100 | 11100 | 100010 | 0 | 100100 | 11111010 | 10111 | 110110 |
Color Harmonies of #766DA4
Complementary color
Monochromatic Colors of #766DA4
Black with #766DA4
Text Example
Text Example
White with #766DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DA4; }
p { color: rgb(118,109,164); }
H1.HeaderClassName
{
color: #766DA4;
}
.AnyTagClassName
{
color: #766DA4;
}
</style>
background-color css
<style>
a { background-color: #766DA4; }
a { background-color: rgb(118,109,164); }
div.DivClassName
{
background-color: #766DA4;
}
.BgClassName
{
background-color: #766DA4;
}
</style>
border-color css
<style>
span { border-color: #766DA4; }
span { border-color: rgb(118,109,164); }
td.TdClassName
{
border-color: #766DA4;
}
.TagClassName
{
border-color: #766DA4;
}
</style>