Shades of Taupe Grey #988F96
Tints of Taupe Grey #988F96
RGB
CMYK
RGB Variations
Color information
#988F96 (or 0x988F96) is known color: Taupe Grey. HEX triplet: 98, 8F and 96. RGB value is (152,143,150). Sum of RGB (Red+Green+Blue) = 152+143+150=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 152 - color contains mainly: red. Hex color #988F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F96 is #677069. Grayscale: #929292. Windows color (decimal): -6778986 or 9867160. OLE color: 9867160.
HSL color Cylindrical-coordinate representation of color #988F96: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #988F96 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 150 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.40 |
| HSL | 313.33º | 0.04% | 0.58% | - |
| HSV(B) | 313.33º | 0.06% | 0.6% | - |
| XYZ | 28.28 | 28.52 | 32.87 | - |
| YUV | 146.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 150 | 0 | 0.06 | 0.01 | 0.40 | 313.33 | 0.04 | 0.58 |
| Hex | 98 | 8F | 96 | 0 | 6 | 1 | 28 | 139 | 4 | 3A |
| Octal | 230 | 217 | 226 | 0 | 6 | 1 | 50 | 471 | 4 | 72 |
| Binary | 10011000 | 10001111 | 10010110 | 0 | 110 | 1 | 101000 | 100111001 | 100 | 111010 |
Color Harmonies of #988F96
Complementary color
Monochromatic Colors of #988F96
Black with #988F96
Text Example
Text Example
White with #988F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F96; }
p { color: rgb(152,143,150); }
H1.HeaderClassName
{
color: #988F96;
}
.AnyTagClassName
{
color: #988F96;
}
</style>
background-color css
<style>
a { background-color: #988F96; }
a { background-color: rgb(152,143,150); }
div.DivClassName
{
background-color: #988F96;
}
.BgClassName
{
background-color: #988F96;
}
</style>
border-color css
<style>
span { border-color: #988F96; }
span { border-color: rgb(152,143,150); }
td.TdClassName
{
border-color: #988F96;
}
.TagClassName
{
border-color: #988F96;
}
</style>