Shades of Taupe Grey #907D8C
Tints of Taupe Grey #907D8C
RGB
CMYK
RGB Variations
Color information
#907D8C (or 0x907D8C) is known color: Taupe Grey. HEX triplet: 90, 7D and 8C. RGB value is (144,125,140). Sum of RGB (Red+Green+Blue) = 144+125+140=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #907D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907D8C is #6F8273. Grayscale: #848484. Windows color (decimal): -7307892 or 9207184. OLE color: 9207184.
HSL color Cylindrical-coordinate representation of color #907D8C: hue angle of 312.63º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #907D8C is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 125 | 140 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.44 |
| HSL | 312.63º | 0.08% | 0.53% | - |
| HSV(B) | 312.63º | 0.13% | 0.56% | - |
| XYZ | 23.57 | 22.49 | 27.91 | - |
| YUV | 132.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 140 | 0 | 0.13 | 0.03 | 0.44 | 312.63 | 0.08 | 0.53 |
| Hex | 90 | 7D | 8C | 0 | D | 3 | 2C | 139 | 8 | 35 |
| Octal | 220 | 175 | 214 | 0 | 15 | 3 | 54 | 471 | 10 | 65 |
| Binary | 10010000 | 1111101 | 10001100 | 0 | 1101 | 11 | 101100 | 100111001 | 1000 | 110101 |
Color Harmonies of #907D8C
Complementary color
Monochromatic Colors of #907D8C
Black with #907D8C
Text Example
Text Example
White with #907D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907D8C; }
p { color: rgb(144,125,140); }
H1.HeaderClassName
{
color: #907D8C;
}
.AnyTagClassName
{
color: #907D8C;
}
</style>
background-color css
<style>
a { background-color: #907D8C; }
a { background-color: rgb(144,125,140); }
div.DivClassName
{
background-color: #907D8C;
}
.BgClassName
{
background-color: #907D8C;
}
</style>
border-color css
<style>
span { border-color: #907D8C; }
span { border-color: rgb(144,125,140); }
td.TdClassName
{
border-color: #907D8C;
}
.TagClassName
{
border-color: #907D8C;
}
</style>