Shades of Cement #8C7056
Tints of Cement #8C7056
RGB
CMYK
RGB Variations
Color information
#8C7056 (or 0x8C7056) is known color: Cement. HEX triplet: 8C, 70 and 56. RGB value is (140,112,86). Sum of RGB (Red+Green+Blue) = 140+112+86=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7056 is #738FA9. Grayscale: #757575. Windows color (decimal): -7573418 or 5664908. OLE color: 5664908.
HSL color Cylindrical-coordinate representation of color #8C7056: hue angle of 28.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C7056 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 86 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.45 |
| HSL | 28.89º | 0.24% | 0.44% | - |
| HSV(B) | 28.89º | 0.39% | 0.55% | - |
| XYZ | 18.29 | 17.84 | 11.28 | - |
| YUV | 117.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 86 | 0 | 0.20 | 0.39 | 0.45 | 28.89 | 0.24 | 0.44 |
| Hex | 8C | 70 | 56 | 0 | 14 | 27 | 2D | 1D | 18 | 2C |
| Octal | 214 | 160 | 126 | 0 | 24 | 47 | 55 | 35 | 30 | 54 |
| Binary | 10001100 | 1110000 | 1010110 | 0 | 10100 | 100111 | 101101 | 11101 | 11000 | 101100 |
Color Harmonies of #8C7056
Complementary color
Monochromatic Colors of #8C7056
Black with #8C7056
Text Example
Text Example
White with #8C7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7056; }
p { color: rgb(140,112,86); }
H1.HeaderClassName
{
color: #8C7056;
}
.AnyTagClassName
{
color: #8C7056;
}
</style>
background-color css
<style>
a { background-color: #8C7056; }
a { background-color: rgb(140,112,86); }
div.DivClassName
{
background-color: #8C7056;
}
.BgClassName
{
background-color: #8C7056;
}
</style>
border-color css
<style>
span { border-color: #8C7056; }
span { border-color: rgb(140,112,86); }
td.TdClassName
{
border-color: #8C7056;
}
.TagClassName
{
border-color: #8C7056;
}
</style>