Shades of Taupe Grey #8F838B
Tints of Taupe Grey #8F838B
RGB
CMYK
RGB Variations
Color information
#8F838B (or 0x8F838B) is known color: Taupe Grey. HEX triplet: 8F, 83 and 8B. RGB value is (143,131,139). Sum of RGB (Red+Green+Blue) = 143+131+139=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 143 - color contains mainly: red. Hex color #8F838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F838B is #707C74. Grayscale: #878787. Windows color (decimal): -7371893 or 9143183. OLE color: 9143183.
HSL color Cylindrical-coordinate representation of color #8F838B: hue angle of 320º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F838B is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 139 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.44 |
| HSL | 320º | 0.05% | 0.54% | - |
| HSV(B) | 320º | 0.08% | 0.56% | - |
| XYZ | 24.1 | 23.94 | 27.78 | - |
| YUV | 135.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 139 | 0 | 0.08 | 0.03 | 0.44 | 320 | 0.05 | 0.54 |
| Hex | 8F | 83 | 8B | 0 | 8 | 3 | 2C | 140 | 5 | 36 |
| Octal | 217 | 203 | 213 | 0 | 10 | 3 | 54 | 500 | 5 | 66 |
| Binary | 10001111 | 10000011 | 10001011 | 0 | 1000 | 11 | 101100 | 101000000 | 101 | 110110 |
Color Harmonies of #8F838B
Complementary color
Monochromatic Colors of #8F838B
Black with #8F838B
Text Example
Text Example
White with #8F838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F838B; }
p { color: rgb(143,131,139); }
H1.HeaderClassName
{
color: #8F838B;
}
.AnyTagClassName
{
color: #8F838B;
}
</style>
background-color css
<style>
a { background-color: #8F838B; }
a { background-color: rgb(143,131,139); }
div.DivClassName
{
background-color: #8F838B;
}
.BgClassName
{
background-color: #8F838B;
}
</style>
border-color css
<style>
span { border-color: #8F838B; }
span { border-color: rgb(143,131,139); }
td.TdClassName
{
border-color: #8F838B;
}
.TagClassName
{
border-color: #8F838B;
}
</style>