Shades of Taupe Grey #8A8488
Tints of Taupe Grey #8A8488
RGB
CMYK
RGB Variations
Color information
#8A8488 (or 0x8A8488) is known color: Taupe Grey. HEX triplet: 8A, 84 and 88. RGB value is (138,132,136). Sum of RGB (Red+Green+Blue) = 138+132+136=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8488 is #757B77. Grayscale: #868686. Windows color (decimal): -7699320 or 8946826. OLE color: 8946826.
HSL color Cylindrical-coordinate representation of color #8A8488: hue angle of 320º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8A8488 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 136 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.46 |
| HSL | 320º | 0.03% | 0.53% | - |
| HSV(B) | 320º | 0.04% | 0.54% | - |
| XYZ | 23.18 | 23.68 | 26.64 | - |
| YUV | 134.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 136 | 0 | 0.04 | 0.01 | 0.46 | 320 | 0.03 | 0.53 |
| Hex | 8A | 84 | 88 | 0 | 4 | 1 | 2E | 140 | 2 | 35 |
| Octal | 212 | 204 | 210 | 0 | 4 | 1 | 56 | 500 | 2 | 65 |
| Binary | 10001010 | 10000100 | 10001000 | 0 | 100 | 1 | 101110 | 101000000 | 10 | 110101 |
Color Harmonies of #8A8488
Complementary color
Monochromatic Colors of #8A8488
Black with #8A8488
Text Example
Text Example
White with #8A8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8488; }
p { color: rgb(138,132,136); }
H1.HeaderClassName
{
color: #8A8488;
}
.AnyTagClassName
{
color: #8A8488;
}
</style>
background-color css
<style>
a { background-color: #8A8488; }
a { background-color: rgb(138,132,136); }
div.DivClassName
{
background-color: #8A8488;
}
.BgClassName
{
background-color: #8A8488;
}
</style>
border-color css
<style>
span { border-color: #8A8488; }
span { border-color: rgb(138,132,136); }
td.TdClassName
{
border-color: #8A8488;
}
.TagClassName
{
border-color: #8A8488;
}
</style>