Shades of Taupe Grey #978295
Tints of Taupe Grey #978295
RGB
CMYK
RGB Variations
Color information
#978295 (or 0x978295) is known color: Taupe Grey. HEX triplet: 97, 82 and 95. RGB value is (151,130,149). Sum of RGB (Red+Green+Blue) = 151+130+149=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 151 - color contains mainly: red. Hex color #978295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978295 is #687D6A. Grayscale: #8A8A8A. Windows color (decimal): -6847851 or 9798295. OLE color: 9798295.
HSL color Cylindrical-coordinate representation of color #978295: hue angle of 305.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #978295 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 149 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.41 |
| HSL | 305.71º | 0.09% | 0.55% | - |
| HSV(B) | 305.71º | 0.14% | 0.59% | - |
| XYZ | 26.17 | 24.71 | 31.82 | - |
| YUV | 138.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 149 | 0 | 0.14 | 0.01 | 0.41 | 305.71 | 0.09 | 0.55 |
| Hex | 97 | 82 | 95 | 0 | E | 1 | 29 | 132 | 9 | 37 |
| Octal | 227 | 202 | 225 | 0 | 16 | 1 | 51 | 462 | 11 | 67 |
| Binary | 10010111 | 10000010 | 10010101 | 0 | 1110 | 1 | 101001 | 100110010 | 1001 | 110111 |
Color Harmonies of #978295
Complementary color
Monochromatic Colors of #978295
Black with #978295
Text Example
Text Example
White with #978295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978295; }
p { color: rgb(151,130,149); }
H1.HeaderClassName
{
color: #978295;
}
.AnyTagClassName
{
color: #978295;
}
</style>
background-color css
<style>
a { background-color: #978295; }
a { background-color: rgb(151,130,149); }
div.DivClassName
{
background-color: #978295;
}
.BgClassName
{
background-color: #978295;
}
</style>
border-color css
<style>
span { border-color: #978295; }
span { border-color: rgb(151,130,149); }
td.TdClassName
{
border-color: #978295;
}
.TagClassName
{
border-color: #978295;
}
</style>