Shades of Scampi #7771A9
Tints of Scampi #7771A9
RGB
CMYK
RGB Variations
Color information
#7771A9 (or 0x7771A9) is known color: Scampi. HEX triplet: 77, 71 and A9. RGB value is (119,113,169). Sum of RGB (Red+Green+Blue) = 119+113+169=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 169 - color contains mainly: blue. Hex color #7771A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7771A9 is #888E56. Grayscale: #787878. Windows color (decimal): -8949335 or 11104631. OLE color: 11104631.
HSL color Cylindrical-coordinate representation of color #7771A9: hue angle of 246.43º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7771A9 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 113 | 169 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.34 |
| HSL | 246.43º | 0.25% | 0.55% | - |
| HSV(B) | 246.43º | 0.33% | 0.66% | - |
| XYZ | 20.67 | 18.6 | 40.04 | - |
| YUV | 121.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 169 | 0.30 | 0.33 | 0 | 0.34 | 246.43 | 0.25 | 0.55 |
| Hex | 77 | 71 | A9 | 1E | 21 | 0 | 22 | F6 | 19 | 37 |
| Octal | 167 | 161 | 251 | 36 | 41 | 0 | 42 | 366 | 31 | 67 |
| Binary | 1110111 | 1110001 | 10101001 | 11110 | 100001 | 0 | 100010 | 11110110 | 11001 | 110111 |
Color Harmonies of #7771A9
Complementary color
Monochromatic Colors of #7771A9
Black with #7771A9
Text Example
Text Example
White with #7771A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7771A9; }
p { color: rgb(119,113,169); }
H1.HeaderClassName
{
color: #7771A9;
}
.AnyTagClassName
{
color: #7771A9;
}
</style>
background-color css
<style>
a { background-color: #7771A9; }
a { background-color: rgb(119,113,169); }
div.DivClassName
{
background-color: #7771A9;
}
.BgClassName
{
background-color: #7771A9;
}
</style>
border-color css
<style>
span { border-color: #7771A9; }
span { border-color: rgb(119,113,169); }
td.TdClassName
{
border-color: #7771A9;
}
.TagClassName
{
border-color: #7771A9;
}
</style>