Shades of Taupe Grey #8C828B
Tints of Taupe Grey #8C828B
RGB
CMYK
RGB Variations
Color information
#8C828B (or 0x8C828B) is known color: Taupe Grey. HEX triplet: 8C, 82 and 8B. RGB value is (140,130,139). Sum of RGB (Red+Green+Blue) = 140+130+139=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 140 - color contains mainly: red. Hex color #8C828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C828B is #737D74. Grayscale: #858585. Windows color (decimal): -7568757 or 9142924. OLE color: 9142924.
HSL color Cylindrical-coordinate representation of color #8C828B: hue angle of 306º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C828B is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 139 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.45 |
| HSL | 306º | 0.04% | 0.53% | - |
| HSV(B) | 306º | 0.07% | 0.55% | - |
| XYZ | 23.46 | 23.4 | 27.71 | - |
| YUV | 134.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 139 | 0 | 0.07 | 0.01 | 0.45 | 306 | 0.04 | 0.53 |
| Hex | 8C | 82 | 8B | 0 | 7 | 1 | 2D | 132 | 4 | 35 |
| Octal | 214 | 202 | 213 | 0 | 7 | 1 | 55 | 462 | 4 | 65 |
| Binary | 10001100 | 10000010 | 10001011 | 0 | 111 | 1 | 101101 | 100110010 | 100 | 110101 |
Color Harmonies of #8C828B
Complementary color
Monochromatic Colors of #8C828B
Black with #8C828B
Text Example
Text Example
White with #8C828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C828B; }
p { color: rgb(140,130,139); }
H1.HeaderClassName
{
color: #8C828B;
}
.AnyTagClassName
{
color: #8C828B;
}
</style>
background-color css
<style>
a { background-color: #8C828B; }
a { background-color: rgb(140,130,139); }
div.DivClassName
{
background-color: #8C828B;
}
.BgClassName
{
background-color: #8C828B;
}
</style>
border-color css
<style>
span { border-color: #8C828B; }
span { border-color: rgb(140,130,139); }
td.TdClassName
{
border-color: #8C828B;
}
.TagClassName
{
border-color: #8C828B;
}
</style>