Shades of Taupe Grey #977F96
Tints of Taupe Grey #977F96
RGB
CMYK
RGB Variations
Color information
#977F96 (or 0x977F96) is known color: Taupe Grey. HEX triplet: 97, 7F and 96. RGB value is (151,127,150). Sum of RGB (Red+Green+Blue) = 151+127+150=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 151 - color contains mainly: red. Hex color #977F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F96 is #688069. Grayscale: #888888. Windows color (decimal): -6848618 or 9863063. OLE color: 9863063.
HSL color Cylindrical-coordinate representation of color #977F96: hue angle of 302.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #977F96 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 127 | 150 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.41 |
| HSL | 302.5º | 0.1% | 0.55% | - |
| HSV(B) | 302.5º | 0.16% | 0.59% | - |
| XYZ | 25.86 | 23.96 | 32.12 | - |
| YUV | 136.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 150 | 0 | 0.16 | 0.01 | 0.41 | 302.5 | 0.1 | 0.55 |
| Hex | 97 | 7F | 96 | 0 | 10 | 1 | 29 | 12E | A | 37 |
| Octal | 227 | 177 | 226 | 0 | 20 | 1 | 51 | 456 | 12 | 67 |
| Binary | 10010111 | 1111111 | 10010110 | 0 | 10000 | 1 | 101001 | 100101110 | 1010 | 110111 |
Color Harmonies of #977F96
Complementary color
Monochromatic Colors of #977F96
Black with #977F96
Text Example
Text Example
White with #977F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977F96; }
p { color: rgb(151,127,150); }
H1.HeaderClassName
{
color: #977F96;
}
.AnyTagClassName
{
color: #977F96;
}
</style>
background-color css
<style>
a { background-color: #977F96; }
a { background-color: rgb(151,127,150); }
div.DivClassName
{
background-color: #977F96;
}
.BgClassName
{
background-color: #977F96;
}
</style>
border-color css
<style>
span { border-color: #977F96; }
span { border-color: rgb(151,127,150); }
td.TdClassName
{
border-color: #977F96;
}
.TagClassName
{
border-color: #977F96;
}
</style>