Shades of Scampi #797696
Tints of Scampi #797696
RGB
CMYK
RGB Variations
Color information
#797696 (or 0x797696) is known color: Scampi. HEX triplet: 79, 76 and 96. RGB value is (121,118,150). Sum of RGB (Red+Green+Blue) = 121+118+150=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #797696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797696 is #868969. Grayscale: #7A7A7A. Windows color (decimal): -8817002 or 9860729. OLE color: 9860729.
HSL color Cylindrical-coordinate representation of color #797696: hue angle of 245.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #797696 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 118 | 150 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.41 |
| HSL | 245.63º | 0.13% | 0.53% | - |
| HSV(B) | 245.63º | 0.21% | 0.59% | - |
| XYZ | 19.87 | 19.22 | 31.52 | - |
| YUV | 122.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 150 | 0.19 | 0.21 | 0 | 0.41 | 245.63 | 0.13 | 0.53 |
| Hex | 79 | 76 | 96 | 13 | 15 | 0 | 29 | F6 | D | 35 |
| Octal | 171 | 166 | 226 | 23 | 25 | 0 | 51 | 366 | 15 | 65 |
| Binary | 1111001 | 1110110 | 10010110 | 10011 | 10101 | 0 | 101001 | 11110110 | 1101 | 110101 |
Color Harmonies of #797696
Complementary color
Monochromatic Colors of #797696
Black with #797696
Text Example
Text Example
White with #797696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797696; }
p { color: rgb(121,118,150); }
H1.HeaderClassName
{
color: #797696;
}
.AnyTagClassName
{
color: #797696;
}
</style>
background-color css
<style>
a { background-color: #797696; }
a { background-color: rgb(121,118,150); }
div.DivClassName
{
background-color: #797696;
}
.BgClassName
{
background-color: #797696;
}
</style>
border-color css
<style>
span { border-color: #797696; }
span { border-color: rgb(121,118,150); }
td.TdClassName
{
border-color: #797696;
}
.TagClassName
{
border-color: #797696;
}
</style>