Shades of Taupe Grey #978D93
Tints of Taupe Grey #978D93
RGB
CMYK
RGB Variations
Color information
#978D93 (or 0x978D93) is known color: Taupe Grey. HEX triplet: 97, 8D and 93. RGB value is (151,141,147). Sum of RGB (Red+Green+Blue) = 151+141+147=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 151 - color contains mainly: red. Hex color #978D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978D93 is #68726C. Grayscale: #909090. Windows color (decimal): -6845037 or 9670039. OLE color: 9670039.
HSL color Cylindrical-coordinate representation of color #978D93: hue angle of 324º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #978D93 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 147 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.41 |
| HSL | 324º | 0.05% | 0.57% | - |
| HSV(B) | 324º | 0.07% | 0.59% | - |
| XYZ | 27.55 | 27.74 | 31.51 | - |
| YUV | 144.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 147 | 0 | 0.07 | 0.03 | 0.41 | 324 | 0.05 | 0.57 |
| Hex | 97 | 8D | 93 | 0 | 7 | 3 | 29 | 144 | 5 | 39 |
| Octal | 227 | 215 | 223 | 0 | 7 | 3 | 51 | 504 | 5 | 71 |
| Binary | 10010111 | 10001101 | 10010011 | 0 | 111 | 11 | 101001 | 101000100 | 101 | 111001 |
Color Harmonies of #978D93
Complementary color
Monochromatic Colors of #978D93
Black with #978D93
Text Example
Text Example
White with #978D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D93; }
p { color: rgb(151,141,147); }
H1.HeaderClassName
{
color: #978D93;
}
.AnyTagClassName
{
color: #978D93;
}
</style>
background-color css
<style>
a { background-color: #978D93; }
a { background-color: rgb(151,141,147); }
div.DivClassName
{
background-color: #978D93;
}
.BgClassName
{
background-color: #978D93;
}
</style>
border-color css
<style>
span { border-color: #978D93; }
span { border-color: rgb(151,141,147); }
td.TdClassName
{
border-color: #978D93;
}
.TagClassName
{
border-color: #978D93;
}
</style>