Shades of Taupe Grey #8F7E8A
Tints of Taupe Grey #8F7E8A
RGB
CMYK
RGB Variations
Color information
#8F7E8A (or 0x8F7E8A) is known color: Taupe Grey. HEX triplet: 8F, 7E and 8A. RGB value is (143,126,138). Sum of RGB (Red+Green+Blue) = 143+126+138=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7E8A is #708175. Grayscale: #848484. Windows color (decimal): -7373174 or 9076367. OLE color: 9076367.
HSL color Cylindrical-coordinate representation of color #8F7E8A: hue angle of 317.65º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F7E8A is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 126 | 138 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.44 |
| HSL | 317.65º | 0.07% | 0.53% | - |
| HSV(B) | 317.65º | 0.12% | 0.56% | - |
| XYZ | 23.38 | 22.6 | 27.17 | - |
| YUV | 132.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 138 | 0 | 0.12 | 0.03 | 0.44 | 317.65 | 0.07 | 0.53 |
| Hex | 8F | 7E | 8A | 0 | C | 3 | 2C | 13E | 7 | 35 |
| Octal | 217 | 176 | 212 | 0 | 14 | 3 | 54 | 476 | 7 | 65 |
| Binary | 10001111 | 1111110 | 10001010 | 0 | 1100 | 11 | 101100 | 100111110 | 111 | 110101 |
Color Harmonies of #8F7E8A
Complementary color
Monochromatic Colors of #8F7E8A
Black with #8F7E8A
Text Example
Text Example
White with #8F7E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7E8A; }
p { color: rgb(143,126,138); }
H1.HeaderClassName
{
color: #8F7E8A;
}
.AnyTagClassName
{
color: #8F7E8A;
}
</style>
background-color css
<style>
a { background-color: #8F7E8A; }
a { background-color: rgb(143,126,138); }
div.DivClassName
{
background-color: #8F7E8A;
}
.BgClassName
{
background-color: #8F7E8A;
}
</style>
border-color css
<style>
span { border-color: #8F7E8A; }
span { border-color: rgb(143,126,138); }
td.TdClassName
{
border-color: #8F7E8A;
}
.TagClassName
{
border-color: #8F7E8A;
}
</style>