Shades of Taupe Grey #8A8889
Tints of Taupe Grey #8A8889
RGB
CMYK
RGB Variations
Color information
#8A8889 (or 0x8A8889) is known color: Taupe Grey. HEX triplet: 8A, 88 and 89. RGB value is (138,136,137). Sum of RGB (Red+Green+Blue) = 138+136+137=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8889 is #757776. Grayscale: #888888. Windows color (decimal): -7698295 or 9013386. OLE color: 9013386.
HSL color Cylindrical-coordinate representation of color #8A8889: hue angle of 330º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8A8889 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
RGB | 138 | 136 | 137 | - |
CMYK | 0 | 0.01 | 0.01 | 0.46 |
HSL | 330º | 0.01% | 0.54% | - |
HSV(B) | 330º | 0.01% | 0.54% | - |
XYZ | 23.8 | 24.82 | 27.2 | - |
YUV | 136.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 136 | 137 | 0 | 0.01 | 0.01 | 0.46 | 330 | 0.01 | 0.54 |
Hex | 8A | 88 | 89 | 0 | 1 | 1 | 2E | 14A | 1 | 36 |
Octal | 212 | 210 | 211 | 0 | 1 | 1 | 56 | 512 | 1 | 66 |
Binary | 10001010 | 10001000 | 10001001 | 0 | 1 | 1 | 101110 | 101001010 | 1 | 110110 |
Color Harmonies of #8A8889
Complementary color
Monochromatic Colors of #8A8889
Black with #8A8889
Text Example
Text Example
White with #8A8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8889; }
p { color: rgb(138,136,137); }
H1.HeaderClassName
{
color: #8A8889;
}
.AnyTagClassName
{
color: #8A8889;
}
</style>
background-color css
<style>
a { background-color: #8A8889; }
a { background-color: rgb(138,136,137); }
div.DivClassName
{
background-color: #8A8889;
}
.BgClassName
{
background-color: #8A8889;
}
</style>
border-color css
<style>
span { border-color: #8A8889; }
span { border-color: rgb(138,136,137); }
td.TdClassName
{
border-color: #8A8889;
}
.TagClassName
{
border-color: #8A8889;
}
</style>