Shades of Taupe Grey #988A94
Tints of Taupe Grey #988A94
RGB
CMYK
RGB Variations
Color information
#988A94 (or 0x988A94) is known color: Taupe Grey. HEX triplet: 98, 8A and 94. RGB value is (152,138,148). Sum of RGB (Red+Green+Blue) = 152+138+148=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 152 - color contains mainly: red. Hex color #988A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988A94 is #67756B. Grayscale: #8F8F8F. Windows color (decimal): -6780268 or 9734808. OLE color: 9734808.
HSL color Cylindrical-coordinate representation of color #988A94: hue angle of 317.14º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #988A94 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 138 | 148 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.40 |
| HSL | 317.14º | 0.06% | 0.57% | - |
| HSV(B) | 317.14º | 0.09% | 0.6% | - |
| XYZ | 27.38 | 26.99 | 31.78 | - |
| YUV | 143.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 148 | 0 | 0.09 | 0.03 | 0.40 | 317.14 | 0.06 | 0.57 |
| Hex | 98 | 8A | 94 | 0 | 9 | 3 | 28 | 13D | 6 | 39 |
| Octal | 230 | 212 | 224 | 0 | 11 | 3 | 50 | 475 | 6 | 71 |
| Binary | 10011000 | 10001010 | 10010100 | 0 | 1001 | 11 | 101000 | 100111101 | 110 | 111001 |
Color Harmonies of #988A94
Complementary color
Monochromatic Colors of #988A94
Black with #988A94
Text Example
Text Example
White with #988A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988A94; }
p { color: rgb(152,138,148); }
H1.HeaderClassName
{
color: #988A94;
}
.AnyTagClassName
{
color: #988A94;
}
</style>
background-color css
<style>
a { background-color: #988A94; }
a { background-color: rgb(152,138,148); }
div.DivClassName
{
background-color: #988A94;
}
.BgClassName
{
background-color: #988A94;
}
</style>
border-color css
<style>
span { border-color: #988A94; }
span { border-color: rgb(152,138,148); }
td.TdClassName
{
border-color: #988A94;
}
.TagClassName
{
border-color: #988A94;
}
</style>