Shades of Scampi #766F93
Tints of Scampi #766F93
RGB
CMYK
RGB Variations
Color information
#766F93 (or 0x766F93) is known color: Scampi. HEX triplet: 76, 6F and 93. RGB value is (118,111,147). Sum of RGB (Red+Green+Blue) = 118+111+147=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #766F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766F93 is #89906C. Grayscale: #757575. Windows color (decimal): -9015405 or 9662326. OLE color: 9662326.
HSL color Cylindrical-coordinate representation of color #766F93: hue angle of 251.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766F93 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 111 | 147 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.42 |
| HSL | 251.67º | 0.14% | 0.51% | - |
| HSV(B) | 251.67º | 0.24% | 0.58% | - |
| XYZ | 18.42 | 17.33 | 29.98 | - |
| YUV | 117.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 147 | 0.20 | 0.24 | 0 | 0.42 | 251.67 | 0.14 | 0.51 |
| Hex | 76 | 6F | 93 | 14 | 18 | 0 | 2A | FC | E | 33 |
| Octal | 166 | 157 | 223 | 24 | 30 | 0 | 52 | 374 | 16 | 63 |
| Binary | 1110110 | 1101111 | 10010011 | 10100 | 11000 | 0 | 101010 | 11111100 | 1110 | 110011 |
Color Harmonies of #766F93
Complementary color
Monochromatic Colors of #766F93
Black with #766F93
Text Example
Text Example
White with #766F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F93; }
p { color: rgb(118,111,147); }
H1.HeaderClassName
{
color: #766F93;
}
.AnyTagClassName
{
color: #766F93;
}
</style>
background-color css
<style>
a { background-color: #766F93; }
a { background-color: rgb(118,111,147); }
div.DivClassName
{
background-color: #766F93;
}
.BgClassName
{
background-color: #766F93;
}
</style>
border-color css
<style>
span { border-color: #766F93; }
span { border-color: rgb(118,111,147); }
td.TdClassName
{
border-color: #766F93;
}
.TagClassName
{
border-color: #766F93;
}
</style>