Shades of Taupe Grey #8A8087
Tints of Taupe Grey #8A8087
RGB
CMYK
RGB Variations
Color information
#8A8087 (or 0x8A8087) is known color: Taupe Grey. HEX triplet: 8A, 80 and 87. RGB value is (138,128,135). Sum of RGB (Red+Green+Blue) = 138+128+135=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8087 is #757F78. Grayscale: #838383. Windows color (decimal): -7700345 or 8880266. OLE color: 8880266.
HSL color Cylindrical-coordinate representation of color #8A8087: hue angle of 318º 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 #8A8087 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 135 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.46 |
| HSL | 318º | 0.04% | 0.52% | - |
| HSV(B) | 318º | 0.07% | 0.54% | - |
| XYZ | 22.57 | 22.59 | 26.09 | - |
| YUV | 131.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 135 | 0 | 0.07 | 0.02 | 0.46 | 318 | 0.04 | 0.52 |
| Hex | 8A | 80 | 87 | 0 | 7 | 2 | 2E | 13E | 4 | 34 |
| Octal | 212 | 200 | 207 | 0 | 7 | 2 | 56 | 476 | 4 | 64 |
| Binary | 10001010 | 10000000 | 10000111 | 0 | 111 | 10 | 101110 | 100111110 | 100 | 110100 |
Color Harmonies of #8A8087
Complementary color
Monochromatic Colors of #8A8087
Black with #8A8087
Text Example
Text Example
White with #8A8087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8087; }
p { color: rgb(138,128,135); }
H1.HeaderClassName
{
color: #8A8087;
}
.AnyTagClassName
{
color: #8A8087;
}
</style>
background-color css
<style>
a { background-color: #8A8087; }
a { background-color: rgb(138,128,135); }
div.DivClassName
{
background-color: #8A8087;
}
.BgClassName
{
background-color: #8A8087;
}
</style>
border-color css
<style>
span { border-color: #8A8087; }
span { border-color: rgb(138,128,135); }
td.TdClassName
{
border-color: #8A8087;
}
.TagClassName
{
border-color: #8A8087;
}
</style>