Shades of Scampi #766E9D
Tints of Scampi #766E9D
RGB
CMYK
RGB Variations
Color information
#766E9D (or 0x766E9D) is known color: Scampi. HEX triplet: 76, 6E and 9D. RGB value is (118,110,157). Sum of RGB (Red+Green+Blue) = 118+110+157=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #766E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766E9D is #899162. Grayscale: #757575. Windows color (decimal): -9015651 or 10317430. OLE color: 10317430.
HSL color Cylindrical-coordinate representation of color #766E9D: hue angle of 250.21º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #766E9D is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 110 | 157 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.38 |
| HSL | 250.21º | 0.19% | 0.52% | - |
| HSV(B) | 250.21º | 0.3% | 0.62% | - |
| XYZ | 19.13 | 17.44 | 34.26 | - |
| YUV | 117.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 157 | 0.25 | 0.30 | 0 | 0.38 | 250.21 | 0.19 | 0.52 |
| Hex | 76 | 6E | 9D | 19 | 1E | 0 | 26 | FA | 13 | 34 |
| Octal | 166 | 156 | 235 | 31 | 36 | 0 | 46 | 372 | 23 | 64 |
| Binary | 1110110 | 1101110 | 10011101 | 11001 | 11110 | 0 | 100110 | 11111010 | 10011 | 110100 |
Color Harmonies of #766E9D
Complementary color
Monochromatic Colors of #766E9D
Black with #766E9D
Text Example
Text Example
White with #766E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E9D; }
p { color: rgb(118,110,157); }
H1.HeaderClassName
{
color: #766E9D;
}
.AnyTagClassName
{
color: #766E9D;
}
</style>
background-color css
<style>
a { background-color: #766E9D; }
a { background-color: rgb(118,110,157); }
div.DivClassName
{
background-color: #766E9D;
}
.BgClassName
{
background-color: #766E9D;
}
</style>
border-color css
<style>
span { border-color: #766E9D; }
span { border-color: rgb(118,110,157); }
td.TdClassName
{
border-color: #766E9D;
}
.TagClassName
{
border-color: #766E9D;
}
</style>