Shades of Taupe Grey #8D808B
Tints of Taupe Grey #8D808B
RGB
CMYK
RGB Variations
Color information
#8D808B (or 0x8D808B) is known color: Taupe Grey. HEX triplet: 8D, 80 and 8B. RGB value is (141,128,139). Sum of RGB (Red+Green+Blue) = 141+128+139=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 141 - color contains mainly: red. Hex color #8D808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D808B is #727F74. Grayscale: #858585. Windows color (decimal): -7503733 or 9142413. OLE color: 9142413.
HSL color Cylindrical-coordinate representation of color #8D808B: hue angle of 309.23º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D808B is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 139 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.45 |
| HSL | 309.23º | 0.05% | 0.53% | - |
| HSV(B) | 309.23º | 0.09% | 0.55% | - |
| XYZ | 23.36 | 22.97 | 27.63 | - |
| YUV | 133.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 139 | 0 | 0.09 | 0.01 | 0.45 | 309.23 | 0.05 | 0.53 |
| Hex | 8D | 80 | 8B | 0 | 9 | 1 | 2D | 135 | 5 | 35 |
| Octal | 215 | 200 | 213 | 0 | 11 | 1 | 55 | 465 | 5 | 65 |
| Binary | 10001101 | 10000000 | 10001011 | 0 | 1001 | 1 | 101101 | 100110101 | 101 | 110101 |
Color Harmonies of #8D808B
Complementary color
Monochromatic Colors of #8D808B
Black with #8D808B
Text Example
Text Example
White with #8D808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D808B; }
p { color: rgb(141,128,139); }
H1.HeaderClassName
{
color: #8D808B;
}
.AnyTagClassName
{
color: #8D808B;
}
</style>
background-color css
<style>
a { background-color: #8D808B; }
a { background-color: rgb(141,128,139); }
div.DivClassName
{
background-color: #8D808B;
}
.BgClassName
{
background-color: #8D808B;
}
</style>
border-color css
<style>
span { border-color: #8D808B; }
span { border-color: rgb(141,128,139); }
td.TdClassName
{
border-color: #8D808B;
}
.TagClassName
{
border-color: #8D808B;
}
</style>