Shades of Taupe Grey #8B808A
Tints of Taupe Grey #8B808A
RGB
CMYK
RGB Variations
Color information
#8B808A (or 0x8B808A) is known color: Taupe Grey. HEX triplet: 8B, 80 and 8A. RGB value is (139,128,138). Sum of RGB (Red+Green+Blue) = 139+128+138=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 139 - color contains mainly: red. Hex color #8B808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B808A is #747F75. Grayscale: #848484. Windows color (decimal): -7634806 or 9076875. OLE color: 9076875.
HSL color Cylindrical-coordinate representation of color #8B808A: hue angle of 305.45º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B808A is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 138 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.45 |
| HSL | 305.45º | 0.05% | 0.52% | - |
| HSV(B) | 305.45º | 0.08% | 0.55% | - |
| XYZ | 22.95 | 22.76 | 27.23 | - |
| YUV | 132.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 138 | 0 | 0.08 | 0.01 | 0.45 | 305.45 | 0.05 | 0.52 |
| Hex | 8B | 80 | 8A | 0 | 8 | 1 | 2D | 131 | 5 | 34 |
| Octal | 213 | 200 | 212 | 0 | 10 | 1 | 55 | 461 | 5 | 64 |
| Binary | 10001011 | 10000000 | 10001010 | 0 | 1000 | 1 | 101101 | 100110001 | 101 | 110100 |
Color Harmonies of #8B808A
Complementary color
Monochromatic Colors of #8B808A
Black with #8B808A
Text Example
Text Example
White with #8B808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B808A; }
p { color: rgb(139,128,138); }
H1.HeaderClassName
{
color: #8B808A;
}
.AnyTagClassName
{
color: #8B808A;
}
</style>
background-color css
<style>
a { background-color: #8B808A; }
a { background-color: rgb(139,128,138); }
div.DivClassName
{
background-color: #8B808A;
}
.BgClassName
{
background-color: #8B808A;
}
</style>
border-color css
<style>
span { border-color: #8B808A; }
span { border-color: rgb(139,128,138); }
td.TdClassName
{
border-color: #8B808A;
}
.TagClassName
{
border-color: #8B808A;
}
</style>