Shades of Taupe Grey #8B888B
Tints of Taupe Grey #8B888B
RGB
CMYK
RGB Variations
Color information
#8B888B (or 0x8B888B) is known color: Taupe Grey. HEX triplet: 8B, 88 and 8B. RGB value is (139,136,139). Sum of RGB (Red+Green+Blue) = 139+136+139=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B888B is #747774. Grayscale: #898989. Windows color (decimal): -7632757 or 9144459. OLE color: 9144459.
HSL color Cylindrical-coordinate representation of color #8B888B: hue angle of 300º 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 #8B888B is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 136 | 139 | - |
CMYK | 0 | 0.02 | 0 | 0.45 |
HSL | 300º | 0.01% | 0.54% | - |
HSV(B) | 300º | 0.02% | 0.55% | - |
XYZ | 24.11 | 24.96 | 27.97 | - |
YUV | 137.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 136 | 139 | 0 | 0.02 | 0 | 0.45 | 300 | 0.01 | 0.54 |
Hex | 8B | 88 | 8B | 0 | 2 | 0 | 2D | 12C | 1 | 36 |
Octal | 213 | 210 | 213 | 0 | 2 | 0 | 55 | 454 | 1 | 66 |
Binary | 10001011 | 10001000 | 10001011 | 0 | 10 | 0 | 101101 | 100101100 | 1 | 110110 |
Color Harmonies of #8B888B
Complementary color
Monochromatic Colors of #8B888B
Black with #8B888B
Text Example
Text Example
White with #8B888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B888B; }
p { color: rgb(139,136,139); }
H1.HeaderClassName
{
color: #8B888B;
}
.AnyTagClassName
{
color: #8B888B;
}
</style>
background-color css
<style>
a { background-color: #8B888B; }
a { background-color: rgb(139,136,139); }
div.DivClassName
{
background-color: #8B888B;
}
.BgClassName
{
background-color: #8B888B;
}
</style>
border-color css
<style>
span { border-color: #8B888B; }
span { border-color: rgb(139,136,139); }
td.TdClassName
{
border-color: #8B888B;
}
.TagClassName
{
border-color: #8B888B;
}
</style>