Shades of Taupe Grey #90788B
Tints of Taupe Grey #90788B
RGB
CMYK
RGB Variations
Color information
#90788B (or 0x90788B) is known color: Taupe Grey. HEX triplet: 90, 78 and 8B. RGB value is (144,120,139). Sum of RGB (Red+Green+Blue) = 144+120+139=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 144 - color contains mainly: red. Hex color #90788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90788B is #6F8774. Grayscale: #818181. Windows color (decimal): -7309173 or 9140368. OLE color: 9140368.
HSL color Cylindrical-coordinate representation of color #90788B: hue angle of 312.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90788B is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 120 | 139 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.44 |
| HSL | 312.5º | 0.1% | 0.52% | - |
| HSV(B) | 312.5º | 0.17% | 0.56% | - |
| XYZ | 22.88 | 21.23 | 27.32 | - |
| YUV | 129.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 139 | 0 | 0.17 | 0.03 | 0.44 | 312.5 | 0.1 | 0.52 |
| Hex | 90 | 78 | 8B | 0 | 11 | 3 | 2C | 138 | A | 34 |
| Octal | 220 | 170 | 213 | 0 | 21 | 3 | 54 | 470 | 12 | 64 |
| Binary | 10010000 | 1111000 | 10001011 | 0 | 10001 | 11 | 101100 | 100111000 | 1010 | 110100 |
Color Harmonies of #90788B
Complementary color
Monochromatic Colors of #90788B
Black with #90788B
Text Example
Text Example
White with #90788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90788B; }
p { color: rgb(144,120,139); }
H1.HeaderClassName
{
color: #90788B;
}
.AnyTagClassName
{
color: #90788B;
}
</style>
background-color css
<style>
a { background-color: #90788B; }
a { background-color: rgb(144,120,139); }
div.DivClassName
{
background-color: #90788B;
}
.BgClassName
{
background-color: #90788B;
}
</style>
border-color css
<style>
span { border-color: #90788B; }
span { border-color: rgb(144,120,139); }
td.TdClassName
{
border-color: #90788B;
}
.TagClassName
{
border-color: #90788B;
}
</style>