Shades of Taupe Grey #8B878B
Tints of Taupe Grey #8B878B
RGB
CMYK
RGB Variations
Color information
#8B878B (or 0x8B878B) is known color: Taupe Grey. HEX triplet: 8B, 87 and 8B. RGB value is (139,135,139). Sum of RGB (Red+Green+Blue) = 139+135+139=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B878B is #747874. Grayscale: #888888. Windows color (decimal): -7633013 or 9144203. OLE color: 9144203.
HSL color Cylindrical-coordinate representation of color #8B878B: hue angle of 300º 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 #8B878B is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 139 | - |
| CMYK | 0 | 0.03 | 0 | 0.45 |
| HSL | 300º | 0.02% | 0.54% | - |
| HSV(B) | 300º | 0.03% | 0.55% | - |
| XYZ | 23.97 | 24.68 | 27.93 | - |
| YUV | 136.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 139 | 0 | 0.03 | 0 | 0.45 | 300 | 0.02 | 0.54 |
| Hex | 8B | 87 | 8B | 0 | 3 | 0 | 2D | 12C | 2 | 36 |
| Octal | 213 | 207 | 213 | 0 | 3 | 0 | 55 | 454 | 2 | 66 |
| Binary | 10001011 | 10000111 | 10001011 | 0 | 11 | 0 | 101101 | 100101100 | 10 | 110110 |
Color Harmonies of #8B878B
Complementary color
Monochromatic Colors of #8B878B
Black with #8B878B
Text Example
Text Example
White with #8B878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B878B; }
p { color: rgb(139,135,139); }
H1.HeaderClassName
{
color: #8B878B;
}
.AnyTagClassName
{
color: #8B878B;
}
</style>
background-color css
<style>
a { background-color: #8B878B; }
a { background-color: rgb(139,135,139); }
div.DivClassName
{
background-color: #8B878B;
}
.BgClassName
{
background-color: #8B878B;
}
</style>
border-color css
<style>
span { border-color: #8B878B; }
span { border-color: rgb(139,135,139); }
td.TdClassName
{
border-color: #8B878B;
}
.TagClassName
{
border-color: #8B878B;
}
</style>