Shades of Taupe Grey #90758D
Tints of Taupe Grey #90758D
RGB
CMYK
RGB Variations
Color information
#90758D (or 0x90758D) is known color: Taupe Grey. HEX triplet: 90, 75 and 8D. RGB value is (144,117,141). Sum of RGB (Red+Green+Blue) = 144+117+141=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #90758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90758D is #6F8A72. Grayscale: #7F7F7F. Windows color (decimal): -7309939 or 9270672. OLE color: 9270672.
HSL color Cylindrical-coordinate representation of color #90758D: hue angle of 306.67º 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 #90758D is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 141 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.44 |
| HSL | 306.67º | 0.11% | 0.51% | - |
| HSV(B) | 306.67º | 0.19% | 0.56% | - |
| XYZ | 22.67 | 20.57 | 27.98 | - |
| YUV | 127.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 141 | 0 | 0.19 | 0.02 | 0.44 | 306.67 | 0.11 | 0.51 |
| Hex | 90 | 75 | 8D | 0 | 13 | 2 | 2C | 133 | B | 33 |
| Octal | 220 | 165 | 215 | 0 | 23 | 2 | 54 | 463 | 13 | 63 |
| Binary | 10010000 | 1110101 | 10001101 | 0 | 10011 | 10 | 101100 | 100110011 | 1011 | 110011 |
Color Harmonies of #90758D
Complementary color
Monochromatic Colors of #90758D
Black with #90758D
Text Example
Text Example
White with #90758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90758D; }
p { color: rgb(144,117,141); }
H1.HeaderClassName
{
color: #90758D;
}
.AnyTagClassName
{
color: #90758D;
}
</style>
background-color css
<style>
a { background-color: #90758D; }
a { background-color: rgb(144,117,141); }
div.DivClassName
{
background-color: #90758D;
}
.BgClassName
{
background-color: #90758D;
}
</style>
border-color css
<style>
span { border-color: #90758D; }
span { border-color: rgb(144,117,141); }
td.TdClassName
{
border-color: #90758D;
}
.TagClassName
{
border-color: #90758D;
}
</style>