Shades of Taupe Grey #8B818B
Tints of Taupe Grey #8B818B
RGB
CMYK
RGB Variations
Color information
#8B818B (or 0x8B818B) is known color: Taupe Grey. HEX triplet: 8B, 81 and 8B. RGB value is (139,129,139). Sum of RGB (Red+Green+Blue) = 139+129+139=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B818B is #747E74. Grayscale: #858585. Windows color (decimal): -7634549 or 9142667. OLE color: 9142667.
HSL color Cylindrical-coordinate representation of color #8B818B: hue angle of 300º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B818B is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 139 | - |
| CMYK | 0 | 0.07 | 0 | 0.45 |
| HSL | 300º | 0.04% | 0.53% | - |
| HSV(B) | 300º | 0.07% | 0.55% | - |
| XYZ | 23.16 | 23.05 | 27.66 | - |
| YUV | 133.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 139 | 0 | 0.07 | 0 | 0.45 | 300 | 0.04 | 0.53 |
| Hex | 8B | 81 | 8B | 0 | 7 | 0 | 2D | 12C | 4 | 35 |
| Octal | 213 | 201 | 213 | 0 | 7 | 0 | 55 | 454 | 4 | 65 |
| Binary | 10001011 | 10000001 | 10001011 | 0 | 111 | 0 | 101101 | 100101100 | 100 | 110101 |
Color Harmonies of #8B818B
Complementary color
Monochromatic Colors of #8B818B
Black with #8B818B
Text Example
Text Example
White with #8B818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B818B; }
p { color: rgb(139,129,139); }
H1.HeaderClassName
{
color: #8B818B;
}
.AnyTagClassName
{
color: #8B818B;
}
</style>
background-color css
<style>
a { background-color: #8B818B; }
a { background-color: rgb(139,129,139); }
div.DivClassName
{
background-color: #8B818B;
}
.BgClassName
{
background-color: #8B818B;
}
</style>
border-color css
<style>
span { border-color: #8B818B; }
span { border-color: rgb(139,129,139); }
td.TdClassName
{
border-color: #8B818B;
}
.TagClassName
{
border-color: #8B818B;
}
</style>