Shades of Taupe Grey #8F7B8B
Tints of Taupe Grey #8F7B8B
RGB
CMYK
RGB Variations
Color information
#8F7B8B (or 0x8F7B8B) is known color: Taupe Grey. HEX triplet: 8F, 7B and 8B. RGB value is (143,123,139). Sum of RGB (Red+Green+Blue) = 143+123+139=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7B8B is #708474. Grayscale: #828282. Windows color (decimal): -7373941 or 9141135. OLE color: 9141135.
HSL color Cylindrical-coordinate representation of color #8F7B8B: hue angle of 312º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F7B8B is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 123 | 139 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.44 |
| HSL | 312º | 0.08% | 0.52% | - |
| HSV(B) | 312º | 0.14% | 0.56% | - |
| XYZ | 23.07 | 21.87 | 27.43 | - |
| YUV | 130.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 139 | 0 | 0.14 | 0.03 | 0.44 | 312 | 0.08 | 0.52 |
| Hex | 8F | 7B | 8B | 0 | E | 3 | 2C | 138 | 8 | 34 |
| Octal | 217 | 173 | 213 | 0 | 16 | 3 | 54 | 470 | 10 | 64 |
| Binary | 10001111 | 1111011 | 10001011 | 0 | 1110 | 11 | 101100 | 100111000 | 1000 | 110100 |
Color Harmonies of #8F7B8B
Complementary color
Monochromatic Colors of #8F7B8B
Black with #8F7B8B
Text Example
Text Example
White with #8F7B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7B8B; }
p { color: rgb(143,123,139); }
H1.HeaderClassName
{
color: #8F7B8B;
}
.AnyTagClassName
{
color: #8F7B8B;
}
</style>
background-color css
<style>
a { background-color: #8F7B8B; }
a { background-color: rgb(143,123,139); }
div.DivClassName
{
background-color: #8F7B8B;
}
.BgClassName
{
background-color: #8F7B8B;
}
</style>
border-color css
<style>
span { border-color: #8F7B8B; }
span { border-color: rgb(143,123,139); }
td.TdClassName
{
border-color: #8F7B8B;
}
.TagClassName
{
border-color: #8F7B8B;
}
</style>