Shades of Scampi #766F9A
Tints of Scampi #766F9A
RGB
CMYK
RGB Variations
Color information
#766F9A (or 0x766F9A) is known color: Scampi. HEX triplet: 76, 6F and 9A. RGB value is (118,111,154). Sum of RGB (Red+Green+Blue) = 118+111+154=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #766F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766F9A is #899065. Grayscale: #757575. Windows color (decimal): -9015398 or 10121078. OLE color: 10121078.
HSL color Cylindrical-coordinate representation of color #766F9A: hue angle of 249.77º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #766F9A is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 111 | 154 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.40 |
| HSL | 249.77º | 0.18% | 0.52% | - |
| HSV(B) | 249.77º | 0.28% | 0.6% | - |
| XYZ | 18.99 | 17.55 | 32.96 | - |
| YUV | 118 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 154 | 0.23 | 0.28 | 0 | 0.40 | 249.77 | 0.18 | 0.52 |
| Hex | 76 | 6F | 9A | 17 | 1C | 0 | 28 | FA | 12 | 34 |
| Octal | 166 | 157 | 232 | 27 | 34 | 0 | 50 | 372 | 22 | 64 |
| Binary | 1110110 | 1101111 | 10011010 | 10111 | 11100 | 0 | 101000 | 11111010 | 10010 | 110100 |
Color Harmonies of #766F9A
Complementary color
Monochromatic Colors of #766F9A
Black with #766F9A
Text Example
Text Example
White with #766F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F9A; }
p { color: rgb(118,111,154); }
H1.HeaderClassName
{
color: #766F9A;
}
.AnyTagClassName
{
color: #766F9A;
}
</style>
background-color css
<style>
a { background-color: #766F9A; }
a { background-color: rgb(118,111,154); }
div.DivClassName
{
background-color: #766F9A;
}
.BgClassName
{
background-color: #766F9A;
}
</style>
border-color css
<style>
span { border-color: #766F9A; }
span { border-color: rgb(118,111,154); }
td.TdClassName
{
border-color: #766F9A;
}
.TagClassName
{
border-color: #766F9A;
}
</style>