Shades of Taupe Grey #8F788D
Tints of Taupe Grey #8F788D
RGB
CMYK
RGB Variations
Color information
#8F788D (or 0x8F788D) is known color: Taupe Grey. HEX triplet: 8F, 78 and 8D. RGB value is (143,120,141). Sum of RGB (Red+Green+Blue) = 143+120+141=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 143 - color contains mainly: red. Hex color #8F788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F788D is #708772. Grayscale: #818181. Windows color (decimal): -7374707 or 9271439. OLE color: 9271439.
HSL color Cylindrical-coordinate representation of color #8F788D: hue angle of 305.22º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F788D is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 141 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.44 |
| HSL | 305.22º | 0.09% | 0.52% | - |
| HSV(B) | 305.22º | 0.16% | 0.56% | - |
| XYZ | 22.85 | 21.2 | 28.09 | - |
| YUV | 129.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 141 | 0 | 0.16 | 0.01 | 0.44 | 305.22 | 0.09 | 0.52 |
| Hex | 8F | 78 | 8D | 0 | 10 | 1 | 2C | 131 | 9 | 34 |
| Octal | 217 | 170 | 215 | 0 | 20 | 1 | 54 | 461 | 11 | 64 |
| Binary | 10001111 | 1111000 | 10001101 | 0 | 10000 | 1 | 101100 | 100110001 | 1001 | 110100 |
Color Harmonies of #8F788D
Complementary color
Monochromatic Colors of #8F788D
Black with #8F788D
Text Example
Text Example
White with #8F788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F788D; }
p { color: rgb(143,120,141); }
H1.HeaderClassName
{
color: #8F788D;
}
.AnyTagClassName
{
color: #8F788D;
}
</style>
background-color css
<style>
a { background-color: #8F788D; }
a { background-color: rgb(143,120,141); }
div.DivClassName
{
background-color: #8F788D;
}
.BgClassName
{
background-color: #8F788D;
}
</style>
border-color css
<style>
span { border-color: #8F788D; }
span { border-color: rgb(143,120,141); }
td.TdClassName
{
border-color: #8F788D;
}
.TagClassName
{
border-color: #8F788D;
}
</style>