Shades of Taupe Grey #8F7C8B
Tints of Taupe Grey #8F7C8B
RGB
CMYK
RGB Variations
Color information
#8F7C8B (or 0x8F7C8B) is known color: Taupe Grey. HEX triplet: 8F, 7C and 8B. RGB value is (143,124,139). Sum of RGB (Red+Green+Blue) = 143+124+139=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7C8B is #708374. Grayscale: #838383. Windows color (decimal): -7373685 or 9141391. OLE color: 9141391.
HSL color Cylindrical-coordinate representation of color #8F7C8B: hue angle of 312.63º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F7C8B is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 124 | 139 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.44 |
| HSL | 312.63º | 0.08% | 0.52% | - |
| HSV(B) | 312.63º | 0.13% | 0.56% | - |
| XYZ | 23.2 | 22.12 | 27.47 | - |
| YUV | 131.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 139 | 0 | 0.13 | 0.03 | 0.44 | 312.63 | 0.08 | 0.52 |
| Hex | 8F | 7C | 8B | 0 | D | 3 | 2C | 139 | 8 | 34 |
| Octal | 217 | 174 | 213 | 0 | 15 | 3 | 54 | 471 | 10 | 64 |
| Binary | 10001111 | 1111100 | 10001011 | 0 | 1101 | 11 | 101100 | 100111001 | 1000 | 110100 |
Color Harmonies of #8F7C8B
Complementary color
Monochromatic Colors of #8F7C8B
Black with #8F7C8B
Text Example
Text Example
White with #8F7C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7C8B; }
p { color: rgb(143,124,139); }
H1.HeaderClassName
{
color: #8F7C8B;
}
.AnyTagClassName
{
color: #8F7C8B;
}
</style>
background-color css
<style>
a { background-color: #8F7C8B; }
a { background-color: rgb(143,124,139); }
div.DivClassName
{
background-color: #8F7C8B;
}
.BgClassName
{
background-color: #8F7C8B;
}
</style>
border-color css
<style>
span { border-color: #8F7C8B; }
span { border-color: rgb(143,124,139); }
td.TdClassName
{
border-color: #8F7C8B;
}
.TagClassName
{
border-color: #8F7C8B;
}
</style>