Shades of Taupe Grey #907A90
Tints of Taupe Grey #907A90
RGB
CMYK
RGB Variations
Color information
#907A90 (or 0x907A90) is known color: Taupe Grey. HEX triplet: 90, 7A and 90. RGB value is (144,122,144). Sum of RGB (Red+Green+Blue) = 144+122+144=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #907A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907A90 is #6F856F. Grayscale: #838383. Windows color (decimal): -7308656 or 9468560. OLE color: 9468560.
HSL color Cylindrical-coordinate representation of color #907A90: hue angle of 300º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #907A90 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 122 | 144 | - |
| CMYK | 0 | 0.15 | 0 | 0.44 |
| HSL | 300º | 0.09% | 0.52% | - |
| HSV(B) | 300º | 0.15% | 0.56% | - |
| XYZ | 23.5 | 21.86 | 29.37 | - |
| YUV | 131.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 144 | 0 | 0.15 | 0 | 0.44 | 300 | 0.09 | 0.52 |
| Hex | 90 | 7A | 90 | 0 | F | 0 | 2C | 12C | 9 | 34 |
| Octal | 220 | 172 | 220 | 0 | 17 | 0 | 54 | 454 | 11 | 64 |
| Binary | 10010000 | 1111010 | 10010000 | 0 | 1111 | 0 | 101100 | 100101100 | 1001 | 110100 |
Color Harmonies of #907A90
Complementary color
Monochromatic Colors of #907A90
Black with #907A90
Text Example
Text Example
White with #907A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A90; }
p { color: rgb(144,122,144); }
H1.HeaderClassName
{
color: #907A90;
}
.AnyTagClassName
{
color: #907A90;
}
</style>
background-color css
<style>
a { background-color: #907A90; }
a { background-color: rgb(144,122,144); }
div.DivClassName
{
background-color: #907A90;
}
.BgClassName
{
background-color: #907A90;
}
</style>
border-color css
<style>
span { border-color: #907A90; }
span { border-color: rgb(144,122,144); }
td.TdClassName
{
border-color: #907A90;
}
.TagClassName
{
border-color: #907A90;
}
</style>