Shades of Taupe Grey #907C8B
Tints of Taupe Grey #907C8B
RGB
CMYK
RGB Variations
Color information
#907C8B (or 0x907C8B) is known color: Taupe Grey. HEX triplet: 90, 7C and 8B. RGB value is (144,124,139). Sum of RGB (Red+Green+Blue) = 144+124+139=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #907C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907C8B is #6F8374. Grayscale: #838383. Windows color (decimal): -7308149 or 9141392. OLE color: 9141392.
HSL color Cylindrical-coordinate representation of color #907C8B: hue angle of 315º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #907C8B is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 124 | 139 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.44 |
| HSL | 315º | 0.08% | 0.53% | - |
| HSV(B) | 315º | 0.14% | 0.56% | - |
| XYZ | 23.37 | 22.21 | 27.48 | - |
| YUV | 131.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 139 | 0 | 0.14 | 0.03 | 0.44 | 315 | 0.08 | 0.53 |
| Hex | 90 | 7C | 8B | 0 | E | 3 | 2C | 13B | 8 | 35 |
| Octal | 220 | 174 | 213 | 0 | 16 | 3 | 54 | 473 | 10 | 65 |
| Binary | 10010000 | 1111100 | 10001011 | 0 | 1110 | 11 | 101100 | 100111011 | 1000 | 110101 |
Color Harmonies of #907C8B
Complementary color
Monochromatic Colors of #907C8B
Black with #907C8B
Text Example
Text Example
White with #907C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907C8B; }
p { color: rgb(144,124,139); }
H1.HeaderClassName
{
color: #907C8B;
}
.AnyTagClassName
{
color: #907C8B;
}
</style>
background-color css
<style>
a { background-color: #907C8B; }
a { background-color: rgb(144,124,139); }
div.DivClassName
{
background-color: #907C8B;
}
.BgClassName
{
background-color: #907C8B;
}
</style>
border-color css
<style>
span { border-color: #907C8B; }
span { border-color: rgb(144,124,139); }
td.TdClassName
{
border-color: #907C8B;
}
.TagClassName
{
border-color: #907C8B;
}
</style>