Shades of Taupe Grey #908E8F
Tints of Taupe Grey #908E8F
RGB
CMYK
RGB Variations
Color information
#908E8F (or 0x908E8F) is known color: Taupe Grey. HEX triplet: 90, 8E and 8F. RGB value is (144,142,143). Sum of RGB (Red+Green+Blue) = 144+142+143=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 144 - color contains mainly: red. Hex color #908E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908E8F is #6F7170. Grayscale: #8E8E8E. Windows color (decimal): -7303537 or 9408144. OLE color: 9408144.
HSL color Cylindrical-coordinate representation of color #908E8F: hue angle of 330º degrees, saturation: 0.01, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #908E8F is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 142 | 143 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.44 |
| HSL | 330º | 0.01% | 0.56% | - |
| HSV(B) | 330º | 0.01% | 0.56% | - |
| XYZ | 26.13 | 27.26 | 29.87 | - |
| YUV | 142.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 143 | 0 | 0.01 | 0.01 | 0.44 | 330 | 0.01 | 0.56 |
| Hex | 90 | 8E | 8F | 0 | 1 | 1 | 2C | 14A | 1 | 38 |
| Octal | 220 | 216 | 217 | 0 | 1 | 1 | 54 | 512 | 1 | 70 |
| Binary | 10010000 | 10001110 | 10001111 | 0 | 1 | 1 | 101100 | 101001010 | 1 | 111000 |
Color Harmonies of #908E8F
Complementary color
Monochromatic Colors of #908E8F
Black with #908E8F
Text Example
Text Example
White with #908E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E8F; }
p { color: rgb(144,142,143); }
H1.HeaderClassName
{
color: #908E8F;
}
.AnyTagClassName
{
color: #908E8F;
}
</style>
background-color css
<style>
a { background-color: #908E8F; }
a { background-color: rgb(144,142,143); }
div.DivClassName
{
background-color: #908E8F;
}
.BgClassName
{
background-color: #908E8F;
}
</style>
border-color css
<style>
span { border-color: #908E8F; }
span { border-color: rgb(144,142,143); }
td.TdClassName
{
border-color: #908E8F;
}
.TagClassName
{
border-color: #908E8F;
}
</style>