Shades of Taupe Grey #8F7F89
Tints of Taupe Grey #8F7F89
RGB
CMYK
RGB Variations
Color information
#8F7F89 (or 0x8F7F89) is known color: Taupe Grey. HEX triplet: 8F, 7F and 89. RGB value is (143,127,137). Sum of RGB (Red+Green+Blue) = 143+127+137=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7F89 is #708076. Grayscale: #848484. Windows color (decimal): -7372919 or 9011087. OLE color: 9011087.
HSL color Cylindrical-coordinate representation of color #8F7F89: hue angle of 322.5º 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 #8F7F89 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 127 | 137 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.44 |
| HSL | 322.5º | 0.07% | 0.53% | - |
| HSV(B) | 322.5º | 0.11% | 0.56% | - |
| XYZ | 23.43 | 22.82 | 26.84 | - |
| YUV | 132.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 137 | 0 | 0.11 | 0.04 | 0.44 | 322.5 | 0.07 | 0.53 |
| Hex | 8F | 7F | 89 | 0 | B | 4 | 2C | 142 | 7 | 35 |
| Octal | 217 | 177 | 211 | 0 | 13 | 4 | 54 | 502 | 7 | 65 |
| Binary | 10001111 | 1111111 | 10001001 | 0 | 1011 | 100 | 101100 | 101000010 | 111 | 110101 |
Color Harmonies of #8F7F89
Complementary color
Monochromatic Colors of #8F7F89
Black with #8F7F89
Text Example
Text Example
White with #8F7F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7F89; }
p { color: rgb(143,127,137); }
H1.HeaderClassName
{
color: #8F7F89;
}
.AnyTagClassName
{
color: #8F7F89;
}
</style>
background-color css
<style>
a { background-color: #8F7F89; }
a { background-color: rgb(143,127,137); }
div.DivClassName
{
background-color: #8F7F89;
}
.BgClassName
{
background-color: #8F7F89;
}
</style>
border-color css
<style>
span { border-color: #8F7F89; }
span { border-color: rgb(143,127,137); }
td.TdClassName
{
border-color: #8F7F89;
}
.TagClassName
{
border-color: #8F7F89;
}
</style>