Shades of Scampi #776BA6
Tints of Scampi #776BA6
RGB
CMYK
RGB Variations
Color information
#776BA6 (or 0x776BA6) is known color: Scampi. HEX triplet: 77, 6B and A6. RGB value is (119,107,166). Sum of RGB (Red+Green+Blue) = 119+107+166=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 166 - color contains mainly: blue. Hex color #776BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776BA6 is #889459. Grayscale: #757575. Windows color (decimal): -8950874 or 10906487. OLE color: 10906487.
HSL color Cylindrical-coordinate representation of color #776BA6: hue angle of 252.2º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #776BA6 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 107 | 166 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.35 |
| HSL | 252.2º | 0.25% | 0.54% | - |
| HSV(B) | 252.2º | 0.36% | 0.65% | - |
| XYZ | 19.75 | 17.19 | 38.35 | - |
| YUV | 117.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 166 | 0.28 | 0.36 | 0 | 0.35 | 252.2 | 0.25 | 0.54 |
| Hex | 77 | 6B | A6 | 1C | 24 | 0 | 23 | FC | 19 | 36 |
| Octal | 167 | 153 | 246 | 34 | 44 | 0 | 43 | 374 | 31 | 66 |
| Binary | 1110111 | 1101011 | 10100110 | 11100 | 100100 | 0 | 100011 | 11111100 | 11001 | 110110 |
Color Harmonies of #776BA6
Complementary color
Monochromatic Colors of #776BA6
Black with #776BA6
Text Example
Text Example
White with #776BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BA6; }
p { color: rgb(119,107,166); }
H1.HeaderClassName
{
color: #776BA6;
}
.AnyTagClassName
{
color: #776BA6;
}
</style>
background-color css
<style>
a { background-color: #776BA6; }
a { background-color: rgb(119,107,166); }
div.DivClassName
{
background-color: #776BA6;
}
.BgClassName
{
background-color: #776BA6;
}
</style>
border-color css
<style>
span { border-color: #776BA6; }
span { border-color: rgb(119,107,166); }
td.TdClassName
{
border-color: #776BA6;
}
.TagClassName
{
border-color: #776BA6;
}
</style>