Shades of Taupe Grey #8F7F8C
Tints of Taupe Grey #8F7F8C
RGB
CMYK
RGB Variations
Color information
#8F7F8C (or 0x8F7F8C) is known color: Taupe Grey. HEX triplet: 8F, 7F and 8C. RGB value is (143,127,140). Sum of RGB (Red+Green+Blue) = 143+127+140=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7F8C is #708073. Grayscale: #858585. Windows color (decimal): -7372916 or 9207695. OLE color: 9207695.
HSL color Cylindrical-coordinate representation of color #8F7F8C: hue angle of 311.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F7F8C is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 127 | 140 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.44 |
| HSL | 311.25º | 0.07% | 0.53% | - |
| HSV(B) | 311.25º | 0.11% | 0.56% | - |
| XYZ | 23.65 | 22.91 | 27.99 | - |
| YUV | 133.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 140 | 0 | 0.11 | 0.02 | 0.44 | 311.25 | 0.07 | 0.53 |
| Hex | 8F | 7F | 8C | 0 | B | 2 | 2C | 137 | 7 | 35 |
| Octal | 217 | 177 | 214 | 0 | 13 | 2 | 54 | 467 | 7 | 65 |
| Binary | 10001111 | 1111111 | 10001100 | 0 | 1011 | 10 | 101100 | 100110111 | 111 | 110101 |
Color Harmonies of #8F7F8C
Complementary color
Monochromatic Colors of #8F7F8C
Black with #8F7F8C
Text Example
Text Example
White with #8F7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7F8C; }
p { color: rgb(143,127,140); }
H1.HeaderClassName
{
color: #8F7F8C;
}
.AnyTagClassName
{
color: #8F7F8C;
}
</style>
background-color css
<style>
a { background-color: #8F7F8C; }
a { background-color: rgb(143,127,140); }
div.DivClassName
{
background-color: #8F7F8C;
}
.BgClassName
{
background-color: #8F7F8C;
}
</style>
border-color css
<style>
span { border-color: #8F7F8C; }
span { border-color: rgb(143,127,140); }
td.TdClassName
{
border-color: #8F7F8C;
}
.TagClassName
{
border-color: #8F7F8C;
}
</style>