Shades of Taupe Grey #988E96
Tints of Taupe Grey #988E96
RGB
CMYK
RGB Variations
Color information
#988E96 (or 0x988E96) is known color: Taupe Grey. HEX triplet: 98, 8E and 96. RGB value is (152,142,150). Sum of RGB (Red+Green+Blue) = 152+142+150=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 152 - color contains mainly: red. Hex color #988E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988E96 is #677169. Grayscale: #919191. Windows color (decimal): -6779242 or 9866904. OLE color: 9866904.
HSL color Cylindrical-coordinate representation of color #988E96: hue angle of 312º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #988E96 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 150 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.40 |
| HSL | 312º | 0.05% | 0.58% | - |
| HSV(B) | 312º | 0.07% | 0.6% | - |
| XYZ | 28.13 | 28.22 | 32.82 | - |
| YUV | 145.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 150 | 0 | 0.07 | 0.01 | 0.40 | 312 | 0.05 | 0.58 |
| Hex | 98 | 8E | 96 | 0 | 7 | 1 | 28 | 138 | 5 | 3A |
| Octal | 230 | 216 | 226 | 0 | 7 | 1 | 50 | 470 | 5 | 72 |
| Binary | 10011000 | 10001110 | 10010110 | 0 | 111 | 1 | 101000 | 100111000 | 101 | 111010 |
Color Harmonies of #988E96
Complementary color
Monochromatic Colors of #988E96
Black with #988E96
Text Example
Text Example
White with #988E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E96; }
p { color: rgb(152,142,150); }
H1.HeaderClassName
{
color: #988E96;
}
.AnyTagClassName
{
color: #988E96;
}
</style>
background-color css
<style>
a { background-color: #988E96; }
a { background-color: rgb(152,142,150); }
div.DivClassName
{
background-color: #988E96;
}
.BgClassName
{
background-color: #988E96;
}
</style>
border-color css
<style>
span { border-color: #988E96; }
span { border-color: rgb(152,142,150); }
td.TdClassName
{
border-color: #988E96;
}
.TagClassName
{
border-color: #988E96;
}
</style>