Shades of Taupe Grey #8A8289
Tints of Taupe Grey #8A8289
RGB
CMYK
RGB Variations
Color information
#8A8289 (or 0x8A8289) is known color: Taupe Grey. HEX triplet: 8A, 82 and 89. RGB value is (138,130,137). Sum of RGB (Red+Green+Blue) = 138+130+137=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8289 is #757D76. Grayscale: #858585. Windows color (decimal): -7699831 or 9011850. OLE color: 9011850.
HSL color Cylindrical-coordinate representation of color #8A8289: hue angle of 307.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A8289 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 137 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.46 |
| HSL | 307.5º | 0.03% | 0.53% | - |
| HSV(B) | 307.5º | 0.06% | 0.54% | - |
| XYZ | 22.98 | 23.17 | 26.93 | - |
| YUV | 133.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 137 | 0 | 0.06 | 0.01 | 0.46 | 307.5 | 0.03 | 0.53 |
| Hex | 8A | 82 | 89 | 0 | 6 | 1 | 2E | 134 | 3 | 35 |
| Octal | 212 | 202 | 211 | 0 | 6 | 1 | 56 | 464 | 3 | 65 |
| Binary | 10001010 | 10000010 | 10001001 | 0 | 110 | 1 | 101110 | 100110100 | 11 | 110101 |
Color Harmonies of #8A8289
Complementary color
Monochromatic Colors of #8A8289
Black with #8A8289
Text Example
Text Example
White with #8A8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8289; }
p { color: rgb(138,130,137); }
H1.HeaderClassName
{
color: #8A8289;
}
.AnyTagClassName
{
color: #8A8289;
}
</style>
background-color css
<style>
a { background-color: #8A8289; }
a { background-color: rgb(138,130,137); }
div.DivClassName
{
background-color: #8A8289;
}
.BgClassName
{
background-color: #8A8289;
}
</style>
border-color css
<style>
span { border-color: #8A8289; }
span { border-color: rgb(138,130,137); }
td.TdClassName
{
border-color: #8A8289;
}
.TagClassName
{
border-color: #8A8289;
}
</style>