Shades of Taupe Grey #978693
Tints of Taupe Grey #978693
RGB
CMYK
RGB Variations
Color information
#978693 (or 0x978693) is known color: Taupe Grey. HEX triplet: 97, 86 and 93. RGB value is (151,134,147). Sum of RGB (Red+Green+Blue) = 151+134+147=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 151 - color contains mainly: red. Hex color #978693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978693 is #68796C. Grayscale: #8C8C8C. Windows color (decimal): -6846829 or 9668247. OLE color: 9668247.
HSL color Cylindrical-coordinate representation of color #978693: hue angle of 314.12º degrees, saturation: 0.08, 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 #978693 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 134 | 147 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.41 |
| HSL | 314.12º | 0.08% | 0.56% | - |
| HSV(B) | 314.12º | 0.11% | 0.59% | - |
| XYZ | 26.55 | 25.74 | 31.17 | - |
| YUV | 140.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 134 | 147 | 0 | 0.11 | 0.03 | 0.41 | 314.12 | 0.08 | 0.56 |
| Hex | 97 | 86 | 93 | 0 | B | 3 | 29 | 13A | 8 | 38 |
| Octal | 227 | 206 | 223 | 0 | 13 | 3 | 51 | 472 | 10 | 70 |
| Binary | 10010111 | 10000110 | 10010011 | 0 | 1011 | 11 | 101001 | 100111010 | 1000 | 111000 |
Color Harmonies of #978693
Complementary color
Monochromatic Colors of #978693
Black with #978693
Text Example
Text Example
White with #978693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978693; }
p { color: rgb(151,134,147); }
H1.HeaderClassName
{
color: #978693;
}
.AnyTagClassName
{
color: #978693;
}
</style>
background-color css
<style>
a { background-color: #978693; }
a { background-color: rgb(151,134,147); }
div.DivClassName
{
background-color: #978693;
}
.BgClassName
{
background-color: #978693;
}
</style>
border-color css
<style>
span { border-color: #978693; }
span { border-color: rgb(151,134,147); }
td.TdClassName
{
border-color: #978693;
}
.TagClassName
{
border-color: #978693;
}
</style>