Shades of Taupe Grey #8F758C
Tints of Taupe Grey #8F758C
RGB
CMYK
RGB Variations
Color information
#8F758C (or 0x8F758C) is known color: Taupe Grey. HEX triplet: 8F, 75 and 8C. RGB value is (143,117,140). Sum of RGB (Red+Green+Blue) = 143+117+140=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 143 - color contains mainly: red. Hex color #8F758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F758C is #708A73. Grayscale: #7F7F7F. Windows color (decimal): -7375476 or 9205135. OLE color: 9205135.
HSL color Cylindrical-coordinate representation of color #8F758C: hue angle of 306.92º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F758C is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 140 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.44 |
| HSL | 306.92º | 0.1% | 0.51% | - |
| HSV(B) | 306.92º | 0.18% | 0.56% | - |
| XYZ | 22.42 | 20.46 | 27.58 | - |
| YUV | 127.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 140 | 0 | 0.18 | 0.02 | 0.44 | 306.92 | 0.1 | 0.51 |
| Hex | 8F | 75 | 8C | 0 | 12 | 2 | 2C | 133 | A | 33 |
| Octal | 217 | 165 | 214 | 0 | 22 | 2 | 54 | 463 | 12 | 63 |
| Binary | 10001111 | 1110101 | 10001100 | 0 | 10010 | 10 | 101100 | 100110011 | 1010 | 110011 |
Color Harmonies of #8F758C
Complementary color
Monochromatic Colors of #8F758C
Black with #8F758C
Text Example
Text Example
White with #8F758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F758C; }
p { color: rgb(143,117,140); }
H1.HeaderClassName
{
color: #8F758C;
}
.AnyTagClassName
{
color: #8F758C;
}
</style>
background-color css
<style>
a { background-color: #8F758C; }
a { background-color: rgb(143,117,140); }
div.DivClassName
{
background-color: #8F758C;
}
.BgClassName
{
background-color: #8F758C;
}
</style>
border-color css
<style>
span { border-color: #8F758C; }
span { border-color: rgb(143,117,140); }
td.TdClassName
{
border-color: #8F758C;
}
.TagClassName
{
border-color: #8F758C;
}
</style>