Shades of Taupe Grey #8D838B
Tints of Taupe Grey #8D838B
RGB
CMYK
RGB Variations
Color information
#8D838B (or 0x8D838B) is known color: Taupe Grey. HEX triplet: 8D, 83 and 8B. RGB value is (141,131,139). Sum of RGB (Red+Green+Blue) = 141+131+139=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 141 - color contains mainly: red. Hex color #8D838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D838B is #727C74. Grayscale: #868686. Windows color (decimal): -7502965 or 9143181. OLE color: 9143181.
HSL color Cylindrical-coordinate representation of color #8D838B: hue angle of 312º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D838B is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 139 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.45 |
| HSL | 312º | 0.04% | 0.53% | - |
| HSV(B) | 312º | 0.07% | 0.55% | - |
| XYZ | 23.76 | 23.76 | 27.76 | - |
| YUV | 134.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 139 | 0 | 0.07 | 0.01 | 0.45 | 312 | 0.04 | 0.53 |
| Hex | 8D | 83 | 8B | 0 | 7 | 1 | 2D | 138 | 4 | 35 |
| Octal | 215 | 203 | 213 | 0 | 7 | 1 | 55 | 470 | 4 | 65 |
| Binary | 10001101 | 10000011 | 10001011 | 0 | 111 | 1 | 101101 | 100111000 | 100 | 110101 |
Color Harmonies of #8D838B
Complementary color
Monochromatic Colors of #8D838B
Black with #8D838B
Text Example
Text Example
White with #8D838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D838B; }
p { color: rgb(141,131,139); }
H1.HeaderClassName
{
color: #8D838B;
}
.AnyTagClassName
{
color: #8D838B;
}
</style>
background-color css
<style>
a { background-color: #8D838B; }
a { background-color: rgb(141,131,139); }
div.DivClassName
{
background-color: #8D838B;
}
.BgClassName
{
background-color: #8D838B;
}
</style>
border-color css
<style>
span { border-color: #8D838B; }
span { border-color: rgb(141,131,139); }
td.TdClassName
{
border-color: #8D838B;
}
.TagClassName
{
border-color: #8D838B;
}
</style>