Shades of Taupe Grey #8F808D
Tints of Taupe Grey #8F808D
RGB
CMYK
RGB Variations
Color information
#8F808D (or 0x8F808D) is known color: Taupe Grey. HEX triplet: 8F, 80 and 8D. RGB value is (143,128,141). Sum of RGB (Red+Green+Blue) = 143+128+141=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 143 - color contains mainly: red. Hex color #8F808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F808D is #707F72. Grayscale: #858585. Windows color (decimal): -7372659 or 9273487. OLE color: 9273487.
HSL color Cylindrical-coordinate representation of color #8F808D: hue angle of 308º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F808D is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
RGB | 143 | 128 | 141 | - |
CMYK | 0 | 0.10 | 0.01 | 0.44 |
HSL | 308º | 0.06% | 0.53% | - |
HSV(B) | 308º | 0.1% | 0.56% | - |
XYZ | 23.85 | 23.2 | 28.42 | - |
YUV | 133.97 | 131.97 | 134.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 128 | 141 | 0 | 0.10 | 0.01 | 0.44 | 308 | 0.06 | 0.53 |
Hex | 8F | 80 | 8D | 0 | A | 1 | 2C | 134 | 6 | 35 |
Octal | 217 | 200 | 215 | 0 | 12 | 1 | 54 | 464 | 6 | 65 |
Binary | 10001111 | 10000000 | 10001101 | 0 | 1010 | 1 | 101100 | 100110100 | 110 | 110101 |
Color Harmonies of #8F808D
Complementary color
Monochromatic Colors of #8F808D
Black with #8F808D
Text Example
Text Example
White with #8F808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F808D; }
p { color: rgb(143,128,141); }
H1.HeaderClassName
{
color: #8F808D;
}
.AnyTagClassName
{
color: #8F808D;
}
</style>
background-color css
<style>
a { background-color: #8F808D; }
a { background-color: rgb(143,128,141); }
div.DivClassName
{
background-color: #8F808D;
}
.BgClassName
{
background-color: #8F808D;
}
</style>
border-color css
<style>
span { border-color: #8F808D; }
span { border-color: rgb(143,128,141); }
td.TdClassName
{
border-color: #8F808D;
}
.TagClassName
{
border-color: #8F808D;
}
</style>