Shades of Taupe Grey #8B878A
Tints of Taupe Grey #8B878A
RGB
CMYK
RGB Variations
Color information
#8B878A (or 0x8B878A) is known color: Taupe Grey. HEX triplet: 8B, 87 and 8A. RGB value is (139,135,138). Sum of RGB (Red+Green+Blue) = 139+135+138=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 139 - color contains mainly: red. Hex color #8B878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B878A is #747875. Grayscale: #888888. Windows color (decimal): -7633014 or 9078667. OLE color: 9078667.
HSL color Cylindrical-coordinate representation of color #8B878A: hue angle of 315º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8B878A is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 138 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.45 |
| HSL | 315º | 0.02% | 0.54% | - |
| HSV(B) | 315º | 0.03% | 0.55% | - |
| XYZ | 23.9 | 24.65 | 27.54 | - |
| YUV | 136.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 138 | 0 | 0.03 | 0.01 | 0.45 | 315 | 0.02 | 0.54 |
| Hex | 8B | 87 | 8A | 0 | 3 | 1 | 2D | 13B | 2 | 36 |
| Octal | 213 | 207 | 212 | 0 | 3 | 1 | 55 | 473 | 2 | 66 |
| Binary | 10001011 | 10000111 | 10001010 | 0 | 11 | 1 | 101101 | 100111011 | 10 | 110110 |
Color Harmonies of #8B878A
Complementary color
Monochromatic Colors of #8B878A
Black with #8B878A
Text Example
Text Example
White with #8B878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B878A; }
p { color: rgb(139,135,138); }
H1.HeaderClassName
{
color: #8B878A;
}
.AnyTagClassName
{
color: #8B878A;
}
</style>
background-color css
<style>
a { background-color: #8B878A; }
a { background-color: rgb(139,135,138); }
div.DivClassName
{
background-color: #8B878A;
}
.BgClassName
{
background-color: #8B878A;
}
</style>
border-color css
<style>
span { border-color: #8B878A; }
span { border-color: rgb(139,135,138); }
td.TdClassName
{
border-color: #8B878A;
}
.TagClassName
{
border-color: #8B878A;
}
</style>