Shades of Taupe Grey #907F8B
Tints of Taupe Grey #907F8B
RGB
CMYK
RGB Variations
Color information
#907F8B (or 0x907F8B) is known color: Taupe Grey. HEX triplet: 90, 7F and 8B. RGB value is (144,127,139). Sum of RGB (Red+Green+Blue) = 144+127+139=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 144 - color contains mainly: red. Hex color #907F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907F8B is #6F8074. Grayscale: #858585. Windows color (decimal): -7307381 or 9142160. OLE color: 9142160.
HSL color Cylindrical-coordinate representation of color #907F8B: hue angle of 317.65º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #907F8B is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 127 | 139 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.44 |
| HSL | 317.65º | 0.07% | 0.53% | - |
| HSV(B) | 317.65º | 0.12% | 0.56% | - |
| XYZ | 23.75 | 22.97 | 27.61 | - |
| YUV | 133.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 139 | 0 | 0.12 | 0.03 | 0.44 | 317.65 | 0.07 | 0.53 |
| Hex | 90 | 7F | 8B | 0 | C | 3 | 2C | 13E | 7 | 35 |
| Octal | 220 | 177 | 213 | 0 | 14 | 3 | 54 | 476 | 7 | 65 |
| Binary | 10010000 | 1111111 | 10001011 | 0 | 1100 | 11 | 101100 | 100111110 | 111 | 110101 |
Color Harmonies of #907F8B
Complementary color
Monochromatic Colors of #907F8B
Black with #907F8B
Text Example
Text Example
White with #907F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907F8B; }
p { color: rgb(144,127,139); }
H1.HeaderClassName
{
color: #907F8B;
}
.AnyTagClassName
{
color: #907F8B;
}
</style>
background-color css
<style>
a { background-color: #907F8B; }
a { background-color: rgb(144,127,139); }
div.DivClassName
{
background-color: #907F8B;
}
.BgClassName
{
background-color: #907F8B;
}
</style>
border-color css
<style>
span { border-color: #907F8B; }
span { border-color: rgb(144,127,139); }
td.TdClassName
{
border-color: #907F8B;
}
.TagClassName
{
border-color: #907F8B;
}
</style>