Shades of Taupe Grey #907A8B
Tints of Taupe Grey #907A8B
RGB
CMYK
RGB Variations
Color information
#907A8B (or 0x907A8B) is known color: Taupe Grey. HEX triplet: 90, 7A and 8B. RGB value is (144,122,139). Sum of RGB (Red+Green+Blue) = 144+122+139=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 144 - color contains mainly: red. Hex color #907A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907A8B is #6F8574. Grayscale: #828282. Windows color (decimal): -7308661 or 9140880. OLE color: 9140880.
HSL color Cylindrical-coordinate representation of color #907A8B: hue angle of 313.64º 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 #907A8B is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 122 | 139 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.44 |
| HSL | 313.64º | 0.09% | 0.52% | - |
| HSV(B) | 313.64º | 0.15% | 0.56% | - |
| XYZ | 23.12 | 21.71 | 27.4 | - |
| YUV | 130.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 139 | 0 | 0.15 | 0.03 | 0.44 | 313.64 | 0.09 | 0.52 |
| Hex | 90 | 7A | 8B | 0 | F | 3 | 2C | 13A | 9 | 34 |
| Octal | 220 | 172 | 213 | 0 | 17 | 3 | 54 | 472 | 11 | 64 |
| Binary | 10010000 | 1111010 | 10001011 | 0 | 1111 | 11 | 101100 | 100111010 | 1001 | 110100 |
Color Harmonies of #907A8B
Complementary color
Monochromatic Colors of #907A8B
Black with #907A8B
Text Example
Text Example
White with #907A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A8B; }
p { color: rgb(144,122,139); }
H1.HeaderClassName
{
color: #907A8B;
}
.AnyTagClassName
{
color: #907A8B;
}
</style>
background-color css
<style>
a { background-color: #907A8B; }
a { background-color: rgb(144,122,139); }
div.DivClassName
{
background-color: #907A8B;
}
.BgClassName
{
background-color: #907A8B;
}
</style>
border-color css
<style>
span { border-color: #907A8B; }
span { border-color: rgb(144,122,139); }
td.TdClassName
{
border-color: #907A8B;
}
.TagClassName
{
border-color: #907A8B;
}
</style>