Shades of Scampi #776C95
Tints of Scampi #776C95
RGB
CMYK
RGB Variations
Color information
#776C95 (or 0x776C95) is known color: Scampi. HEX triplet: 77, 6C and 95. RGB value is (119,108,149). Sum of RGB (Red+Green+Blue) = 119+108+149=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #776C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C95 is #88936A. Grayscale: #737373. Windows color (decimal): -8950635 or 9792631. OLE color: 9792631.
HSL color Cylindrical-coordinate representation of color #776C95: hue angle of 256.1º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #776C95 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 108 | 149 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.42 |
| HSL | 256.1º | 0.16% | 0.5% | - |
| HSV(B) | 256.1º | 0.28% | 0.58% | - |
| XYZ | 18.4 | 16.82 | 30.71 | - |
| YUV | 115.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 149 | 0.20 | 0.28 | 0 | 0.42 | 256.1 | 0.16 | 0.5 |
| Hex | 77 | 6C | 95 | 14 | 1C | 0 | 2A | 100 | 10 | 32 |
| Octal | 167 | 154 | 225 | 24 | 34 | 0 | 52 | 400 | 20 | 62 |
| Binary | 1110111 | 1101100 | 10010101 | 10100 | 11100 | 0 | 101010 | 100000000 | 10000 | 110010 |
Color Harmonies of #776C95
Complementary color
Monochromatic Colors of #776C95
Black with #776C95
Text Example
Text Example
White with #776C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C95; }
p { color: rgb(119,108,149); }
H1.HeaderClassName
{
color: #776C95;
}
.AnyTagClassName
{
color: #776C95;
}
</style>
background-color css
<style>
a { background-color: #776C95; }
a { background-color: rgb(119,108,149); }
div.DivClassName
{
background-color: #776C95;
}
.BgClassName
{
background-color: #776C95;
}
</style>
border-color css
<style>
span { border-color: #776C95; }
span { border-color: rgb(119,108,149); }
td.TdClassName
{
border-color: #776C95;
}
.TagClassName
{
border-color: #776C95;
}
</style>