Shades of Scampi #7773A0
Tints of Scampi #7773A0
RGB
CMYK
RGB Variations
Color information
#7773A0 (or 0x7773A0) is known color: Scampi. HEX triplet: 77, 73 and A0. RGB value is (119,115,160). Sum of RGB (Red+Green+Blue) = 119+115+160=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 160 - color contains mainly: blue. Hex color #7773A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7773A0 is #888C5F. Grayscale: #797979. Windows color (decimal): -8948832 or 10515319. OLE color: 10515319.
HSL color Cylindrical-coordinate representation of color #7773A0: hue angle of 245.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7773A0 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 115 | 160 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.37 |
| HSL | 245.33º | 0.19% | 0.54% | - |
| HSV(B) | 245.33º | 0.28% | 0.63% | - |
| XYZ | 20.08 | 18.72 | 35.81 | - |
| YUV | 121.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 160 | 0.26 | 0.28 | 0 | 0.37 | 245.33 | 0.19 | 0.54 |
| Hex | 77 | 73 | A0 | 1A | 1C | 0 | 25 | F5 | 13 | 36 |
| Octal | 167 | 163 | 240 | 32 | 34 | 0 | 45 | 365 | 23 | 66 |
| Binary | 1110111 | 1110011 | 10100000 | 11010 | 11100 | 0 | 100101 | 11110101 | 10011 | 110110 |
Color Harmonies of #7773A0
Complementary color
Monochromatic Colors of #7773A0
Black with #7773A0
Text Example
Text Example
White with #7773A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7773A0; }
p { color: rgb(119,115,160); }
H1.HeaderClassName
{
color: #7773A0;
}
.AnyTagClassName
{
color: #7773A0;
}
</style>
background-color css
<style>
a { background-color: #7773A0; }
a { background-color: rgb(119,115,160); }
div.DivClassName
{
background-color: #7773A0;
}
.BgClassName
{
background-color: #7773A0;
}
</style>
border-color css
<style>
span { border-color: #7773A0; }
span { border-color: rgb(119,115,160); }
td.TdClassName
{
border-color: #7773A0;
}
.TagClassName
{
border-color: #7773A0;
}
</style>