Shades of Taupe Grey #8C7B85
Tints of Taupe Grey #8C7B85
RGB
CMYK
RGB Variations
Color information
#8C7B85 (or 0x8C7B85) is known color: Taupe Grey. HEX triplet: 8C, 7B and 85. RGB value is (140,123,133). Sum of RGB (Red+Green+Blue) = 140+123+133=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7B85 is #73847A. Grayscale: #818181. Windows color (decimal): -7570555 or 8747916. OLE color: 8747916.
HSL color Cylindrical-coordinate representation of color #8C7B85: hue angle of 324.71º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C7B85 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 123 | 133 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.45 |
| HSL | 324.71º | 0.07% | 0.52% | - |
| HSV(B) | 324.71º | 0.12% | 0.55% | - |
| XYZ | 22.13 | 21.43 | 25.16 | - |
| YUV | 129.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 133 | 0 | 0.12 | 0.05 | 0.45 | 324.71 | 0.07 | 0.52 |
| Hex | 8C | 7B | 85 | 0 | C | 5 | 2D | 145 | 7 | 34 |
| Octal | 214 | 173 | 205 | 0 | 14 | 5 | 55 | 505 | 7 | 64 |
| Binary | 10001100 | 1111011 | 10000101 | 0 | 1100 | 101 | 101101 | 101000101 | 111 | 110100 |
Color Harmonies of #8C7B85
Complementary color
Monochromatic Colors of #8C7B85
Black with #8C7B85
Text Example
Text Example
White with #8C7B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7B85; }
p { color: rgb(140,123,133); }
H1.HeaderClassName
{
color: #8C7B85;
}
.AnyTagClassName
{
color: #8C7B85;
}
</style>
background-color css
<style>
a { background-color: #8C7B85; }
a { background-color: rgb(140,123,133); }
div.DivClassName
{
background-color: #8C7B85;
}
.BgClassName
{
background-color: #8C7B85;
}
</style>
border-color css
<style>
span { border-color: #8C7B85; }
span { border-color: rgb(140,123,133); }
td.TdClassName
{
border-color: #8C7B85;
}
.TagClassName
{
border-color: #8C7B85;
}
</style>