Shades of Taupe Grey #978793
Tints of Taupe Grey #978793
RGB
CMYK
RGB Variations
Color information
#978793 (or 0x978793) is known color: Taupe Grey. HEX triplet: 97, 87 and 93. RGB value is (151,135,147). Sum of RGB (Red+Green+Blue) = 151+135+147=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 151 - color contains mainly: red. Hex color #978793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978793 is #68786C. Grayscale: #8D8D8D. Windows color (decimal): -6846573 or 9668503. OLE color: 9668503.
HSL color Cylindrical-coordinate representation of color #978793: hue angle of 315º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #978793 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 135 | 147 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.41 |
| HSL | 315º | 0.07% | 0.56% | - |
| HSV(B) | 315º | 0.11% | 0.59% | - |
| XYZ | 26.69 | 26.01 | 31.22 | - |
| YUV | 141.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 135 | 147 | 0 | 0.11 | 0.03 | 0.41 | 315 | 0.07 | 0.56 |
| Hex | 97 | 87 | 93 | 0 | B | 3 | 29 | 13B | 7 | 38 |
| Octal | 227 | 207 | 223 | 0 | 13 | 3 | 51 | 473 | 7 | 70 |
| Binary | 10010111 | 10000111 | 10010011 | 0 | 1011 | 11 | 101001 | 100111011 | 111 | 111000 |
Color Harmonies of #978793
Complementary color
Monochromatic Colors of #978793
Black with #978793
Text Example
Text Example
White with #978793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978793; }
p { color: rgb(151,135,147); }
H1.HeaderClassName
{
color: #978793;
}
.AnyTagClassName
{
color: #978793;
}
</style>
background-color css
<style>
a { background-color: #978793; }
a { background-color: rgb(151,135,147); }
div.DivClassName
{
background-color: #978793;
}
.BgClassName
{
background-color: #978793;
}
</style>
border-color css
<style>
span { border-color: #978793; }
span { border-color: rgb(151,135,147); }
td.TdClassName
{
border-color: #978793;
}
.TagClassName
{
border-color: #978793;
}
</style>