Shades of Taupe Grey #8C7F8B
Tints of Taupe Grey #8C7F8B
RGB
CMYK
RGB Variations
Color information
#8C7F8B (or 0x8C7F8B) is known color: Taupe Grey. HEX triplet: 8C, 7F and 8B. RGB value is (140,127,139). Sum of RGB (Red+Green+Blue) = 140+127+139=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F8B is #738074. Grayscale: #848484. Windows color (decimal): -7569525 or 9142156. OLE color: 9142156.
HSL color Cylindrical-coordinate representation of color #8C7F8B: hue angle of 304.62º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C7F8B is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 139 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.45 |
| HSL | 304.62º | 0.05% | 0.52% | - |
| HSV(B) | 304.62º | 0.09% | 0.55% | - |
| XYZ | 23.06 | 22.62 | 27.58 | - |
| YUV | 132.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 139 | 0 | 0.09 | 0.01 | 0.45 | 304.62 | 0.05 | 0.52 |
| Hex | 8C | 7F | 8B | 0 | 9 | 1 | 2D | 131 | 5 | 34 |
| Octal | 214 | 177 | 213 | 0 | 11 | 1 | 55 | 461 | 5 | 64 |
| Binary | 10001100 | 1111111 | 10001011 | 0 | 1001 | 1 | 101101 | 100110001 | 101 | 110100 |
Color Harmonies of #8C7F8B
Complementary color
Monochromatic Colors of #8C7F8B
Black with #8C7F8B
Text Example
Text Example
White with #8C7F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F8B; }
p { color: rgb(140,127,139); }
H1.HeaderClassName
{
color: #8C7F8B;
}
.AnyTagClassName
{
color: #8C7F8B;
}
</style>
background-color css
<style>
a { background-color: #8C7F8B; }
a { background-color: rgb(140,127,139); }
div.DivClassName
{
background-color: #8C7F8B;
}
.BgClassName
{
background-color: #8C7F8B;
}
</style>
border-color css
<style>
span { border-color: #8C7F8B; }
span { border-color: rgb(140,127,139); }
td.TdClassName
{
border-color: #8C7F8B;
}
.TagClassName
{
border-color: #8C7F8B;
}
</style>