Shades of Taupe Grey #908A8F
Tints of Taupe Grey #908A8F
RGB
CMYK
RGB Variations
Color information
#908A8F (or 0x908A8F) is known color: Taupe Grey. HEX triplet: 90, 8A and 8F. RGB value is (144,138,143). Sum of RGB (Red+Green+Blue) = 144+138+143=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 144 - color contains mainly: red. Hex color #908A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908A8F is #6F7570. Grayscale: #8C8C8C. Windows color (decimal): -7304561 or 9407120. OLE color: 9407120.
HSL color Cylindrical-coordinate representation of color #908A8F: hue angle of 310º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #908A8F is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 143 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.44 |
| HSL | 310º | 0.03% | 0.55% | - |
| HSV(B) | 310º | 0.04% | 0.56% | - |
| XYZ | 25.55 | 26.09 | 29.68 | - |
| YUV | 140.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 143 | 0 | 0.04 | 0.01 | 0.44 | 310 | 0.03 | 0.55 |
| Hex | 90 | 8A | 8F | 0 | 4 | 1 | 2C | 136 | 3 | 37 |
| Octal | 220 | 212 | 217 | 0 | 4 | 1 | 54 | 466 | 3 | 67 |
| Binary | 10010000 | 10001010 | 10001111 | 0 | 100 | 1 | 101100 | 100110110 | 11 | 110111 |
Color Harmonies of #908A8F
Complementary color
Monochromatic Colors of #908A8F
Black with #908A8F
Text Example
Text Example
White with #908A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A8F; }
p { color: rgb(144,138,143); }
H1.HeaderClassName
{
color: #908A8F;
}
.AnyTagClassName
{
color: #908A8F;
}
</style>
background-color css
<style>
a { background-color: #908A8F; }
a { background-color: rgb(144,138,143); }
div.DivClassName
{
background-color: #908A8F;
}
.BgClassName
{
background-color: #908A8F;
}
</style>
border-color css
<style>
span { border-color: #908A8F; }
span { border-color: rgb(144,138,143); }
td.TdClassName
{
border-color: #908A8F;
}
.TagClassName
{
border-color: #908A8F;
}
</style>