Shades of Taupe Grey #8A7A86
Tints of Taupe Grey #8A7A86
RGB
CMYK
RGB Variations
Color information
#8A7A86 (or 0x8A7A86) is known color: Taupe Grey. HEX triplet: 8A, 7A and 86. RGB value is (138,122,134). Sum of RGB (Red+Green+Blue) = 138+122+134=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7A86 is #758579. Grayscale: #808080. Windows color (decimal): -7701882 or 8813194. OLE color: 8813194.
HSL color Cylindrical-coordinate representation of color #8A7A86: hue angle of 315º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A7A86 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 122 | 134 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.46 |
| HSL | 315º | 0.06% | 0.51% | - |
| HSV(B) | 315º | 0.12% | 0.54% | - |
| XYZ | 21.74 | 21.04 | 25.47 | - |
| YUV | 128.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 134 | 0 | 0.12 | 0.03 | 0.46 | 315 | 0.06 | 0.51 |
| Hex | 8A | 7A | 86 | 0 | C | 3 | 2E | 13B | 6 | 33 |
| Octal | 212 | 172 | 206 | 0 | 14 | 3 | 56 | 473 | 6 | 63 |
| Binary | 10001010 | 1111010 | 10000110 | 0 | 1100 | 11 | 101110 | 100111011 | 110 | 110011 |
Color Harmonies of #8A7A86
Complementary color
Monochromatic Colors of #8A7A86
Black with #8A7A86
Text Example
Text Example
White with #8A7A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7A86; }
p { color: rgb(138,122,134); }
H1.HeaderClassName
{
color: #8A7A86;
}
.AnyTagClassName
{
color: #8A7A86;
}
</style>
background-color css
<style>
a { background-color: #8A7A86; }
a { background-color: rgb(138,122,134); }
div.DivClassName
{
background-color: #8A7A86;
}
.BgClassName
{
background-color: #8A7A86;
}
</style>
border-color css
<style>
span { border-color: #8A7A86; }
span { border-color: rgb(138,122,134); }
td.TdClassName
{
border-color: #8A7A86;
}
.TagClassName
{
border-color: #8A7A86;
}
</style>