Shades of Scampi #776CA6
Tints of Scampi #776CA6
RGB
CMYK
RGB Variations
Color information
#776CA6 (or 0x776CA6) is known color: Scampi. HEX triplet: 77, 6C and A6. RGB value is (119,108,166). Sum of RGB (Red+Green+Blue) = 119+108+166=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 166 - color contains mainly: blue. Hex color #776CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776CA6 is #889359. Grayscale: #757575. Windows color (decimal): -8950618 or 10906743. OLE color: 10906743.
HSL color Cylindrical-coordinate representation of color #776CA6: hue angle of 251.38º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #776CA6 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 108 | 166 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.35 |
| HSL | 251.38º | 0.25% | 0.54% | - |
| HSV(B) | 251.38º | 0.35% | 0.65% | - |
| XYZ | 19.85 | 17.4 | 38.39 | - |
| YUV | 117.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 166 | 0.28 | 0.35 | 0 | 0.35 | 251.38 | 0.25 | 0.54 |
| Hex | 77 | 6C | A6 | 1C | 23 | 0 | 23 | FB | 19 | 36 |
| Octal | 167 | 154 | 246 | 34 | 43 | 0 | 43 | 373 | 31 | 66 |
| Binary | 1110111 | 1101100 | 10100110 | 11100 | 100011 | 0 | 100011 | 11111011 | 11001 | 110110 |
Color Harmonies of #776CA6
Complementary color
Monochromatic Colors of #776CA6
Black with #776CA6
Text Example
Text Example
White with #776CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776CA6; }
p { color: rgb(119,108,166); }
H1.HeaderClassName
{
color: #776CA6;
}
.AnyTagClassName
{
color: #776CA6;
}
</style>
background-color css
<style>
a { background-color: #776CA6; }
a { background-color: rgb(119,108,166); }
div.DivClassName
{
background-color: #776CA6;
}
.BgClassName
{
background-color: #776CA6;
}
</style>
border-color css
<style>
span { border-color: #776CA6; }
span { border-color: rgb(119,108,166); }
td.TdClassName
{
border-color: #776CA6;
}
.TagClassName
{
border-color: #776CA6;
}
</style>