Shades of Scampi #797799
Tints of Scampi #797799
RGB
CMYK
RGB Variations
Color information
#797799 (or 0x797799) is known color: Scampi. HEX triplet: 79, 77 and 99. RGB value is (121,119,153). Sum of RGB (Red+Green+Blue) = 121+119+153=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #797799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797799 is #868866. Grayscale: #7B7B7B. Windows color (decimal): -8816743 or 10057593. OLE color: 10057593.
HSL color Cylindrical-coordinate representation of color #797799: hue angle of 243.53º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #797799 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 119 | 153 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.4 |
| HSL | 243.53º | 0.14% | 0.53% | - |
| HSV(B) | 243.53º | 0.22% | 0.6% | - |
| XYZ | 20.23 | 19.56 | 32.85 | - |
| YUV | 123.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 119 | 153 | 0.21 | 0.22 | 0 | 0.4 | 243.53 | 0.14 | 0.53 |
| Hex | 79 | 77 | 99 | 15 | 16 | 0 | 28 | F4 | E | 35 |
| Octal | 171 | 167 | 231 | 25 | 26 | 0 | 50 | 364 | 16 | 65 |
| Binary | 1111001 | 1110111 | 10011001 | 10101 | 10110 | 0 | 101000 | 11110100 | 1110 | 110101 |
Color Harmonies of #797799
Complementary color
Monochromatic Colors of #797799
Black with #797799
Text Example
Text Example
White with #797799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797799; }
p { color: rgb(121,119,153); }
H1.HeaderClassName
{
color: #797799;
}
.AnyTagClassName
{
color: #797799;
}
</style>
background-color css
<style>
a { background-color: #797799; }
a { background-color: rgb(121,119,153); }
div.DivClassName
{
background-color: #797799;
}
.BgClassName
{
background-color: #797799;
}
</style>
border-color css
<style>
span { border-color: #797799; }
span { border-color: rgb(121,119,153); }
td.TdClassName
{
border-color: #797799;
}
.TagClassName
{
border-color: #797799;
}
</style>