Shades of Taupe Grey #907F8E
Tints of Taupe Grey #907F8E
RGB
CMYK
RGB Variations
Color information
#907F8E (or 0x907F8E) is known color: Taupe Grey. HEX triplet: 90, 7F and 8E. RGB value is (144,127,142). Sum of RGB (Red+Green+Blue) = 144+127+142=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #907F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907F8E is #6F8071. Grayscale: #858585. Windows color (decimal): -7307378 or 9338768. OLE color: 9338768.
HSL color Cylindrical-coordinate representation of color #907F8E: hue angle of 307.06º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #907F8E is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 127 | 142 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.44 |
| HSL | 307.06º | 0.07% | 0.53% | - |
| HSV(B) | 307.06º | 0.12% | 0.56% | - |
| XYZ | 23.97 | 23.06 | 28.78 | - |
| YUV | 133.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 142 | 0 | 0.12 | 0.01 | 0.44 | 307.06 | 0.07 | 0.53 |
| Hex | 90 | 7F | 8E | 0 | C | 1 | 2C | 133 | 7 | 35 |
| Octal | 220 | 177 | 216 | 0 | 14 | 1 | 54 | 463 | 7 | 65 |
| Binary | 10010000 | 1111111 | 10001110 | 0 | 1100 | 1 | 101100 | 100110011 | 111 | 110101 |
Color Harmonies of #907F8E
Complementary color
Monochromatic Colors of #907F8E
Black with #907F8E
Text Example
Text Example
White with #907F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907F8E; }
p { color: rgb(144,127,142); }
H1.HeaderClassName
{
color: #907F8E;
}
.AnyTagClassName
{
color: #907F8E;
}
</style>
background-color css
<style>
a { background-color: #907F8E; }
a { background-color: rgb(144,127,142); }
div.DivClassName
{
background-color: #907F8E;
}
.BgClassName
{
background-color: #907F8E;
}
</style>
border-color css
<style>
span { border-color: #907F8E; }
span { border-color: rgb(144,127,142); }
td.TdClassName
{
border-color: #907F8E;
}
.TagClassName
{
border-color: #907F8E;
}
</style>