Shades of Scampi #766CAB
Tints of Scampi #766CAB
RGB
CMYK
RGB Variations
Color information
#766CAB (or 0x766CAB) is known color: Scampi. HEX triplet: 76, 6C and AB. RGB value is (118,108,171). Sum of RGB (Red+Green+Blue) = 118+108+171=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #766CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766CAB is #899354. Grayscale: #757575. Windows color (decimal): -9016149 or 11234422. OLE color: 11234422.
HSL color Cylindrical-coordinate representation of color #766CAB: hue angle of 249.52º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #766CAB is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 108 | 171 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.33 |
| HSL | 249.52º | 0.27% | 0.55% | - |
| HSV(B) | 249.52º | 0.37% | 0.67% | - |
| XYZ | 20.18 | 17.52 | 40.85 | - |
| YUV | 118.17 | 157.81 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 171 | 0.31 | 0.37 | 0 | 0.33 | 249.52 | 0.27 | 0.55 |
| Hex | 76 | 6C | AB | 1F | 25 | 0 | 21 | FA | 1B | 37 |
| Octal | 166 | 154 | 253 | 37 | 45 | 0 | 41 | 372 | 33 | 67 |
| Binary | 1110110 | 1101100 | 10101011 | 11111 | 100101 | 0 | 100001 | 11111010 | 11011 | 110111 |
Color Harmonies of #766CAB
Complementary color
Monochromatic Colors of #766CAB
Black with #766CAB
Text Example
Text Example
White with #766CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CAB; }
p { color: rgb(118,108,171); }
H1.HeaderClassName
{
color: #766CAB;
}
.AnyTagClassName
{
color: #766CAB;
}
</style>
background-color css
<style>
a { background-color: #766CAB; }
a { background-color: rgb(118,108,171); }
div.DivClassName
{
background-color: #766CAB;
}
.BgClassName
{
background-color: #766CAB;
}
</style>
border-color css
<style>
span { border-color: #766CAB; }
span { border-color: rgb(118,108,171); }
td.TdClassName
{
border-color: #766CAB;
}
.TagClassName
{
border-color: #766CAB;
}
</style>