Shades of Taupe Grey #8C898B
Tints of Taupe Grey #8C898B
RGB
CMYK
RGB Variations
Color information
#8C898B (or 0x8C898B) is known color: Taupe Grey. HEX triplet: 8C, 89 and 8B. RGB value is (140,137,139). Sum of RGB (Red+Green+Blue) = 140+137+139=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 140 - color contains mainly: red. Hex color #8C898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C898B is #737674. Grayscale: #8A8A8A. Windows color (decimal): -7566965 or 9144716. OLE color: 9144716.
HSL color Cylindrical-coordinate representation of color #8C898B: hue angle of 320º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8C898B is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 137 | 139 | - |
CMYK | 0 | 0.02 | 0.01 | 0.45 |
HSL | 320º | 0.01% | 0.54% | - |
HSV(B) | 320º | 0.02% | 0.55% | - |
XYZ | 24.42 | 25.33 | 28.03 | - |
YUV | 138.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 137 | 139 | 0 | 0.02 | 0.01 | 0.45 | 320 | 0.01 | 0.54 |
Hex | 8C | 89 | 8B | 0 | 2 | 1 | 2D | 140 | 1 | 36 |
Octal | 214 | 211 | 213 | 0 | 2 | 1 | 55 | 500 | 1 | 66 |
Binary | 10001100 | 10001001 | 10001011 | 0 | 10 | 1 | 101101 | 101000000 | 1 | 110110 |
Color Harmonies of #8C898B
Complementary color
Monochromatic Colors of #8C898B
Black with #8C898B
Text Example
Text Example
White with #8C898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C898B; }
p { color: rgb(140,137,139); }
H1.HeaderClassName
{
color: #8C898B;
}
.AnyTagClassName
{
color: #8C898B;
}
</style>
background-color css
<style>
a { background-color: #8C898B; }
a { background-color: rgb(140,137,139); }
div.DivClassName
{
background-color: #8C898B;
}
.BgClassName
{
background-color: #8C898B;
}
</style>
border-color css
<style>
span { border-color: #8C898B; }
span { border-color: rgb(140,137,139); }
td.TdClassName
{
border-color: #8C898B;
}
.TagClassName
{
border-color: #8C898B;
}
</style>