Shades of Scampi #79778C
Tints of Scampi #79778C
RGB
CMYK
RGB Variations
Color information
#79778C (or 0x79778C) is known color: Scampi. HEX triplet: 79, 77 and 8C. RGB value is (121,119,140). Sum of RGB (Red+Green+Blue) = 121+119+140=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #79778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79778C is #868873. Grayscale: #797979. Windows color (decimal): -8816756 or 9205625. OLE color: 9205625.
HSL color Cylindrical-coordinate representation of color #79778C: hue angle of 245.71º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #79778C is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 119 | 140 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.45 |
| HSL | 245.71º | 0.08% | 0.51% | - |
| HSV(B) | 245.71º | 0.15% | 0.55% | - |
| XYZ | 19.22 | 19.15 | 27.49 | - |
| YUV | 121.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 119 | 140 | 0.14 | 0.15 | 0 | 0.45 | 245.71 | 0.08 | 0.51 |
| Hex | 79 | 77 | 8C | E | F | 0 | 2D | F6 | 8 | 33 |
| Octal | 171 | 167 | 214 | 16 | 17 | 0 | 55 | 366 | 10 | 63 |
| Binary | 1111001 | 1110111 | 10001100 | 1110 | 1111 | 0 | 101101 | 11110110 | 1000 | 110011 |
Color Harmonies of #79778C
Complementary color
Monochromatic Colors of #79778C
Black with #79778C
Text Example
Text Example
White with #79778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79778C; }
p { color: rgb(121,119,140); }
H1.HeaderClassName
{
color: #79778C;
}
.AnyTagClassName
{
color: #79778C;
}
</style>
background-color css
<style>
a { background-color: #79778C; }
a { background-color: rgb(121,119,140); }
div.DivClassName
{
background-color: #79778C;
}
.BgClassName
{
background-color: #79778C;
}
</style>
border-color css
<style>
span { border-color: #79778C; }
span { border-color: rgb(121,119,140); }
td.TdClassName
{
border-color: #79778C;
}
.TagClassName
{
border-color: #79778C;
}
</style>