Shades of Taupe Grey #978A92
Tints of Taupe Grey #978A92
RGB
CMYK
RGB Variations
Color information
#978A92 (or 0x978A92) is known color: Taupe Grey. HEX triplet: 97, 8A and 92. RGB value is (151,138,146). Sum of RGB (Red+Green+Blue) = 151+138+146=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 151 - color contains mainly: red. Hex color #978A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A92 is #68756D. Grayscale: #8E8E8E. Windows color (decimal): -6845806 or 9603735. OLE color: 9603735.
HSL color Cylindrical-coordinate representation of color #978A92: hue angle of 323.08º 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 #978A92 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 146 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.41 |
| HSL | 323.08º | 0.06% | 0.57% | - |
| HSV(B) | 323.08º | 0.09% | 0.59% | - |
| XYZ | 27.04 | 26.83 | 30.95 | - |
| YUV | 142.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 146 | 0 | 0.09 | 0.03 | 0.41 | 323.08 | 0.06 | 0.57 |
| Hex | 97 | 8A | 92 | 0 | 9 | 3 | 29 | 143 | 6 | 39 |
| Octal | 227 | 212 | 222 | 0 | 11 | 3 | 51 | 503 | 6 | 71 |
| Binary | 10010111 | 10001010 | 10010010 | 0 | 1001 | 11 | 101001 | 101000011 | 110 | 111001 |
Color Harmonies of #978A92
Complementary color
Monochromatic Colors of #978A92
Black with #978A92
Text Example
Text Example
White with #978A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A92; }
p { color: rgb(151,138,146); }
H1.HeaderClassName
{
color: #978A92;
}
.AnyTagClassName
{
color: #978A92;
}
</style>
background-color css
<style>
a { background-color: #978A92; }
a { background-color: rgb(151,138,146); }
div.DivClassName
{
background-color: #978A92;
}
.BgClassName
{
background-color: #978A92;
}
</style>
border-color css
<style>
span { border-color: #978A92; }
span { border-color: rgb(151,138,146); }
td.TdClassName
{
border-color: #978A92;
}
.TagClassName
{
border-color: #978A92;
}
</style>