Shades of Scampi #776AAA
Tints of Scampi #776AAA
RGB
CMYK
RGB Variations
Color information
#776AAA (or 0x776AAA) is known color: Scampi. HEX triplet: 77, 6A and AA. RGB value is (119,106,170). Sum of RGB (Red+Green+Blue) = 119+106+170=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #776AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776AAA is #889555. Grayscale: #747474. Windows color (decimal): -8951126 or 11168375. OLE color: 11168375.
HSL color Cylindrical-coordinate representation of color #776AAA: hue angle of 252.19º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #776AAA is Cyan = 0.3, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 106 | 170 | - |
| CMYK | 0.3 | 0.38 | 0 | 0.33 |
| HSL | 252.19º | 0.27% | 0.54% | - |
| HSV(B) | 252.19º | 0.38% | 0.67% | - |
| XYZ | 20.02 | 17.13 | 40.28 | - |
| YUV | 117.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 170 | 0.3 | 0.38 | 0 | 0.33 | 252.19 | 0.27 | 0.54 |
| Hex | 77 | 6A | AA | 1E | 26 | 0 | 21 | FC | 1B | 36 |
| Octal | 167 | 152 | 252 | 36 | 46 | 0 | 41 | 374 | 33 | 66 |
| Binary | 1110111 | 1101010 | 10101010 | 11110 | 100110 | 0 | 100001 | 11111100 | 11011 | 110110 |
Color Harmonies of #776AAA
Complementary color
Monochromatic Colors of #776AAA
Black with #776AAA
Text Example
Text Example
White with #776AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776AAA; }
p { color: rgb(119,106,170); }
H1.HeaderClassName
{
color: #776AAA;
}
.AnyTagClassName
{
color: #776AAA;
}
</style>
background-color css
<style>
a { background-color: #776AAA; }
a { background-color: rgb(119,106,170); }
div.DivClassName
{
background-color: #776AAA;
}
.BgClassName
{
background-color: #776AAA;
}
</style>
border-color css
<style>
span { border-color: #776AAA; }
span { border-color: rgb(119,106,170); }
td.TdClassName
{
border-color: #776AAA;
}
.TagClassName
{
border-color: #776AAA;
}
</style>