Shades of Scampi #77779E
Tints of Scampi #77779E
RGB
CMYK
RGB Variations
Color information
#77779E (or 0x77779E) is known color: Scampi. HEX triplet: 77, 77 and 9E. RGB value is (119,119,158). Sum of RGB (Red+Green+Blue) = 119+119+158=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #77779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77779E is #888861. Grayscale: #7B7B7B. Windows color (decimal): -8947810 or 10385271. OLE color: 10385271.
HSL color Cylindrical-coordinate representation of color #77779E: hue angle of 240º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77779E is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 119 | 158 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.38 |
| HSL | 240º | 0.17% | 0.54% | - |
| HSV(B) | 240º | 0.25% | 0.62% | - |
| XYZ | 20.38 | 19.58 | 35.05 | - |
| YUV | 123.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 158 | 0.25 | 0.25 | 0 | 0.38 | 240 | 0.17 | 0.54 |
| Hex | 77 | 77 | 9E | 19 | 19 | 0 | 26 | F0 | 11 | 36 |
| Octal | 167 | 167 | 236 | 31 | 31 | 0 | 46 | 360 | 21 | 66 |
| Binary | 1110111 | 1110111 | 10011110 | 11001 | 11001 | 0 | 100110 | 11110000 | 10001 | 110110 |
Color Harmonies of #77779E
Complementary color
Monochromatic Colors of #77779E
Black with #77779E
Text Example
Text Example
White with #77779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77779E; }
p { color: rgb(119,119,158); }
H1.HeaderClassName
{
color: #77779E;
}
.AnyTagClassName
{
color: #77779E;
}
</style>
background-color css
<style>
a { background-color: #77779E; }
a { background-color: rgb(119,119,158); }
div.DivClassName
{
background-color: #77779E;
}
.BgClassName
{
background-color: #77779E;
}
</style>
border-color css
<style>
span { border-color: #77779E; }
span { border-color: rgb(119,119,158); }
td.TdClassName
{
border-color: #77779E;
}
.TagClassName
{
border-color: #77779E;
}
</style>