Shades of Scampi #776AA9
Tints of Scampi #776AA9
RGB
CMYK
RGB Variations
Color information
#776AA9 (or 0x776AA9) is known color: Scampi. HEX triplet: 77, 6A and A9. RGB value is (119,106,169). Sum of RGB (Red+Green+Blue) = 119+106+169=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 169 - color contains mainly: blue. Hex color #776AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776AA9 is #889556. Grayscale: #747474. Windows color (decimal): -8951127 or 11102839. OLE color: 11102839.
HSL color Cylindrical-coordinate representation of color #776AA9: hue angle of 252.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #776AA9 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 106 | 169 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.34 |
| HSL | 252.38º | 0.27% | 0.54% | - |
| HSV(B) | 252.38º | 0.37% | 0.66% | - |
| XYZ | 19.92 | 17.09 | 39.79 | - |
| YUV | 117.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 169 | 0.30 | 0.37 | 0 | 0.34 | 252.38 | 0.27 | 0.54 |
| Hex | 77 | 6A | A9 | 1E | 25 | 0 | 22 | FC | 1B | 36 |
| Octal | 167 | 152 | 251 | 36 | 45 | 0 | 42 | 374 | 33 | 66 |
| Binary | 1110111 | 1101010 | 10101001 | 11110 | 100101 | 0 | 100010 | 11111100 | 11011 | 110110 |
Color Harmonies of #776AA9
Complementary color
Monochromatic Colors of #776AA9
Black with #776AA9
Text Example
Text Example
White with #776AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776AA9; }
p { color: rgb(119,106,169); }
H1.HeaderClassName
{
color: #776AA9;
}
.AnyTagClassName
{
color: #776AA9;
}
</style>
background-color css
<style>
a { background-color: #776AA9; }
a { background-color: rgb(119,106,169); }
div.DivClassName
{
background-color: #776AA9;
}
.BgClassName
{
background-color: #776AA9;
}
</style>
border-color css
<style>
span { border-color: #776AA9; }
span { border-color: rgb(119,106,169); }
td.TdClassName
{
border-color: #776AA9;
}
.TagClassName
{
border-color: #776AA9;
}
</style>