Shades of Taupe Grey #8C848B
Tints of Taupe Grey #8C848B
RGB
CMYK
RGB Variations
Color information
#8C848B (or 0x8C848B) is known color: Taupe Grey. HEX triplet: 8C, 84 and 8B. RGB value is (140,132,139). Sum of RGB (Red+Green+Blue) = 140+132+139=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 140 - color contains mainly: red. Hex color #8C848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C848B is #737B74. Grayscale: #878787. Windows color (decimal): -7568245 or 9143436. OLE color: 9143436.
HSL color Cylindrical-coordinate representation of color #8C848B: hue angle of 307.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C848B is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 132 | 139 | - |
CMYK | 0 | 0.06 | 0.01 | 0.45 |
HSL | 307.5º | 0.03% | 0.53% | - |
HSV(B) | 307.5º | 0.06% | 0.55% | - |
XYZ | 23.73 | 23.94 | 27.8 | - |
YUV | 135.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 132 | 139 | 0 | 0.06 | 0.01 | 0.45 | 307.5 | 0.03 | 0.53 |
Hex | 8C | 84 | 8B | 0 | 6 | 1 | 2D | 134 | 3 | 35 |
Octal | 214 | 204 | 213 | 0 | 6 | 1 | 55 | 464 | 3 | 65 |
Binary | 10001100 | 10000100 | 10001011 | 0 | 110 | 1 | 101101 | 100110100 | 11 | 110101 |
Color Harmonies of #8C848B
Complementary color
Monochromatic Colors of #8C848B
Black with #8C848B
Text Example
Text Example
White with #8C848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C848B; }
p { color: rgb(140,132,139); }
H1.HeaderClassName
{
color: #8C848B;
}
.AnyTagClassName
{
color: #8C848B;
}
</style>
background-color css
<style>
a { background-color: #8C848B; }
a { background-color: rgb(140,132,139); }
div.DivClassName
{
background-color: #8C848B;
}
.BgClassName
{
background-color: #8C848B;
}
</style>
border-color css
<style>
span { border-color: #8C848B; }
span { border-color: rgb(140,132,139); }
td.TdClassName
{
border-color: #8C848B;
}
.TagClassName
{
border-color: #8C848B;
}
</style>