Shades of Scampi #776EA2
Tints of Scampi #776EA2
RGB
CMYK
RGB Variations
Color information
#776EA2 (or 0x776EA2) is known color: Scampi. HEX triplet: 77, 6E and A2. RGB value is (119,110,162). Sum of RGB (Red+Green+Blue) = 119+110+162=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 162 - color contains mainly: blue. Hex color #776EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776EA2 is #88915D. Grayscale: #767676. Windows color (decimal): -8950110 or 10645111. OLE color: 10645111.
HSL color Cylindrical-coordinate representation of color #776EA2: hue angle of 250.38º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776EA2 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 110 | 162 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.36 |
| HSL | 250.38º | 0.22% | 0.53% | - |
| HSV(B) | 250.38º | 0.32% | 0.64% | - |
| XYZ | 19.71 | 17.68 | 36.56 | - |
| YUV | 118.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 162 | 0.27 | 0.32 | 0 | 0.36 | 250.38 | 0.22 | 0.53 |
| Hex | 77 | 6E | A2 | 1B | 20 | 0 | 24 | FA | 16 | 35 |
| Octal | 167 | 156 | 242 | 33 | 40 | 0 | 44 | 372 | 26 | 65 |
| Binary | 1110111 | 1101110 | 10100010 | 11011 | 100000 | 0 | 100100 | 11111010 | 10110 | 110101 |
Color Harmonies of #776EA2
Complementary color
Monochromatic Colors of #776EA2
Black with #776EA2
Text Example
Text Example
White with #776EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776EA2; }
p { color: rgb(119,110,162); }
H1.HeaderClassName
{
color: #776EA2;
}
.AnyTagClassName
{
color: #776EA2;
}
</style>
background-color css
<style>
a { background-color: #776EA2; }
a { background-color: rgb(119,110,162); }
div.DivClassName
{
background-color: #776EA2;
}
.BgClassName
{
background-color: #776EA2;
}
</style>
border-color css
<style>
span { border-color: #776EA2; }
span { border-color: rgb(119,110,162); }
td.TdClassName
{
border-color: #776EA2;
}
.TagClassName
{
border-color: #776EA2;
}
</style>