Shades of Scampi #776FA3
Tints of Scampi #776FA3
RGB
CMYK
RGB Variations
Color information
#776FA3 (or 0x776FA3) is known color: Scampi. HEX triplet: 77, 6F and A3. RGB value is (119,111,163). Sum of RGB (Red+Green+Blue) = 119+111+163=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #776FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FA3 is #88905C. Grayscale: #777777. Windows color (decimal): -8949853 or 10710903. OLE color: 10710903.
HSL color Cylindrical-coordinate representation of color #776FA3: hue angle of 249.23º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776FA3 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 111 | 163 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.36 |
| HSL | 249.23º | 0.22% | 0.54% | - |
| HSV(B) | 249.23º | 0.32% | 0.64% | - |
| XYZ | 19.9 | 17.94 | 37.06 | - |
| YUV | 119.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 163 | 0.27 | 0.32 | 0 | 0.36 | 249.23 | 0.22 | 0.54 |
| Hex | 77 | 6F | A3 | 1B | 20 | 0 | 24 | F9 | 16 | 36 |
| Octal | 167 | 157 | 243 | 33 | 40 | 0 | 44 | 371 | 26 | 66 |
| Binary | 1110111 | 1101111 | 10100011 | 11011 | 100000 | 0 | 100100 | 11111001 | 10110 | 110110 |
Color Harmonies of #776FA3
Complementary color
Monochromatic Colors of #776FA3
Black with #776FA3
Text Example
Text Example
White with #776FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FA3; }
p { color: rgb(119,111,163); }
H1.HeaderClassName
{
color: #776FA3;
}
.AnyTagClassName
{
color: #776FA3;
}
</style>
background-color css
<style>
a { background-color: #776FA3; }
a { background-color: rgb(119,111,163); }
div.DivClassName
{
background-color: #776FA3;
}
.BgClassName
{
background-color: #776FA3;
}
</style>
border-color css
<style>
span { border-color: #776FA3; }
span { border-color: rgb(119,111,163); }
td.TdClassName
{
border-color: #776FA3;
}
.TagClassName
{
border-color: #776FA3;
}
</style>