Shades of Taupe Grey #907A8D
Tints of Taupe Grey #907A8D
RGB
CMYK
RGB Variations
Color information
#907A8D (or 0x907A8D) is known color: Taupe Grey. HEX triplet: 90, 7A and 8D. RGB value is (144,122,141). Sum of RGB (Red+Green+Blue) = 144+122+141=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #907A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907A8D is #6F8572. Grayscale: #828282. Windows color (decimal): -7308659 or 9271952. OLE color: 9271952.
HSL color Cylindrical-coordinate representation of color #907A8D: hue angle of 308.18º 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 #907A8D is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 122 | 141 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.44 |
| HSL | 308.18º | 0.09% | 0.52% | - |
| HSV(B) | 308.18º | 0.15% | 0.56% | - |
| XYZ | 23.27 | 21.77 | 28.18 | - |
| YUV | 130.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 141 | 0 | 0.15 | 0.02 | 0.44 | 308.18 | 0.09 | 0.52 |
| Hex | 90 | 7A | 8D | 0 | F | 2 | 2C | 134 | 9 | 34 |
| Octal | 220 | 172 | 215 | 0 | 17 | 2 | 54 | 464 | 11 | 64 |
| Binary | 10010000 | 1111010 | 10001101 | 0 | 1111 | 10 | 101100 | 100110100 | 1001 | 110100 |
Color Harmonies of #907A8D
Complementary color
Monochromatic Colors of #907A8D
Black with #907A8D
Text Example
Text Example
White with #907A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A8D; }
p { color: rgb(144,122,141); }
H1.HeaderClassName
{
color: #907A8D;
}
.AnyTagClassName
{
color: #907A8D;
}
</style>
background-color css
<style>
a { background-color: #907A8D; }
a { background-color: rgb(144,122,141); }
div.DivClassName
{
background-color: #907A8D;
}
.BgClassName
{
background-color: #907A8D;
}
</style>
border-color css
<style>
span { border-color: #907A8D; }
span { border-color: rgb(144,122,141); }
td.TdClassName
{
border-color: #907A8D;
}
.TagClassName
{
border-color: #907A8D;
}
</style>