Shades of Taupe Grey #8A8187
Tints of Taupe Grey #8A8187
RGB
CMYK
RGB Variations
Color information
#8A8187 (or 0x8A8187) is known color: Taupe Grey. HEX triplet: 8A, 81 and 87. RGB value is (138,129,135). Sum of RGB (Red+Green+Blue) = 138+129+135=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8187 is #757E78. Grayscale: #848484. Windows color (decimal): -7700089 or 8880522. OLE color: 8880522.
HSL color Cylindrical-coordinate representation of color #8A8187: hue angle of 320º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A8187 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 135 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.46 |
| HSL | 320º | 0.04% | 0.52% | - |
| HSV(B) | 320º | 0.07% | 0.54% | - |
| XYZ | 22.7 | 22.85 | 26.14 | - |
| YUV | 132.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 135 | 0 | 0.07 | 0.02 | 0.46 | 320 | 0.04 | 0.52 |
| Hex | 8A | 81 | 87 | 0 | 7 | 2 | 2E | 140 | 4 | 34 |
| Octal | 212 | 201 | 207 | 0 | 7 | 2 | 56 | 500 | 4 | 64 |
| Binary | 10001010 | 10000001 | 10000111 | 0 | 111 | 10 | 101110 | 101000000 | 100 | 110100 |
Color Harmonies of #8A8187
Complementary color
Monochromatic Colors of #8A8187
Black with #8A8187
Text Example
Text Example
White with #8A8187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8187; }
p { color: rgb(138,129,135); }
H1.HeaderClassName
{
color: #8A8187;
}
.AnyTagClassName
{
color: #8A8187;
}
</style>
background-color css
<style>
a { background-color: #8A8187; }
a { background-color: rgb(138,129,135); }
div.DivClassName
{
background-color: #8A8187;
}
.BgClassName
{
background-color: #8A8187;
}
</style>
border-color css
<style>
span { border-color: #8A8187; }
span { border-color: rgb(138,129,135); }
td.TdClassName
{
border-color: #8A8187;
}
.TagClassName
{
border-color: #8A8187;
}
</style>