Shades of Scampi #766DAE
Tints of Scampi #766DAE
RGB
CMYK
RGB Variations
Color information
#766DAE (or 0x766DAE) is known color: Scampi. HEX triplet: 76, 6D and AE. RGB value is (118,109,174). Sum of RGB (Red+Green+Blue) = 118+109+174=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #766DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766DAE is #899251. Grayscale: #767676. Windows color (decimal): -9015890 or 11431286. OLE color: 11431286.
HSL color Cylindrical-coordinate representation of color #766DAE: hue angle of 248.31º degrees, saturation: 0.29, 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 #766DAE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 109 | 174 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.32 |
| HSL | 248.31º | 0.29% | 0.55% | - |
| HSV(B) | 248.31º | 0.37% | 0.68% | - |
| XYZ | 20.58 | 17.84 | 42.4 | - |
| YUV | 119.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 174 | 0.32 | 0.37 | 0 | 0.32 | 248.31 | 0.29 | 0.55 |
| Hex | 76 | 6D | AE | 20 | 25 | 0 | 20 | F8 | 1D | 37 |
| Octal | 166 | 155 | 256 | 40 | 45 | 0 | 40 | 370 | 35 | 67 |
| Binary | 1110110 | 1101101 | 10101110 | 100000 | 100101 | 0 | 100000 | 11111000 | 11101 | 110111 |
Color Harmonies of #766DAE
Complementary color
Monochromatic Colors of #766DAE
Black with #766DAE
Text Example
Text Example
White with #766DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DAE; }
p { color: rgb(118,109,174); }
H1.HeaderClassName
{
color: #766DAE;
}
.AnyTagClassName
{
color: #766DAE;
}
</style>
background-color css
<style>
a { background-color: #766DAE; }
a { background-color: rgb(118,109,174); }
div.DivClassName
{
background-color: #766DAE;
}
.BgClassName
{
background-color: #766DAE;
}
</style>
border-color css
<style>
span { border-color: #766DAE; }
span { border-color: rgb(118,109,174); }
td.TdClassName
{
border-color: #766DAE;
}
.TagClassName
{
border-color: #766DAE;
}
</style>