Shades of Taupe Grey #8B888A
Tints of Taupe Grey #8B888A
RGB
CMYK
RGB Variations
Color information
#8B888A (or 0x8B888A) is known color: Taupe Grey. HEX triplet: 8B, 88 and 8A. RGB value is (139,136,138). Sum of RGB (Red+Green+Blue) = 139+136+138=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 139 - color contains mainly: red. Hex color #8B888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B888A is #747775. Grayscale: #898989. Windows color (decimal): -7632758 or 9078923. OLE color: 9078923.
HSL color Cylindrical-coordinate representation of color #8B888A: hue angle of 320º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8B888A is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 138 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.45 |
| HSL | 320º | 0.01% | 0.54% | - |
| HSV(B) | 320º | 0.02% | 0.55% | - |
| XYZ | 24.04 | 24.93 | 27.59 | - |
| YUV | 137.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 138 | 0 | 0.02 | 0.01 | 0.45 | 320 | 0.01 | 0.54 |
| Hex | 8B | 88 | 8A | 0 | 2 | 1 | 2D | 140 | 1 | 36 |
| Octal | 213 | 210 | 212 | 0 | 2 | 1 | 55 | 500 | 1 | 66 |
| Binary | 10001011 | 10001000 | 10001010 | 0 | 10 | 1 | 101101 | 101000000 | 1 | 110110 |
Color Harmonies of #8B888A
Complementary color
Monochromatic Colors of #8B888A
Black with #8B888A
Text Example
Text Example
White with #8B888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B888A; }
p { color: rgb(139,136,138); }
H1.HeaderClassName
{
color: #8B888A;
}
.AnyTagClassName
{
color: #8B888A;
}
</style>
background-color css
<style>
a { background-color: #8B888A; }
a { background-color: rgb(139,136,138); }
div.DivClassName
{
background-color: #8B888A;
}
.BgClassName
{
background-color: #8B888A;
}
</style>
border-color css
<style>
span { border-color: #8B888A; }
span { border-color: rgb(139,136,138); }
td.TdClassName
{
border-color: #8B888A;
}
.TagClassName
{
border-color: #8B888A;
}
</style>