Shades of Taupe Grey #8B898B
Tints of Taupe Grey #8B898B
RGB
CMYK
RGB Variations
Color information
#8B898B (or 0x8B898B) is known color: Taupe Grey. HEX triplet: 8B, 89 and 8B. RGB value is (139,137,139). Sum of RGB (Red+Green+Blue) = 139+137+139=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B898B is #747674. Grayscale: #898989. Windows color (decimal): -7632501 or 9144715. OLE color: 9144715.
HSL color Cylindrical-coordinate representation of color #8B898B: 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.01%. Process color model (Four color, CMYK) of #8B898B is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 137 | 139 | - |
CMYK | 0 | 0.01 | 0 | 0.45 |
HSL | 300º | 0.01% | 0.54% | - |
HSV(B) | 300º | 0.01% | 0.55% | - |
XYZ | 24.25 | 25.24 | 28.02 | - |
YUV | 137.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 137 | 139 | 0 | 0.01 | 0 | 0.45 | 300 | 0.01 | 0.54 |
Hex | 8B | 89 | 8B | 0 | 1 | 0 | 2D | 12C | 1 | 36 |
Octal | 213 | 211 | 213 | 0 | 1 | 0 | 55 | 454 | 1 | 66 |
Binary | 10001011 | 10001001 | 10001011 | 0 | 1 | 0 | 101101 | 100101100 | 1 | 110110 |
Color Harmonies of #8B898B
Complementary color
Monochromatic Colors of #8B898B
Black with #8B898B
Text Example
Text Example
White with #8B898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B898B; }
p { color: rgb(139,137,139); }
H1.HeaderClassName
{
color: #8B898B;
}
.AnyTagClassName
{
color: #8B898B;
}
</style>
background-color css
<style>
a { background-color: #8B898B; }
a { background-color: rgb(139,137,139); }
div.DivClassName
{
background-color: #8B898B;
}
.BgClassName
{
background-color: #8B898B;
}
</style>
border-color css
<style>
span { border-color: #8B898B; }
span { border-color: rgb(139,137,139); }
td.TdClassName
{
border-color: #8B898B;
}
.TagClassName
{
border-color: #8B898B;
}
</style>