Shades of Taupe Grey #978996
Tints of Taupe Grey #978996
RGB
CMYK
RGB Variations
Color information
#978996 (or 0x978996) is known color: Taupe Grey. HEX triplet: 97, 89 and 96. RGB value is (151,137,150). Sum of RGB (Red+Green+Blue) = 151+137+150=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 151 - color contains mainly: red. Hex color #978996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978996 is #687669. Grayscale: #8E8E8E. Windows color (decimal): -6846058 or 9865623. OLE color: 9865623.
HSL color Cylindrical-coordinate representation of color #978996: hue angle of 304.29º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #978996 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 137 | 150 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.41 |
| HSL | 304.29º | 0.06% | 0.56% | - |
| HSV(B) | 304.29º | 0.09% | 0.59% | - |
| XYZ | 27.21 | 26.67 | 32.57 | - |
| YUV | 142.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 137 | 150 | 0 | 0.09 | 0.01 | 0.41 | 304.29 | 0.06 | 0.56 |
| Hex | 97 | 89 | 96 | 0 | 9 | 1 | 29 | 130 | 6 | 38 |
| Octal | 227 | 211 | 226 | 0 | 11 | 1 | 51 | 460 | 6 | 70 |
| Binary | 10010111 | 10001001 | 10010110 | 0 | 1001 | 1 | 101001 | 100110000 | 110 | 111000 |
Color Harmonies of #978996
Complementary color
Monochromatic Colors of #978996
Black with #978996
Text Example
Text Example
White with #978996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978996; }
p { color: rgb(151,137,150); }
H1.HeaderClassName
{
color: #978996;
}
.AnyTagClassName
{
color: #978996;
}
</style>
background-color css
<style>
a { background-color: #978996; }
a { background-color: rgb(151,137,150); }
div.DivClassName
{
background-color: #978996;
}
.BgClassName
{
background-color: #978996;
}
</style>
border-color css
<style>
span { border-color: #978996; }
span { border-color: rgb(151,137,150); }
td.TdClassName
{
border-color: #978996;
}
.TagClassName
{
border-color: #978996;
}
</style>