Shades of Taupe Grey #8A7F87
Tints of Taupe Grey #8A7F87
RGB
CMYK
RGB Variations
Color information
#8A7F87 (or 0x8A7F87) is known color: Taupe Grey. HEX triplet: 8A, 7F and 87. RGB value is (138,127,135). Sum of RGB (Red+Green+Blue) = 138+127+135=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7F87 is #758078. Grayscale: #838383. Windows color (decimal): -7700601 or 8880010. OLE color: 8880010.
HSL color Cylindrical-coordinate representation of color #8A7F87: hue angle of 316.36º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8A7F87 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 127 | 135 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.46 |
| HSL | 316.36º | 0.04% | 0.52% | - |
| HSV(B) | 316.36º | 0.08% | 0.54% | - |
| XYZ | 22.44 | 22.33 | 26.05 | - |
| YUV | 131.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 135 | 0 | 0.08 | 0.02 | 0.46 | 316.36 | 0.04 | 0.52 |
| Hex | 8A | 7F | 87 | 0 | 8 | 2 | 2E | 13C | 4 | 34 |
| Octal | 212 | 177 | 207 | 0 | 10 | 2 | 56 | 474 | 4 | 64 |
| Binary | 10001010 | 1111111 | 10000111 | 0 | 1000 | 10 | 101110 | 100111100 | 100 | 110100 |
Color Harmonies of #8A7F87
Complementary color
Monochromatic Colors of #8A7F87
Black with #8A7F87
Text Example
Text Example
White with #8A7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F87; }
p { color: rgb(138,127,135); }
H1.HeaderClassName
{
color: #8A7F87;
}
.AnyTagClassName
{
color: #8A7F87;
}
</style>
background-color css
<style>
a { background-color: #8A7F87; }
a { background-color: rgb(138,127,135); }
div.DivClassName
{
background-color: #8A7F87;
}
.BgClassName
{
background-color: #8A7F87;
}
</style>
border-color css
<style>
span { border-color: #8A7F87; }
span { border-color: rgb(138,127,135); }
td.TdClassName
{
border-color: #8A7F87;
}
.TagClassName
{
border-color: #8A7F87;
}
</style>