Shades of Taupe Grey #978A95
Tints of Taupe Grey #978A95
RGB
CMYK
RGB Variations
Color information
#978A95 (or 0x978A95) is known color: Taupe Grey. HEX triplet: 97, 8A and 95. RGB value is (151,138,149). Sum of RGB (Red+Green+Blue) = 151+138+149=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 151 - color contains mainly: red. Hex color #978A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A95 is #68756A. Grayscale: #8F8F8F. Windows color (decimal): -6845803 or 9800343. OLE color: 9800343.
HSL color Cylindrical-coordinate representation of color #978A95: hue angle of 309.23º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #978A95 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 149 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.41 |
| HSL | 309.23º | 0.06% | 0.57% | - |
| HSV(B) | 309.23º | 0.09% | 0.59% | - |
| XYZ | 27.28 | 26.93 | 32.19 | - |
| YUV | 143.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 149 | 0 | 0.09 | 0.01 | 0.41 | 309.23 | 0.06 | 0.57 |
| Hex | 97 | 8A | 95 | 0 | 9 | 1 | 29 | 135 | 6 | 39 |
| Octal | 227 | 212 | 225 | 0 | 11 | 1 | 51 | 465 | 6 | 71 |
| Binary | 10010111 | 10001010 | 10010101 | 0 | 1001 | 1 | 101001 | 100110101 | 110 | 111001 |
Color Harmonies of #978A95
Complementary color
Monochromatic Colors of #978A95
Black with #978A95
Text Example
Text Example
White with #978A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A95; }
p { color: rgb(151,138,149); }
H1.HeaderClassName
{
color: #978A95;
}
.AnyTagClassName
{
color: #978A95;
}
</style>
background-color css
<style>
a { background-color: #978A95; }
a { background-color: rgb(151,138,149); }
div.DivClassName
{
background-color: #978A95;
}
.BgClassName
{
background-color: #978A95;
}
</style>
border-color css
<style>
span { border-color: #978A95; }
span { border-color: rgb(151,138,149); }
td.TdClassName
{
border-color: #978A95;
}
.TagClassName
{
border-color: #978A95;
}
</style>