Shades of Scampi #766FAB
Tints of Scampi #766FAB
RGB
CMYK
RGB Variations
Color information
#766FAB (or 0x766FAB) is known color: Scampi. HEX triplet: 76, 6F and AB. RGB value is (118,111,171). Sum of RGB (Red+Green+Blue) = 118+111+171=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #766FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766FAB is #899054. Grayscale: #777777. Windows color (decimal): -9015381 or 11235190. OLE color: 11235190.
HSL color Cylindrical-coordinate representation of color #766FAB: hue angle of 247º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #766FAB is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 111 | 171 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.33 |
| HSL | 247º | 0.26% | 0.55% | - |
| HSV(B) | 247º | 0.35% | 0.67% | - |
| XYZ | 20.51 | 18.16 | 40.95 | - |
| YUV | 119.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 171 | 0.31 | 0.35 | 0 | 0.33 | 247 | 0.26 | 0.55 |
| Hex | 76 | 6F | AB | 1F | 23 | 0 | 21 | F7 | 1A | 37 |
| Octal | 166 | 157 | 253 | 37 | 43 | 0 | 41 | 367 | 32 | 67 |
| Binary | 1110110 | 1101111 | 10101011 | 11111 | 100011 | 0 | 100001 | 11110111 | 11010 | 110111 |
Color Harmonies of #766FAB
Complementary color
Monochromatic Colors of #766FAB
Black with #766FAB
Text Example
Text Example
White with #766FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FAB; }
p { color: rgb(118,111,171); }
H1.HeaderClassName
{
color: #766FAB;
}
.AnyTagClassName
{
color: #766FAB;
}
</style>
background-color css
<style>
a { background-color: #766FAB; }
a { background-color: rgb(118,111,171); }
div.DivClassName
{
background-color: #766FAB;
}
.BgClassName
{
background-color: #766FAB;
}
</style>
border-color css
<style>
span { border-color: #766FAB; }
span { border-color: rgb(118,111,171); }
td.TdClassName
{
border-color: #766FAB;
}
.TagClassName
{
border-color: #766FAB;
}
</style>