Shades of Scampi #79799E
Tints of Scampi #79799E
RGB
CMYK
RGB Variations
Color information
#79799E (or 0x79799E) is known color: Scampi. HEX triplet: 79, 79 and 9E. RGB value is (121,121,158). Sum of RGB (Red+Green+Blue) = 121+121+158=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #79799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79799E is #868661. Grayscale: #7D7D7D. Windows color (decimal): -8816226 or 10385785. OLE color: 10385785.
HSL color Cylindrical-coordinate representation of color #79799E: hue angle of 240º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #79799E is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 121 | 158 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.38 |
| HSL | 240º | 0.16% | 0.55% | - |
| HSV(B) | 240º | 0.23% | 0.62% | - |
| XYZ | 20.89 | 20.21 | 35.15 | - |
| YUV | 125.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 121 | 158 | 0.23 | 0.23 | 0 | 0.38 | 240 | 0.16 | 0.55 |
| Hex | 79 | 79 | 9E | 17 | 17 | 0 | 26 | F0 | 10 | 37 |
| Octal | 171 | 171 | 236 | 27 | 27 | 0 | 46 | 360 | 20 | 67 |
| Binary | 1111001 | 1111001 | 10011110 | 10111 | 10111 | 0 | 100110 | 11110000 | 10000 | 110111 |
Color Harmonies of #79799E
Complementary color
Monochromatic Colors of #79799E
Black with #79799E
Text Example
Text Example
White with #79799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79799E; }
p { color: rgb(121,121,158); }
H1.HeaderClassName
{
color: #79799E;
}
.AnyTagClassName
{
color: #79799E;
}
</style>
background-color css
<style>
a { background-color: #79799E; }
a { background-color: rgb(121,121,158); }
div.DivClassName
{
background-color: #79799E;
}
.BgClassName
{
background-color: #79799E;
}
</style>
border-color css
<style>
span { border-color: #79799E; }
span { border-color: rgb(121,121,158); }
td.TdClassName
{
border-color: #79799E;
}
.TagClassName
{
border-color: #79799E;
}
</style>