Shades of Taupe Grey #978394
Tints of Taupe Grey #978394
RGB
CMYK
RGB Variations
Color information
#978394 (or 0x978394) is known color: Taupe Grey. HEX triplet: 97, 83 and 94. RGB value is (151,131,148). Sum of RGB (Red+Green+Blue) = 151+131+148=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 151 - color contains mainly: red. Hex color #978394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978394 is #687C6B. Grayscale: #8A8A8A. Windows color (decimal): -6847596 or 9733015. OLE color: 9733015.
HSL color Cylindrical-coordinate representation of color #978394: hue angle of 309º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #978394 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 148 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.41 |
| HSL | 309º | 0.09% | 0.55% | - |
| HSV(B) | 309º | 0.13% | 0.59% | - |
| XYZ | 26.22 | 24.95 | 31.45 | - |
| YUV | 138.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 148 | 0 | 0.13 | 0.02 | 0.41 | 309 | 0.09 | 0.55 |
| Hex | 97 | 83 | 94 | 0 | D | 2 | 29 | 135 | 9 | 37 |
| Octal | 227 | 203 | 224 | 0 | 15 | 2 | 51 | 465 | 11 | 67 |
| Binary | 10010111 | 10000011 | 10010100 | 0 | 1101 | 10 | 101001 | 100110101 | 1001 | 110111 |
Color Harmonies of #978394
Complementary color
Monochromatic Colors of #978394
Black with #978394
Text Example
Text Example
White with #978394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978394; }
p { color: rgb(151,131,148); }
H1.HeaderClassName
{
color: #978394;
}
.AnyTagClassName
{
color: #978394;
}
</style>
background-color css
<style>
a { background-color: #978394; }
a { background-color: rgb(151,131,148); }
div.DivClassName
{
background-color: #978394;
}
.BgClassName
{
background-color: #978394;
}
</style>
border-color css
<style>
span { border-color: #978394; }
span { border-color: rgb(151,131,148); }
td.TdClassName
{
border-color: #978394;
}
.TagClassName
{
border-color: #978394;
}
</style>