Shades of Scampi #766C99
Tints of Scampi #766C99
RGB
CMYK
RGB Variations
Color information
#766C99 (or 0x766C99) is known color: Scampi. HEX triplet: 76, 6C and 99. RGB value is (118,108,153). Sum of RGB (Red+Green+Blue) = 118+108+153=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #766C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766C99 is #899366. Grayscale: #737373. Windows color (decimal): -9016167 or 10054774. OLE color: 10054774.
HSL color Cylindrical-coordinate representation of color #766C99: hue angle of 253.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766C99 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 108 | 153 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.4 |
| HSL | 253.33º | 0.18% | 0.51% | - |
| HSV(B) | 253.33º | 0.29% | 0.6% | - |
| XYZ | 18.58 | 16.88 | 32.42 | - |
| YUV | 116.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 153 | 0.23 | 0.29 | 0 | 0.4 | 253.33 | 0.18 | 0.51 |
| Hex | 76 | 6C | 99 | 17 | 1D | 0 | 28 | FD | 12 | 33 |
| Octal | 166 | 154 | 231 | 27 | 35 | 0 | 50 | 375 | 22 | 63 |
| Binary | 1110110 | 1101100 | 10011001 | 10111 | 11101 | 0 | 101000 | 11111101 | 10010 | 110011 |
Color Harmonies of #766C99
Complementary color
Monochromatic Colors of #766C99
Black with #766C99
Text Example
Text Example
White with #766C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C99; }
p { color: rgb(118,108,153); }
H1.HeaderClassName
{
color: #766C99;
}
.AnyTagClassName
{
color: #766C99;
}
</style>
background-color css
<style>
a { background-color: #766C99; }
a { background-color: rgb(118,108,153); }
div.DivClassName
{
background-color: #766C99;
}
.BgClassName
{
background-color: #766C99;
}
</style>
border-color css
<style>
span { border-color: #766C99; }
span { border-color: rgb(118,108,153); }
td.TdClassName
{
border-color: #766C99;
}
.TagClassName
{
border-color: #766C99;
}
</style>