Shades of Scampi #766E93
Tints of Scampi #766E93
RGB
CMYK
RGB Variations
Color information
#766E93 (or 0x766E93) is known color: Scampi. HEX triplet: 76, 6E and 93. RGB value is (118,110,147). Sum of RGB (Red+Green+Blue) = 118+110+147=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #766E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766E93 is #89916C. Grayscale: #747474. Windows color (decimal): -9015661 or 9662070. OLE color: 9662070.
HSL color Cylindrical-coordinate representation of color #766E93: hue angle of 252.97º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766E93 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 110 | 147 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.42 |
| HSL | 252.97º | 0.15% | 0.5% | - |
| HSV(B) | 252.97º | 0.25% | 0.58% | - |
| XYZ | 18.31 | 17.11 | 29.94 | - |
| YUV | 116.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 147 | 0.20 | 0.25 | 0 | 0.42 | 252.97 | 0.15 | 0.5 |
| Hex | 76 | 6E | 93 | 14 | 19 | 0 | 2A | FD | F | 32 |
| Octal | 166 | 156 | 223 | 24 | 31 | 0 | 52 | 375 | 17 | 62 |
| Binary | 1110110 | 1101110 | 10010011 | 10100 | 11001 | 0 | 101010 | 11111101 | 1111 | 110010 |
Color Harmonies of #766E93
Complementary color
Monochromatic Colors of #766E93
Black with #766E93
Text Example
Text Example
White with #766E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E93; }
p { color: rgb(118,110,147); }
H1.HeaderClassName
{
color: #766E93;
}
.AnyTagClassName
{
color: #766E93;
}
</style>
background-color css
<style>
a { background-color: #766E93; }
a { background-color: rgb(118,110,147); }
div.DivClassName
{
background-color: #766E93;
}
.BgClassName
{
background-color: #766E93;
}
</style>
border-color css
<style>
span { border-color: #766E93; }
span { border-color: rgb(118,110,147); }
td.TdClassName
{
border-color: #766E93;
}
.TagClassName
{
border-color: #766E93;
}
</style>