Shades of Scampi #776A91
Tints of Scampi #776A91
RGB
CMYK
RGB Variations
Color information
#776A91 (or 0x776A91) is known color: Scampi. HEX triplet: 77, 6A and 91. RGB value is (119,106,145). Sum of RGB (Red+Green+Blue) = 119+106+145=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #776A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776A91 is #88956E. Grayscale: #727272. Windows color (decimal): -8951151 or 9529975. OLE color: 9529975.
HSL color Cylindrical-coordinate representation of color #776A91: hue angle of 260º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #776A91 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 106 | 145 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.43 |
| HSL | 260º | 0.16% | 0.49% | - |
| HSV(B) | 260º | 0.27% | 0.57% | - |
| XYZ | 17.87 | 16.27 | 28.99 | - |
| YUV | 114.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 145 | 0.18 | 0.27 | 0 | 0.43 | 260 | 0.16 | 0.49 |
| Hex | 77 | 6A | 91 | 12 | 1B | 0 | 2B | 104 | 10 | 31 |
| Octal | 167 | 152 | 221 | 22 | 33 | 0 | 53 | 404 | 20 | 61 |
| Binary | 1110111 | 1101010 | 10010001 | 10010 | 11011 | 0 | 101011 | 100000100 | 10000 | 110001 |
Color Harmonies of #776A91
Complementary color
Monochromatic Colors of #776A91
Black with #776A91
Text Example
Text Example
White with #776A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A91; }
p { color: rgb(119,106,145); }
H1.HeaderClassName
{
color: #776A91;
}
.AnyTagClassName
{
color: #776A91;
}
</style>
background-color css
<style>
a { background-color: #776A91; }
a { background-color: rgb(119,106,145); }
div.DivClassName
{
background-color: #776A91;
}
.BgClassName
{
background-color: #776A91;
}
</style>
border-color css
<style>
span { border-color: #776A91; }
span { border-color: rgb(119,106,145); }
td.TdClassName
{
border-color: #776A91;
}
.TagClassName
{
border-color: #776A91;
}
</style>