Shades of Scampi #79778B
Tints of Scampi #79778B
RGB
CMYK
RGB Variations
Color information
#79778B (or 0x79778B) is known color: Scampi. HEX triplet: 79, 77 and 8B. RGB value is (121,119,139). Sum of RGB (Red+Green+Blue) = 121+119+139=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #79778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79778B is #868874. Grayscale: #797979. Windows color (decimal): -8816757 or 9140089. OLE color: 9140089.
HSL color Cylindrical-coordinate representation of color #79778B: hue angle of 246º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #79778B is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 119 | 139 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.45 |
| HSL | 246º | 0.08% | 0.51% | - |
| HSV(B) | 246º | 0.14% | 0.55% | - |
| XYZ | 19.14 | 19.12 | 27.11 | - |
| YUV | 121.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 119 | 139 | 0.13 | 0.14 | 0 | 0.45 | 246 | 0.08 | 0.51 |
| Hex | 79 | 77 | 8B | D | E | 0 | 2D | F6 | 8 | 33 |
| Octal | 171 | 167 | 213 | 15 | 16 | 0 | 55 | 366 | 10 | 63 |
| Binary | 1111001 | 1110111 | 10001011 | 1101 | 1110 | 0 | 101101 | 11110110 | 1000 | 110011 |
Color Harmonies of #79778B
Complementary color
Monochromatic Colors of #79778B
Black with #79778B
Text Example
Text Example
White with #79778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79778B; }
p { color: rgb(121,119,139); }
H1.HeaderClassName
{
color: #79778B;
}
.AnyTagClassName
{
color: #79778B;
}
</style>
background-color css
<style>
a { background-color: #79778B; }
a { background-color: rgb(121,119,139); }
div.DivClassName
{
background-color: #79778B;
}
.BgClassName
{
background-color: #79778B;
}
</style>
border-color css
<style>
span { border-color: #79778B; }
span { border-color: rgb(121,119,139); }
td.TdClassName
{
border-color: #79778B;
}
.TagClassName
{
border-color: #79778B;
}
</style>