Shades of Taupe Grey #8A7E89
Tints of Taupe Grey #8A7E89
RGB
CMYK
RGB Variations
Color information
#8A7E89 (or 0x8A7E89) is known color: Taupe Grey. HEX triplet: 8A, 7E and 89. RGB value is (138,126,137). Sum of RGB (Red+Green+Blue) = 138+126+137=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7E89 is #758176. Grayscale: #828282. Windows color (decimal): -7700855 or 9010826. OLE color: 9010826.
HSL color Cylindrical-coordinate representation of color #8A7E89: hue angle of 305º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A7E89 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 126 | 137 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.46 |
| HSL | 305º | 0.05% | 0.52% | - |
| HSV(B) | 305º | 0.09% | 0.54% | - |
| XYZ | 22.46 | 22.13 | 26.76 | - |
| YUV | 130.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 126 | 137 | 0 | 0.09 | 0.01 | 0.46 | 305 | 0.05 | 0.52 |
| Hex | 8A | 7E | 89 | 0 | 9 | 1 | 2E | 131 | 5 | 34 |
| Octal | 212 | 176 | 211 | 0 | 11 | 1 | 56 | 461 | 5 | 64 |
| Binary | 10001010 | 1111110 | 10001001 | 0 | 1001 | 1 | 101110 | 100110001 | 101 | 110100 |
Color Harmonies of #8A7E89
Complementary color
Monochromatic Colors of #8A7E89
Black with #8A7E89
Text Example
Text Example
White with #8A7E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7E89; }
p { color: rgb(138,126,137); }
H1.HeaderClassName
{
color: #8A7E89;
}
.AnyTagClassName
{
color: #8A7E89;
}
</style>
background-color css
<style>
a { background-color: #8A7E89; }
a { background-color: rgb(138,126,137); }
div.DivClassName
{
background-color: #8A7E89;
}
.BgClassName
{
background-color: #8A7E89;
}
</style>
border-color css
<style>
span { border-color: #8A7E89; }
span { border-color: rgb(138,126,137); }
td.TdClassName
{
border-color: #8A7E89;
}
.TagClassName
{
border-color: #8A7E89;
}
</style>