Shades of Taupe Grey #8D858C
Tints of Taupe Grey #8D858C
RGB
CMYK
RGB Variations
Color information
#8D858C (or 0x8D858C) is known color: Taupe Grey. HEX triplet: 8D, 85 and 8C. RGB value is (141,133,140). Sum of RGB (Red+Green+Blue) = 141+133+140=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 141 - color contains mainly: red. Hex color #8D858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D858C is #727A73. Grayscale: #888888. Windows color (decimal): -7502452 or 9209229. OLE color: 9209229.
HSL color Cylindrical-coordinate representation of color #8D858C: hue angle of 307.5º 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 #8D858C is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
RGB | 141 | 133 | 140 | - |
CMYK | 0 | 0.06 | 0.01 | 0.45 |
HSL | 307.5º | 0.03% | 0.54% | - |
HSV(B) | 307.5º | 0.06% | 0.55% | - |
XYZ | 24.11 | 24.33 | 28.24 | - |
YUV | 136.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 133 | 140 | 0 | 0.06 | 0.01 | 0.45 | 307.5 | 0.03 | 0.54 |
Hex | 8D | 85 | 8C | 0 | 6 | 1 | 2D | 134 | 3 | 36 |
Octal | 215 | 205 | 214 | 0 | 6 | 1 | 55 | 464 | 3 | 66 |
Binary | 10001101 | 10000101 | 10001100 | 0 | 110 | 1 | 101101 | 100110100 | 11 | 110110 |
Color Harmonies of #8D858C
Complementary color
Monochromatic Colors of #8D858C
Black with #8D858C
Text Example
Text Example
White with #8D858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D858C; }
p { color: rgb(141,133,140); }
H1.HeaderClassName
{
color: #8D858C;
}
.AnyTagClassName
{
color: #8D858C;
}
</style>
background-color css
<style>
a { background-color: #8D858C; }
a { background-color: rgb(141,133,140); }
div.DivClassName
{
background-color: #8D858C;
}
.BgClassName
{
background-color: #8D858C;
}
</style>
border-color css
<style>
span { border-color: #8D858C; }
span { border-color: rgb(141,133,140); }
td.TdClassName
{
border-color: #8D858C;
}
.TagClassName
{
border-color: #8D858C;
}
</style>