Shades of Scampi #776F8E
Tints of Scampi #776F8E
RGB
CMYK
RGB Variations
Color information
#776F8E (or 0x776F8E) is known color: Scampi. HEX triplet: 77, 6F and 8E. RGB value is (119,111,142). Sum of RGB (Red+Green+Blue) = 119+111+142=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #776F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F8E is #889071. Grayscale: #747474. Windows color (decimal): -8949874 or 9334647. OLE color: 9334647.
HSL color Cylindrical-coordinate representation of color #776F8E: hue angle of 255.48º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #776F8E is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 111 | 142 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.44 |
| HSL | 255.48º | 0.12% | 0.5% | - |
| HSV(B) | 255.48º | 0.22% | 0.56% | - |
| XYZ | 18.17 | 17.24 | 27.96 | - |
| YUV | 116.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 142 | 0.16 | 0.22 | 0 | 0.44 | 255.48 | 0.12 | 0.5 |
| Hex | 77 | 6F | 8E | 10 | 16 | 0 | 2C | FF | C | 32 |
| Octal | 167 | 157 | 216 | 20 | 26 | 0 | 54 | 377 | 14 | 62 |
| Binary | 1110111 | 1101111 | 10001110 | 10000 | 10110 | 0 | 101100 | 11111111 | 1100 | 110010 |
Color Harmonies of #776F8E
Complementary color
Monochromatic Colors of #776F8E
Black with #776F8E
Text Example
Text Example
White with #776F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F8E; }
p { color: rgb(119,111,142); }
H1.HeaderClassName
{
color: #776F8E;
}
.AnyTagClassName
{
color: #776F8E;
}
</style>
background-color css
<style>
a { background-color: #776F8E; }
a { background-color: rgb(119,111,142); }
div.DivClassName
{
background-color: #776F8E;
}
.BgClassName
{
background-color: #776F8E;
}
</style>
border-color css
<style>
span { border-color: #776F8E; }
span { border-color: rgb(119,111,142); }
td.TdClassName
{
border-color: #776F8E;
}
.TagClassName
{
border-color: #776F8E;
}
</style>