Shades of Taupe Grey #8D818A
Tints of Taupe Grey #8D818A
RGB
CMYK
RGB Variations
Color information
#8D818A (or 0x8D818A) is known color: Taupe Grey. HEX triplet: 8D, 81 and 8A. RGB value is (141,129,138). Sum of RGB (Red+Green+Blue) = 141+129+138=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 141 - color contains mainly: red. Hex color #8D818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D818A is #727E75. Grayscale: #858585. Windows color (decimal): -7503478 or 9077133. OLE color: 9077133.
HSL color Cylindrical-coordinate representation of color #8D818A: hue angle of 315º 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 #8D818A is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 129 | 138 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.45 |
| HSL | 315º | 0.05% | 0.53% | - |
| HSV(B) | 315º | 0.09% | 0.55% | - |
| XYZ | 23.42 | 23.2 | 27.29 | - |
| YUV | 133.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 138 | 0 | 0.09 | 0.02 | 0.45 | 315 | 0.05 | 0.53 |
| Hex | 8D | 81 | 8A | 0 | 9 | 2 | 2D | 13B | 5 | 35 |
| Octal | 215 | 201 | 212 | 0 | 11 | 2 | 55 | 473 | 5 | 65 |
| Binary | 10001101 | 10000001 | 10001010 | 0 | 1001 | 10 | 101101 | 100111011 | 101 | 110101 |
Color Harmonies of #8D818A
Complementary color
Monochromatic Colors of #8D818A
Black with #8D818A
Text Example
Text Example
White with #8D818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D818A; }
p { color: rgb(141,129,138); }
H1.HeaderClassName
{
color: #8D818A;
}
.AnyTagClassName
{
color: #8D818A;
}
</style>
background-color css
<style>
a { background-color: #8D818A; }
a { background-color: rgb(141,129,138); }
div.DivClassName
{
background-color: #8D818A;
}
.BgClassName
{
background-color: #8D818A;
}
</style>
border-color css
<style>
span { border-color: #8D818A; }
span { border-color: rgb(141,129,138); }
td.TdClassName
{
border-color: #8D818A;
}
.TagClassName
{
border-color: #8D818A;
}
</style>