Shades of Scampi #766E8F
Tints of Scampi #766E8F
RGB
CMYK
RGB Variations
Color information
#766E8F (or 0x766E8F) is known color: Scampi. HEX triplet: 76, 6E and 8F. RGB value is (118,110,143). Sum of RGB (Red+Green+Blue) = 118+110+143=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #766E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766E8F is #899170. Grayscale: #747474. Windows color (decimal): -9015665 or 9399926. OLE color: 9399926.
HSL color Cylindrical-coordinate representation of color #766E8F: hue angle of 254.55º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #766E8F is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 110 | 143 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.44 |
| HSL | 254.55º | 0.13% | 0.5% | - |
| HSV(B) | 254.55º | 0.23% | 0.56% | - |
| XYZ | 18.01 | 16.99 | 28.32 | - |
| YUV | 116.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 143 | 0.17 | 0.23 | 0 | 0.44 | 254.55 | 0.13 | 0.5 |
| Hex | 76 | 6E | 8F | 11 | 17 | 0 | 2C | FF | D | 32 |
| Octal | 166 | 156 | 217 | 21 | 27 | 0 | 54 | 377 | 15 | 62 |
| Binary | 1110110 | 1101110 | 10001111 | 10001 | 10111 | 0 | 101100 | 11111111 | 1101 | 110010 |
Color Harmonies of #766E8F
Complementary color
Monochromatic Colors of #766E8F
Black with #766E8F
Text Example
Text Example
White with #766E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E8F; }
p { color: rgb(118,110,143); }
H1.HeaderClassName
{
color: #766E8F;
}
.AnyTagClassName
{
color: #766E8F;
}
</style>
background-color css
<style>
a { background-color: #766E8F; }
a { background-color: rgb(118,110,143); }
div.DivClassName
{
background-color: #766E8F;
}
.BgClassName
{
background-color: #766E8F;
}
</style>
border-color css
<style>
span { border-color: #766E8F; }
span { border-color: rgb(118,110,143); }
td.TdClassName
{
border-color: #766E8F;
}
.TagClassName
{
border-color: #766E8F;
}
</style>