Shades of Scampi #776F90
Tints of Scampi #776F90
RGB
CMYK
RGB Variations
Color information
#776F90 (or 0x776F90) is known color: Scampi. HEX triplet: 77, 6F and 90. RGB value is (119,111,144). Sum of RGB (Red+Green+Blue) = 119+111+144=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #776F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F90 is #88906F. Grayscale: #757575. Windows color (decimal): -8949872 or 9465719. OLE color: 9465719.
HSL color Cylindrical-coordinate representation of color #776F90: hue angle of 254.55º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776F90 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 111 | 144 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.44 |
| HSL | 254.55º | 0.13% | 0.5% | - |
| HSV(B) | 254.55º | 0.23% | 0.56% | - |
| XYZ | 18.33 | 17.3 | 28.76 | - |
| YUV | 117.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 144 | 0.17 | 0.23 | 0 | 0.44 | 254.55 | 0.13 | 0.5 |
| Hex | 77 | 6F | 90 | 11 | 17 | 0 | 2C | FF | D | 32 |
| Octal | 167 | 157 | 220 | 21 | 27 | 0 | 54 | 377 | 15 | 62 |
| Binary | 1110111 | 1101111 | 10010000 | 10001 | 10111 | 0 | 101100 | 11111111 | 1101 | 110010 |
Color Harmonies of #776F90
Complementary color
Monochromatic Colors of #776F90
Black with #776F90
Text Example
Text Example
White with #776F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F90; }
p { color: rgb(119,111,144); }
H1.HeaderClassName
{
color: #776F90;
}
.AnyTagClassName
{
color: #776F90;
}
</style>
background-color css
<style>
a { background-color: #776F90; }
a { background-color: rgb(119,111,144); }
div.DivClassName
{
background-color: #776F90;
}
.BgClassName
{
background-color: #776F90;
}
</style>
border-color css
<style>
span { border-color: #776F90; }
span { border-color: rgb(119,111,144); }
td.TdClassName
{
border-color: #776F90;
}
.TagClassName
{
border-color: #776F90;
}
</style>