Shades of Taupe Grey #908289
Tints of Taupe Grey #908289
RGB
CMYK
RGB Variations
Color information
#908289 (or 0x908289) is known color: Taupe Grey. HEX triplet: 90, 82 and 89. RGB value is (144,130,137). Sum of RGB (Red+Green+Blue) = 144+130+137=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908289 is #6F7D76. Grayscale: #868686. Windows color (decimal): -7306615 or 9011856. OLE color: 9011856.
HSL color Cylindrical-coordinate representation of color #908289: hue angle of 330º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908289 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 137 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.44 |
| HSL | 330º | 0.06% | 0.54% | - |
| HSV(B) | 330º | 0.1% | 0.56% | - |
| XYZ | 24 | 23.7 | 26.98 | - |
| YUV | 134.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 137 | 0 | 0.10 | 0.05 | 0.44 | 330 | 0.06 | 0.54 |
| Hex | 90 | 82 | 89 | 0 | A | 5 | 2C | 14A | 6 | 36 |
| Octal | 220 | 202 | 211 | 0 | 12 | 5 | 54 | 512 | 6 | 66 |
| Binary | 10010000 | 10000010 | 10001001 | 0 | 1010 | 101 | 101100 | 101001010 | 110 | 110110 |
Color Harmonies of #908289
Complementary color
Monochromatic Colors of #908289
Black with #908289
Text Example
Text Example
White with #908289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908289; }
p { color: rgb(144,130,137); }
H1.HeaderClassName
{
color: #908289;
}
.AnyTagClassName
{
color: #908289;
}
</style>
background-color css
<style>
a { background-color: #908289; }
a { background-color: rgb(144,130,137); }
div.DivClassName
{
background-color: #908289;
}
.BgClassName
{
background-color: #908289;
}
</style>
border-color css
<style>
span { border-color: #908289; }
span { border-color: rgb(144,130,137); }
td.TdClassName
{
border-color: #908289;
}
.TagClassName
{
border-color: #908289;
}
</style>