Shades of Taupe Grey #90748E
Tints of Taupe Grey #90748E
RGB
CMYK
RGB Variations
Color information
#90748E (or 0x90748E) is known color: Taupe Grey. HEX triplet: 90, 74 and 8E. RGB value is (144,116,142). Sum of RGB (Red+Green+Blue) = 144+116+142=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #90748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90748E is #6F8B71. Grayscale: #7F7F7F. Windows color (decimal): -7310194 or 9335952. OLE color: 9335952.
HSL color Cylindrical-coordinate representation of color #90748E: hue angle of 304.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90748E is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 116 | 142 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.44 |
| HSL | 304.29º | 0.11% | 0.51% | - |
| HSV(B) | 304.29º | 0.19% | 0.56% | - |
| XYZ | 22.63 | 20.37 | 28.33 | - |
| YUV | 127.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 142 | 0 | 0.19 | 0.01 | 0.44 | 304.29 | 0.11 | 0.51 |
| Hex | 90 | 74 | 8E | 0 | 13 | 1 | 2C | 130 | B | 33 |
| Octal | 220 | 164 | 216 | 0 | 23 | 1 | 54 | 460 | 13 | 63 |
| Binary | 10010000 | 1110100 | 10001110 | 0 | 10011 | 1 | 101100 | 100110000 | 1011 | 110011 |
Color Harmonies of #90748E
Complementary color
Monochromatic Colors of #90748E
Black with #90748E
Text Example
Text Example
White with #90748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90748E; }
p { color: rgb(144,116,142); }
H1.HeaderClassName
{
color: #90748E;
}
.AnyTagClassName
{
color: #90748E;
}
</style>
background-color css
<style>
a { background-color: #90748E; }
a { background-color: rgb(144,116,142); }
div.DivClassName
{
background-color: #90748E;
}
.BgClassName
{
background-color: #90748E;
}
</style>
border-color css
<style>
span { border-color: #90748E; }
span { border-color: rgb(144,116,142); }
td.TdClassName
{
border-color: #90748E;
}
.TagClassName
{
border-color: #90748E;
}
</style>