Shades of Taupe Grey #8B868B
Tints of Taupe Grey #8B868B
RGB
CMYK
RGB Variations
Color information
#8B868B (or 0x8B868B) is known color: Taupe Grey. HEX triplet: 8B, 86 and 8B. RGB value is (139,134,139). Sum of RGB (Red+Green+Blue) = 139+134+139=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B868B is #747974. Grayscale: #888888. Windows color (decimal): -7633269 or 9143947. OLE color: 9143947.
HSL color Cylindrical-coordinate representation of color #8B868B: 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.04%. Process color model (Four color, CMYK) of #8B868B is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 134 | 139 | - |
CMYK | 0 | 0.04 | 0 | 0.45 |
HSL | 300º | 0.02% | 0.54% | - |
HSV(B) | 300º | 0.04% | 0.55% | - |
XYZ | 23.83 | 24.4 | 27.88 | - |
YUV | 136.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 134 | 139 | 0 | 0.04 | 0 | 0.45 | 300 | 0.02 | 0.54 |
Hex | 8B | 86 | 8B | 0 | 4 | 0 | 2D | 12C | 2 | 36 |
Octal | 213 | 206 | 213 | 0 | 4 | 0 | 55 | 454 | 2 | 66 |
Binary | 10001011 | 10000110 | 10001011 | 0 | 100 | 0 | 101101 | 100101100 | 10 | 110110 |
Color Harmonies of #8B868B
Complementary color
Monochromatic Colors of #8B868B
Black with #8B868B
Text Example
Text Example
White with #8B868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B868B; }
p { color: rgb(139,134,139); }
H1.HeaderClassName
{
color: #8B868B;
}
.AnyTagClassName
{
color: #8B868B;
}
</style>
background-color css
<style>
a { background-color: #8B868B; }
a { background-color: rgb(139,134,139); }
div.DivClassName
{
background-color: #8B868B;
}
.BgClassName
{
background-color: #8B868B;
}
</style>
border-color css
<style>
span { border-color: #8B868B; }
span { border-color: rgb(139,134,139); }
td.TdClassName
{
border-color: #8B868B;
}
.TagClassName
{
border-color: #8B868B;
}
</style>