Shades of Taupe Grey #90778D
Tints of Taupe Grey #90778D
RGB
CMYK
RGB Variations
Color information
#90778D (or 0x90778D) is known color: Taupe Grey. HEX triplet: 90, 77 and 8D. RGB value is (144,119,141). Sum of RGB (Red+Green+Blue) = 144+119+141=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #90778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90778D is #6F8872. Grayscale: #808080. Windows color (decimal): -7309427 or 9271184. OLE color: 9271184.
HSL color Cylindrical-coordinate representation of color #90778D: hue angle of 307.2º 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 #90778D is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 119 | 141 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.44 |
| HSL | 307.2º | 0.1% | 0.52% | - |
| HSV(B) | 307.2º | 0.17% | 0.56% | - |
| XYZ | 22.91 | 21.05 | 28.05 | - |
| YUV | 128.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 119 | 141 | 0 | 0.17 | 0.02 | 0.44 | 307.2 | 0.1 | 0.52 |
| Hex | 90 | 77 | 8D | 0 | 11 | 2 | 2C | 133 | A | 34 |
| Octal | 220 | 167 | 215 | 0 | 21 | 2 | 54 | 463 | 12 | 64 |
| Binary | 10010000 | 1110111 | 10001101 | 0 | 10001 | 10 | 101100 | 100110011 | 1010 | 110100 |
Color Harmonies of #90778D
Complementary color
Monochromatic Colors of #90778D
Black with #90778D
Text Example
Text Example
White with #90778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90778D; }
p { color: rgb(144,119,141); }
H1.HeaderClassName
{
color: #90778D;
}
.AnyTagClassName
{
color: #90778D;
}
</style>
background-color css
<style>
a { background-color: #90778D; }
a { background-color: rgb(144,119,141); }
div.DivClassName
{
background-color: #90778D;
}
.BgClassName
{
background-color: #90778D;
}
</style>
border-color css
<style>
span { border-color: #90778D; }
span { border-color: rgb(144,119,141); }
td.TdClassName
{
border-color: #90778D;
}
.TagClassName
{
border-color: #90778D;
}
</style>