Shades of Taupe Grey #8F858B
Tints of Taupe Grey #8F858B
RGB
CMYK
RGB Variations
Color information
#8F858B (or 0x8F858B) is known color: Taupe Grey. HEX triplet: 8F, 85 and 8B. RGB value is (143,133,139). Sum of RGB (Red+Green+Blue) = 143+133+139=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 143 - color contains mainly: red. Hex color #8F858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F858B is #707A74. Grayscale: #888888. Windows color (decimal): -7371381 or 9143695. OLE color: 9143695.
HSL color Cylindrical-coordinate representation of color #8F858B: hue angle of 324º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F858B is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 139 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.44 |
| HSL | 324º | 0.04% | 0.54% | - |
| HSV(B) | 324º | 0.07% | 0.56% | - |
| XYZ | 24.38 | 24.48 | 27.87 | - |
| YUV | 136.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 139 | 0 | 0.07 | 0.03 | 0.44 | 324 | 0.04 | 0.54 |
| Hex | 8F | 85 | 8B | 0 | 7 | 3 | 2C | 144 | 4 | 36 |
| Octal | 217 | 205 | 213 | 0 | 7 | 3 | 54 | 504 | 4 | 66 |
| Binary | 10001111 | 10000101 | 10001011 | 0 | 111 | 11 | 101100 | 101000100 | 100 | 110110 |
Color Harmonies of #8F858B
Complementary color
Monochromatic Colors of #8F858B
Black with #8F858B
Text Example
Text Example
White with #8F858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F858B; }
p { color: rgb(143,133,139); }
H1.HeaderClassName
{
color: #8F858B;
}
.AnyTagClassName
{
color: #8F858B;
}
</style>
background-color css
<style>
a { background-color: #8F858B; }
a { background-color: rgb(143,133,139); }
div.DivClassName
{
background-color: #8F858B;
}
.BgClassName
{
background-color: #8F858B;
}
</style>
border-color css
<style>
span { border-color: #8F858B; }
span { border-color: rgb(143,133,139); }
td.TdClassName
{
border-color: #8F858B;
}
.TagClassName
{
border-color: #8F858B;
}
</style>