Shades of Scampi #776BA8
Tints of Scampi #776BA8
RGB
CMYK
RGB Variations
Color information
#776BA8 (or 0x776BA8) is known color: Scampi. HEX triplet: 77, 6B and A8. RGB value is (119,107,168). Sum of RGB (Red+Green+Blue) = 119+107+168=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 168 - color contains mainly: blue. Hex color #776BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776BA8 is #889457. Grayscale: #757575. Windows color (decimal): -8950872 or 11037559. OLE color: 11037559.
HSL color Cylindrical-coordinate representation of color #776BA8: hue angle of 251.8º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #776BA8 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 107 | 168 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.34 |
| HSL | 251.8º | 0.26% | 0.54% | - |
| HSV(B) | 251.8º | 0.36% | 0.66% | - |
| XYZ | 19.93 | 17.26 | 39.33 | - |
| YUV | 117.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 168 | 0.29 | 0.36 | 0 | 0.34 | 251.8 | 0.26 | 0.54 |
| Hex | 77 | 6B | A8 | 1D | 24 | 0 | 22 | FC | 1A | 36 |
| Octal | 167 | 153 | 250 | 35 | 44 | 0 | 42 | 374 | 32 | 66 |
| Binary | 1110111 | 1101011 | 10101000 | 11101 | 100100 | 0 | 100010 | 11111100 | 11010 | 110110 |
Color Harmonies of #776BA8
Complementary color
Monochromatic Colors of #776BA8
Black with #776BA8
Text Example
Text Example
White with #776BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BA8; }
p { color: rgb(119,107,168); }
H1.HeaderClassName
{
color: #776BA8;
}
.AnyTagClassName
{
color: #776BA8;
}
</style>
background-color css
<style>
a { background-color: #776BA8; }
a { background-color: rgb(119,107,168); }
div.DivClassName
{
background-color: #776BA8;
}
.BgClassName
{
background-color: #776BA8;
}
</style>
border-color css
<style>
span { border-color: #776BA8; }
span { border-color: rgb(119,107,168); }
td.TdClassName
{
border-color: #776BA8;
}
.TagClassName
{
border-color: #776BA8;
}
</style>