Shades of Taupe Grey #90878E
Tints of Taupe Grey #90878E
RGB
CMYK
RGB Variations
Color information
#90878E (or 0x90878E) is known color: Taupe Grey. HEX triplet: 90, 87 and 8E. RGB value is (144,135,142). Sum of RGB (Red+Green+Blue) = 144+135+142=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 144 - color contains mainly: red. Hex color #90878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90878E is #6F7871. Grayscale: #8A8A8A. Windows color (decimal): -7305330 or 9340816. OLE color: 9340816.
HSL color Cylindrical-coordinate representation of color #90878E: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #90878E is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 142 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.44 |
| HSL | 313.33º | 0.04% | 0.55% | - |
| HSV(B) | 313.33º | 0.06% | 0.56% | - |
| XYZ | 25.05 | 25.21 | 29.14 | - |
| YUV | 138.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 142 | 0 | 0.06 | 0.01 | 0.44 | 313.33 | 0.04 | 0.55 |
| Hex | 90 | 87 | 8E | 0 | 6 | 1 | 2C | 139 | 4 | 37 |
| Octal | 220 | 207 | 216 | 0 | 6 | 1 | 54 | 471 | 4 | 67 |
| Binary | 10010000 | 10000111 | 10001110 | 0 | 110 | 1 | 101100 | 100111001 | 100 | 110111 |
Color Harmonies of #90878E
Complementary color
Monochromatic Colors of #90878E
Black with #90878E
Text Example
Text Example
White with #90878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90878E; }
p { color: rgb(144,135,142); }
H1.HeaderClassName
{
color: #90878E;
}
.AnyTagClassName
{
color: #90878E;
}
</style>
background-color css
<style>
a { background-color: #90878E; }
a { background-color: rgb(144,135,142); }
div.DivClassName
{
background-color: #90878E;
}
.BgClassName
{
background-color: #90878E;
}
</style>
border-color css
<style>
span { border-color: #90878E; }
span { border-color: rgb(144,135,142); }
td.TdClassName
{
border-color: #90878E;
}
.TagClassName
{
border-color: #90878E;
}
</style>