Shades of Scampi #766D8F
Tints of Scampi #766D8F
RGB
CMYK
RGB Variations
Color information
#766D8F (or 0x766D8F) is known color: Scampi. HEX triplet: 76, 6D and 8F. RGB value is (118,109,143). Sum of RGB (Red+Green+Blue) = 118+109+143=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 143 - color contains mainly: blue. Hex color #766D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D8F is #899270. Grayscale: #737373. Windows color (decimal): -9015921 or 9399670. OLE color: 9399670.
HSL color Cylindrical-coordinate representation of color #766D8F: hue angle of 255.88º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766D8F is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 109 | 143 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.44 |
| HSL | 255.88º | 0.13% | 0.49% | - |
| HSV(B) | 255.88º | 0.24% | 0.56% | - |
| XYZ | 17.9 | 16.77 | 28.28 | - |
| YUV | 115.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 143 | 0.17 | 0.24 | 0 | 0.44 | 255.88 | 0.13 | 0.49 |
| Hex | 76 | 6D | 8F | 11 | 18 | 0 | 2C | 100 | D | 31 |
| Octal | 166 | 155 | 217 | 21 | 30 | 0 | 54 | 400 | 15 | 61 |
| Binary | 1110110 | 1101101 | 10001111 | 10001 | 11000 | 0 | 101100 | 100000000 | 1101 | 110001 |
Color Harmonies of #766D8F
Complementary color
Monochromatic Colors of #766D8F
Black with #766D8F
Text Example
Text Example
White with #766D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D8F; }
p { color: rgb(118,109,143); }
H1.HeaderClassName
{
color: #766D8F;
}
.AnyTagClassName
{
color: #766D8F;
}
</style>
background-color css
<style>
a { background-color: #766D8F; }
a { background-color: rgb(118,109,143); }
div.DivClassName
{
background-color: #766D8F;
}
.BgClassName
{
background-color: #766D8F;
}
</style>
border-color css
<style>
span { border-color: #766D8F; }
span { border-color: rgb(118,109,143); }
td.TdClassName
{
border-color: #766D8F;
}
.TagClassName
{
border-color: #766D8F;
}
</style>