Shades of Taupe Grey #978B95
Tints of Taupe Grey #978B95
RGB
CMYK
RGB Variations
Color information
#978B95 (or 0x978B95) is known color: Taupe Grey. HEX triplet: 97, 8B and 95. RGB value is (151,139,149). Sum of RGB (Red+Green+Blue) = 151+139+149=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 151 - color contains mainly: red. Hex color #978B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978B95 is #68746A. Grayscale: #8F8F8F. Windows color (decimal): -6845547 or 9800599. OLE color: 9800599.
HSL color Cylindrical-coordinate representation of color #978B95: hue angle of 310º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #978B95 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 149 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.41 |
| HSL | 310º | 0.05% | 0.57% | - |
| HSV(B) | 310º | 0.08% | 0.59% | - |
| XYZ | 27.42 | 27.21 | 32.24 | - |
| YUV | 143.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 149 | 0 | 0.08 | 0.01 | 0.41 | 310 | 0.05 | 0.57 |
| Hex | 97 | 8B | 95 | 0 | 8 | 1 | 29 | 136 | 5 | 39 |
| Octal | 227 | 213 | 225 | 0 | 10 | 1 | 51 | 466 | 5 | 71 |
| Binary | 10010111 | 10001011 | 10010101 | 0 | 1000 | 1 | 101001 | 100110110 | 101 | 111001 |
Color Harmonies of #978B95
Complementary color
Monochromatic Colors of #978B95
Black with #978B95
Text Example
Text Example
White with #978B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B95; }
p { color: rgb(151,139,149); }
H1.HeaderClassName
{
color: #978B95;
}
.AnyTagClassName
{
color: #978B95;
}
</style>
background-color css
<style>
a { background-color: #978B95; }
a { background-color: rgb(151,139,149); }
div.DivClassName
{
background-color: #978B95;
}
.BgClassName
{
background-color: #978B95;
}
</style>
border-color css
<style>
span { border-color: #978B95; }
span { border-color: rgb(151,139,149); }
td.TdClassName
{
border-color: #978B95;
}
.TagClassName
{
border-color: #978B95;
}
</style>