Shades of Taupe Grey #979096
Tints of Taupe Grey #979096
RGB
CMYK
RGB Variations
Color information
#979096 (or 0x979096) is known color: Taupe Grey. HEX triplet: 97, 90 and 96. RGB value is (151,144,150). Sum of RGB (Red+Green+Blue) = 151+144+150=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 151 - color contains mainly: red. Hex color #979096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979096 is #686F69. Grayscale: #929292. Windows color (decimal): -6844266 or 9867415. OLE color: 9867415.
HSL color Cylindrical-coordinate representation of color #979096: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #979096 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 144 | 150 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.41 |
| HSL | 308.57º | 0.03% | 0.58% | - |
| HSV(B) | 308.57º | 0.05% | 0.59% | - |
| XYZ | 28.24 | 28.73 | 32.91 | - |
| YUV | 146.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 144 | 150 | 0 | 0.05 | 0.01 | 0.41 | 308.57 | 0.03 | 0.58 |
| Hex | 97 | 90 | 96 | 0 | 5 | 1 | 29 | 135 | 3 | 3A |
| Octal | 227 | 220 | 226 | 0 | 5 | 1 | 51 | 465 | 3 | 72 |
| Binary | 10010111 | 10010000 | 10010110 | 0 | 101 | 1 | 101001 | 100110101 | 11 | 111010 |
Color Harmonies of #979096
Complementary color
Monochromatic Colors of #979096
Black with #979096
Text Example
Text Example
White with #979096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979096; }
p { color: rgb(151,144,150); }
H1.HeaderClassName
{
color: #979096;
}
.AnyTagClassName
{
color: #979096;
}
</style>
background-color css
<style>
a { background-color: #979096; }
a { background-color: rgb(151,144,150); }
div.DivClassName
{
background-color: #979096;
}
.BgClassName
{
background-color: #979096;
}
</style>
border-color css
<style>
span { border-color: #979096; }
span { border-color: rgb(151,144,150); }
td.TdClassName
{
border-color: #979096;
}
.TagClassName
{
border-color: #979096;
}
</style>