Shades of Taupe Grey #8D858B
Tints of Taupe Grey #8D858B
RGB
CMYK
RGB Variations
Color information
#8D858B (or 0x8D858B) is known color: Taupe Grey. HEX triplet: 8D, 85 and 8B. RGB value is (141,133,139). Sum of RGB (Red+Green+Blue) = 141+133+139=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 141 - color contains mainly: red. Hex color #8D858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D858B is #727A74. Grayscale: #888888. Windows color (decimal): -7502453 or 9143693. OLE color: 9143693.
HSL color Cylindrical-coordinate representation of color #8D858B: hue angle of 315º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8D858B is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 139 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.45 |
| HSL | 315º | 0.03% | 0.54% | - |
| HSV(B) | 315º | 0.06% | 0.55% | - |
| XYZ | 24.03 | 24.3 | 27.85 | - |
| YUV | 136.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 139 | 0 | 0.06 | 0.01 | 0.45 | 315 | 0.03 | 0.54 |
| Hex | 8D | 85 | 8B | 0 | 6 | 1 | 2D | 13B | 3 | 36 |
| Octal | 215 | 205 | 213 | 0 | 6 | 1 | 55 | 473 | 3 | 66 |
| Binary | 10001101 | 10000101 | 10001011 | 0 | 110 | 1 | 101101 | 100111011 | 11 | 110110 |
Color Harmonies of #8D858B
Complementary color
Monochromatic Colors of #8D858B
Black with #8D858B
Text Example
Text Example
White with #8D858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D858B; }
p { color: rgb(141,133,139); }
H1.HeaderClassName
{
color: #8D858B;
}
.AnyTagClassName
{
color: #8D858B;
}
</style>
background-color css
<style>
a { background-color: #8D858B; }
a { background-color: rgb(141,133,139); }
div.DivClassName
{
background-color: #8D858B;
}
.BgClassName
{
background-color: #8D858B;
}
</style>
border-color css
<style>
span { border-color: #8D858B; }
span { border-color: rgb(141,133,139); }
td.TdClassName
{
border-color: #8D858B;
}
.TagClassName
{
border-color: #8D858B;
}
</style>