Shades of Taupe Grey #8F7A8C
Tints of Taupe Grey #8F7A8C
RGB
CMYK
RGB Variations
Color information
#8F7A8C (or 0x8F7A8C) is known color: Taupe Grey. HEX triplet: 8F, 7A and 8C. RGB value is (143,122,140). Sum of RGB (Red+Green+Blue) = 143+122+140=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7A8C is #708573. Grayscale: #828282. Windows color (decimal): -7374196 or 9206415. OLE color: 9206415.
HSL color Cylindrical-coordinate representation of color #8F7A8C: hue angle of 308.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F7A8C is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 122 | 140 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.44 |
| HSL | 308.57º | 0.09% | 0.52% | - |
| HSV(B) | 308.57º | 0.15% | 0.56% | - |
| XYZ | 23.02 | 21.65 | 27.78 | - |
| YUV | 130.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 140 | 0 | 0.15 | 0.02 | 0.44 | 308.57 | 0.09 | 0.52 |
| Hex | 8F | 7A | 8C | 0 | F | 2 | 2C | 135 | 9 | 34 |
| Octal | 217 | 172 | 214 | 0 | 17 | 2 | 54 | 465 | 11 | 64 |
| Binary | 10001111 | 1111010 | 10001100 | 0 | 1111 | 10 | 101100 | 100110101 | 1001 | 110100 |
Color Harmonies of #8F7A8C
Complementary color
Monochromatic Colors of #8F7A8C
Black with #8F7A8C
Text Example
Text Example
White with #8F7A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7A8C; }
p { color: rgb(143,122,140); }
H1.HeaderClassName
{
color: #8F7A8C;
}
.AnyTagClassName
{
color: #8F7A8C;
}
</style>
background-color css
<style>
a { background-color: #8F7A8C; }
a { background-color: rgb(143,122,140); }
div.DivClassName
{
background-color: #8F7A8C;
}
.BgClassName
{
background-color: #8F7A8C;
}
</style>
border-color css
<style>
span { border-color: #8F7A8C; }
span { border-color: rgb(143,122,140); }
td.TdClassName
{
border-color: #8F7A8C;
}
.TagClassName
{
border-color: #8F7A8C;
}
</style>