Shades of Taupe Grey #90758F
Tints of Taupe Grey #90758F
RGB
CMYK
RGB Variations
Color information
#90758F (or 0x90758F) is known color: Taupe Grey. HEX triplet: 90, 75 and 8F. RGB value is (144,117,143). Sum of RGB (Red+Green+Blue) = 144+117+143=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #90758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90758F is #6F8A70. Grayscale: #7F7F7F. Windows color (decimal): -7309937 or 9401744. OLE color: 9401744.
HSL color Cylindrical-coordinate representation of color #90758F: hue angle of 302.22º 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 #90758F is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 143 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.44 |
| HSL | 302.22º | 0.11% | 0.51% | - |
| HSV(B) | 302.22º | 0.19% | 0.56% | - |
| XYZ | 22.82 | 20.64 | 28.77 | - |
| YUV | 128.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 143 | 0 | 0.19 | 0.01 | 0.44 | 302.22 | 0.11 | 0.51 |
| Hex | 90 | 75 | 8F | 0 | 13 | 1 | 2C | 12E | B | 33 |
| Octal | 220 | 165 | 217 | 0 | 23 | 1 | 54 | 456 | 13 | 63 |
| Binary | 10010000 | 1110101 | 10001111 | 0 | 10011 | 1 | 101100 | 100101110 | 1011 | 110011 |
Color Harmonies of #90758F
Complementary color
Monochromatic Colors of #90758F
Black with #90758F
Text Example
Text Example
White with #90758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90758F; }
p { color: rgb(144,117,143); }
H1.HeaderClassName
{
color: #90758F;
}
.AnyTagClassName
{
color: #90758F;
}
</style>
background-color css
<style>
a { background-color: #90758F; }
a { background-color: rgb(144,117,143); }
div.DivClassName
{
background-color: #90758F;
}
.BgClassName
{
background-color: #90758F;
}
</style>
border-color css
<style>
span { border-color: #90758F; }
span { border-color: rgb(144,117,143); }
td.TdClassName
{
border-color: #90758F;
}
.TagClassName
{
border-color: #90758F;
}
</style>