Shades of Taupe Grey #8A7A87
Tints of Taupe Grey #8A7A87
RGB
CMYK
RGB Variations
Color information
#8A7A87 (or 0x8A7A87) is known color: Taupe Grey. HEX triplet: 8A, 7A and 87. RGB value is (138,122,135). Sum of RGB (Red+Green+Blue) = 138+122+135=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7A87 is #758578. Grayscale: #808080. Windows color (decimal): -7701881 or 8878730. OLE color: 8878730.
HSL color Cylindrical-coordinate representation of color #8A7A87: hue angle of 311.25º 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 #8A7A87 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 122 | 135 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.46 |
| HSL | 311.25º | 0.06% | 0.51% | - |
| HSV(B) | 311.25º | 0.12% | 0.54% | - |
| XYZ | 21.81 | 21.07 | 25.84 | - |
| YUV | 128.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 135 | 0 | 0.12 | 0.02 | 0.46 | 311.25 | 0.06 | 0.51 |
| Hex | 8A | 7A | 87 | 0 | C | 2 | 2E | 137 | 6 | 33 |
| Octal | 212 | 172 | 207 | 0 | 14 | 2 | 56 | 467 | 6 | 63 |
| Binary | 10001010 | 1111010 | 10000111 | 0 | 1100 | 10 | 101110 | 100110111 | 110 | 110011 |
Color Harmonies of #8A7A87
Complementary color
Monochromatic Colors of #8A7A87
Black with #8A7A87
Text Example
Text Example
White with #8A7A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7A87; }
p { color: rgb(138,122,135); }
H1.HeaderClassName
{
color: #8A7A87;
}
.AnyTagClassName
{
color: #8A7A87;
}
</style>
background-color css
<style>
a { background-color: #8A7A87; }
a { background-color: rgb(138,122,135); }
div.DivClassName
{
background-color: #8A7A87;
}
.BgClassName
{
background-color: #8A7A87;
}
</style>
border-color css
<style>
span { border-color: #8A7A87; }
span { border-color: rgb(138,122,135); }
td.TdClassName
{
border-color: #8A7A87;
}
.TagClassName
{
border-color: #8A7A87;
}
</style>