Shades of Taupe Grey #978792
Tints of Taupe Grey #978792
RGB
CMYK
RGB Variations
Color information
#978792 (or 0x978792) is known color: Taupe Grey. HEX triplet: 97, 87 and 92. RGB value is (151,135,146). Sum of RGB (Red+Green+Blue) = 151+135+146=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 151 - color contains mainly: red. Hex color #978792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978792 is #68786D. Grayscale: #8D8D8D. Windows color (decimal): -6846574 or 9602967. OLE color: 9602967.
HSL color Cylindrical-coordinate representation of color #978792: hue angle of 318.75º 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 #978792 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 135 | 146 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.41 |
| HSL | 318.75º | 0.07% | 0.56% | - |
| HSV(B) | 318.75º | 0.11% | 0.59% | - |
| XYZ | 26.61 | 25.98 | 30.81 | - |
| YUV | 141.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 135 | 146 | 0 | 0.11 | 0.03 | 0.41 | 318.75 | 0.07 | 0.56 |
| Hex | 97 | 87 | 92 | 0 | B | 3 | 29 | 13F | 7 | 38 |
| Octal | 227 | 207 | 222 | 0 | 13 | 3 | 51 | 477 | 7 | 70 |
| Binary | 10010111 | 10000111 | 10010010 | 0 | 1011 | 11 | 101001 | 100111111 | 111 | 111000 |
Color Harmonies of #978792
Complementary color
Monochromatic Colors of #978792
Black with #978792
Text Example
Text Example
White with #978792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978792; }
p { color: rgb(151,135,146); }
H1.HeaderClassName
{
color: #978792;
}
.AnyTagClassName
{
color: #978792;
}
</style>
background-color css
<style>
a { background-color: #978792; }
a { background-color: rgb(151,135,146); }
div.DivClassName
{
background-color: #978792;
}
.BgClassName
{
background-color: #978792;
}
</style>
border-color css
<style>
span { border-color: #978792; }
span { border-color: rgb(151,135,146); }
td.TdClassName
{
border-color: #978792;
}
.TagClassName
{
border-color: #978792;
}
</style>