Shades of Scampi #7774A1
Tints of Scampi #7774A1
RGB
CMYK
RGB Variations
Color information
#7774A1 (or 0x7774A1) is known color: Scampi. HEX triplet: 77, 74 and A1. RGB value is (119,116,161). Sum of RGB (Red+Green+Blue) = 119+116+161=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 161 - color contains mainly: blue. Hex color #7774A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7774A1 is #888B5E. Grayscale: #797979. Windows color (decimal): -8948575 or 10581111. OLE color: 10581111.
HSL color Cylindrical-coordinate representation of color #7774A1: hue angle of 244º 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 #7774A1 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 116 | 161 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.37 |
| HSL | 244º | 0.19% | 0.54% | - |
| HSV(B) | 244º | 0.28% | 0.63% | - |
| XYZ | 20.29 | 18.99 | 36.31 | - |
| YUV | 122.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 161 | 0.26 | 0.28 | 0 | 0.37 | 244 | 0.19 | 0.54 |
| Hex | 77 | 74 | A1 | 1A | 1C | 0 | 25 | F4 | 13 | 36 |
| Octal | 167 | 164 | 241 | 32 | 34 | 0 | 45 | 364 | 23 | 66 |
| Binary | 1110111 | 1110100 | 10100001 | 11010 | 11100 | 0 | 100101 | 11110100 | 10011 | 110110 |
Color Harmonies of #7774A1
Complementary color
Monochromatic Colors of #7774A1
Black with #7774A1
Text Example
Text Example
White with #7774A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7774A1; }
p { color: rgb(119,116,161); }
H1.HeaderClassName
{
color: #7774A1;
}
.AnyTagClassName
{
color: #7774A1;
}
</style>
background-color css
<style>
a { background-color: #7774A1; }
a { background-color: rgb(119,116,161); }
div.DivClassName
{
background-color: #7774A1;
}
.BgClassName
{
background-color: #7774A1;
}
</style>
border-color css
<style>
span { border-color: #7774A1; }
span { border-color: rgb(119,116,161); }
td.TdClassName
{
border-color: #7774A1;
}
.TagClassName
{
border-color: #7774A1;
}
</style>