Shades of Taupe Grey #8F8088
Tints of Taupe Grey #8F8088
RGB
CMYK
RGB Variations
Color information
#8F8088 (or 0x8F8088) is known color: Taupe Grey. HEX triplet: 8F, 80 and 88. RGB value is (143,128,136). Sum of RGB (Red+Green+Blue) = 143+128+136=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8088 is #707F77. Grayscale: #858585. Windows color (decimal): -7372664 or 8945807. OLE color: 8945807.
HSL color Cylindrical-coordinate representation of color #8F8088: hue angle of 328º 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 #8F8088 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 136 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.44 |
| HSL | 328º | 0.06% | 0.53% | - |
| HSV(B) | 328º | 0.1% | 0.56% | - |
| XYZ | 23.49 | 23.06 | 26.5 | - |
| YUV | 133.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 136 | 0 | 0.10 | 0.05 | 0.44 | 328 | 0.06 | 0.53 |
| Hex | 8F | 80 | 88 | 0 | A | 5 | 2C | 148 | 6 | 35 |
| Octal | 217 | 200 | 210 | 0 | 12 | 5 | 54 | 510 | 6 | 65 |
| Binary | 10001111 | 10000000 | 10001000 | 0 | 1010 | 101 | 101100 | 101001000 | 110 | 110101 |
Color Harmonies of #8F8088
Complementary color
Monochromatic Colors of #8F8088
Black with #8F8088
Text Example
Text Example
White with #8F8088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8088; }
p { color: rgb(143,128,136); }
H1.HeaderClassName
{
color: #8F8088;
}
.AnyTagClassName
{
color: #8F8088;
}
</style>
background-color css
<style>
a { background-color: #8F8088; }
a { background-color: rgb(143,128,136); }
div.DivClassName
{
background-color: #8F8088;
}
.BgClassName
{
background-color: #8F8088;
}
</style>
border-color css
<style>
span { border-color: #8F8088; }
span { border-color: rgb(143,128,136); }
td.TdClassName
{
border-color: #8F8088;
}
.TagClassName
{
border-color: #8F8088;
}
</style>