Shades of Scampi #766B99
Tints of Scampi #766B99
RGB
CMYK
RGB Variations
Color information
#766B99 (or 0x766B99) is known color: Scampi. HEX triplet: 76, 6B and 99. RGB value is (118,107,153). Sum of RGB (Red+Green+Blue) = 118+107+153=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #766B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766B99 is #899466. Grayscale: #737373. Windows color (decimal): -9016423 or 10054518. OLE color: 10054518.
HSL color Cylindrical-coordinate representation of color #766B99: hue angle of 254.35º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #766B99 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 107 | 153 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.4 |
| HSL | 254.35º | 0.18% | 0.51% | - |
| HSV(B) | 254.35º | 0.3% | 0.6% | - |
| XYZ | 18.48 | 16.67 | 32.38 | - |
| YUV | 115.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 153 | 0.23 | 0.30 | 0 | 0.4 | 254.35 | 0.18 | 0.51 |
| Hex | 76 | 6B | 99 | 17 | 1E | 0 | 28 | FE | 12 | 33 |
| Octal | 166 | 153 | 231 | 27 | 36 | 0 | 50 | 376 | 22 | 63 |
| Binary | 1110110 | 1101011 | 10011001 | 10111 | 11110 | 0 | 101000 | 11111110 | 10010 | 110011 |
Color Harmonies of #766B99
Complementary color
Monochromatic Colors of #766B99
Black with #766B99
Text Example
Text Example
White with #766B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B99; }
p { color: rgb(118,107,153); }
H1.HeaderClassName
{
color: #766B99;
}
.AnyTagClassName
{
color: #766B99;
}
</style>
background-color css
<style>
a { background-color: #766B99; }
a { background-color: rgb(118,107,153); }
div.DivClassName
{
background-color: #766B99;
}
.BgClassName
{
background-color: #766B99;
}
</style>
border-color css
<style>
span { border-color: #766B99; }
span { border-color: rgb(118,107,153); }
td.TdClassName
{
border-color: #766B99;
}
.TagClassName
{
border-color: #766B99;
}
</style>