Shades of Taupe Grey #8F848A
Tints of Taupe Grey #8F848A
RGB
CMYK
RGB Variations
Color information
#8F848A (or 0x8F848A) is known color: Taupe Grey. HEX triplet: 8F, 84 and 8A. RGB value is (143,132,138). Sum of RGB (Red+Green+Blue) = 143+132+138=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 143 - color contains mainly: red. Hex color #8F848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F848A is #707B75. Grayscale: #878787. Windows color (decimal): -7371638 or 9077903. OLE color: 9077903.
HSL color Cylindrical-coordinate representation of color #8F848A: hue angle of 327.27º 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 #8F848A is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 132 | 138 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.44 |
| HSL | 327.27º | 0.05% | 0.54% | - |
| HSV(B) | 327.27º | 0.08% | 0.56% | - |
| XYZ | 24.17 | 24.18 | 27.44 | - |
| YUV | 135.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 138 | 0 | 0.08 | 0.03 | 0.44 | 327.27 | 0.05 | 0.54 |
| Hex | 8F | 84 | 8A | 0 | 8 | 3 | 2C | 147 | 5 | 36 |
| Octal | 217 | 204 | 212 | 0 | 10 | 3 | 54 | 507 | 5 | 66 |
| Binary | 10001111 | 10000100 | 10001010 | 0 | 1000 | 11 | 101100 | 101000111 | 101 | 110110 |
Color Harmonies of #8F848A
Complementary color
Monochromatic Colors of #8F848A
Black with #8F848A
Text Example
Text Example
White with #8F848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F848A; }
p { color: rgb(143,132,138); }
H1.HeaderClassName
{
color: #8F848A;
}
.AnyTagClassName
{
color: #8F848A;
}
</style>
background-color css
<style>
a { background-color: #8F848A; }
a { background-color: rgb(143,132,138); }
div.DivClassName
{
background-color: #8F848A;
}
.BgClassName
{
background-color: #8F848A;
}
</style>
border-color css
<style>
span { border-color: #8F848A; }
span { border-color: rgb(143,132,138); }
td.TdClassName
{
border-color: #8F848A;
}
.TagClassName
{
border-color: #8F848A;
}
</style>