Shades of Taupe Grey #908790
Tints of Taupe Grey #908790
RGB
CMYK
RGB Variations
Color information
#908790 (or 0x908790) is known color: Taupe Grey. HEX triplet: 90, 87 and 90. RGB value is (144,135,144). Sum of RGB (Red+Green+Blue) = 144+135+144=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #908790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908790 is #6F786F. Grayscale: #8A8A8A. Windows color (decimal): -7305328 or 9471888. OLE color: 9471888.
HSL color Cylindrical-coordinate representation of color #908790: hue angle of 300º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #908790 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 144 | - |
| CMYK | 0 | 0.06 | 0 | 0.44 |
| HSL | 300º | 0.04% | 0.55% | - |
| HSV(B) | 300º | 0.06% | 0.56% | - |
| XYZ | 25.2 | 25.27 | 29.94 | - |
| YUV | 138.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 144 | 0 | 0.06 | 0 | 0.44 | 300 | 0.04 | 0.55 |
| Hex | 90 | 87 | 90 | 0 | 6 | 0 | 2C | 12C | 4 | 37 |
| Octal | 220 | 207 | 220 | 0 | 6 | 0 | 54 | 454 | 4 | 67 |
| Binary | 10010000 | 10000111 | 10010000 | 0 | 110 | 0 | 101100 | 100101100 | 100 | 110111 |
Color Harmonies of #908790
Complementary color
Monochromatic Colors of #908790
Black with #908790
Text Example
Text Example
White with #908790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908790; }
p { color: rgb(144,135,144); }
H1.HeaderClassName
{
color: #908790;
}
.AnyTagClassName
{
color: #908790;
}
</style>
background-color css
<style>
a { background-color: #908790; }
a { background-color: rgb(144,135,144); }
div.DivClassName
{
background-color: #908790;
}
.BgClassName
{
background-color: #908790;
}
</style>
border-color css
<style>
span { border-color: #908790; }
span { border-color: rgb(144,135,144); }
td.TdClassName
{
border-color: #908790;
}
.TagClassName
{
border-color: #908790;
}
</style>