Shades of Scampi #776FA5
Tints of Scampi #776FA5
RGB
CMYK
RGB Variations
Color information
#776FA5 (or 0x776FA5) is known color: Scampi. HEX triplet: 77, 6F and A5. RGB value is (119,111,165). Sum of RGB (Red+Green+Blue) = 119+111+165=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 165 - color contains mainly: blue. Hex color #776FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FA5 is #88905A. Grayscale: #777777. Windows color (decimal): -8949851 or 10841975. OLE color: 10841975.
HSL color Cylindrical-coordinate representation of color #776FA5: hue angle of 248.89º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #776FA5 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 111 | 165 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.35 |
| HSL | 248.89º | 0.23% | 0.54% | - |
| HSV(B) | 248.89º | 0.33% | 0.65% | - |
| XYZ | 20.08 | 18.01 | 38.01 | - |
| YUV | 119.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 165 | 0.28 | 0.33 | 0 | 0.35 | 248.89 | 0.23 | 0.54 |
| Hex | 77 | 6F | A5 | 1C | 21 | 0 | 23 | F9 | 17 | 36 |
| Octal | 167 | 157 | 245 | 34 | 41 | 0 | 43 | 371 | 27 | 66 |
| Binary | 1110111 | 1101111 | 10100101 | 11100 | 100001 | 0 | 100011 | 11111001 | 10111 | 110110 |
Color Harmonies of #776FA5
Complementary color
Monochromatic Colors of #776FA5
Black with #776FA5
Text Example
Text Example
White with #776FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FA5; }
p { color: rgb(119,111,165); }
H1.HeaderClassName
{
color: #776FA5;
}
.AnyTagClassName
{
color: #776FA5;
}
</style>
background-color css
<style>
a { background-color: #776FA5; }
a { background-color: rgb(119,111,165); }
div.DivClassName
{
background-color: #776FA5;
}
.BgClassName
{
background-color: #776FA5;
}
</style>
border-color css
<style>
span { border-color: #776FA5; }
span { border-color: rgb(119,111,165); }
td.TdClassName
{
border-color: #776FA5;
}
.TagClassName
{
border-color: #776FA5;
}
</style>