Shades of Taupe Grey #8C888A
Tints of Taupe Grey #8C888A
RGB
CMYK
RGB Variations
Color information
#8C888A (or 0x8C888A) is known color: Taupe Grey. HEX triplet: 8C, 88 and 8A. RGB value is (140,136,138). Sum of RGB (Red+Green+Blue) = 140+136+138=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 140 - color contains mainly: red. Hex color #8C888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C888A is #737775. Grayscale: #898989. Windows color (decimal): -7567222 or 9078924. OLE color: 9078924.
HSL color Cylindrical-coordinate representation of color #8C888A: hue angle of 330º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8C888A is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 138 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.45 |
| HSL | 330º | 0.02% | 0.54% | - |
| HSV(B) | 330º | 0.03% | 0.55% | - |
| XYZ | 24.21 | 25.02 | 27.6 | - |
| YUV | 137.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 138 | 0 | 0.03 | 0.01 | 0.45 | 330 | 0.02 | 0.54 |
| Hex | 8C | 88 | 8A | 0 | 3 | 1 | 2D | 14A | 2 | 36 |
| Octal | 214 | 210 | 212 | 0 | 3 | 1 | 55 | 512 | 2 | 66 |
| Binary | 10001100 | 10001000 | 10001010 | 0 | 11 | 1 | 101101 | 101001010 | 10 | 110110 |
Color Harmonies of #8C888A
Complementary color
Monochromatic Colors of #8C888A
Black with #8C888A
Text Example
Text Example
White with #8C888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C888A; }
p { color: rgb(140,136,138); }
H1.HeaderClassName
{
color: #8C888A;
}
.AnyTagClassName
{
color: #8C888A;
}
</style>
background-color css
<style>
a { background-color: #8C888A; }
a { background-color: rgb(140,136,138); }
div.DivClassName
{
background-color: #8C888A;
}
.BgClassName
{
background-color: #8C888A;
}
</style>
border-color css
<style>
span { border-color: #8C888A; }
span { border-color: rgb(140,136,138); }
td.TdClassName
{
border-color: #8C888A;
}
.TagClassName
{
border-color: #8C888A;
}
</style>