Shades of Cement #8D7156
Tints of Cement #8D7156
RGB
CMYK
RGB Variations
Color information
#8D7156 (or 0x8D7156) is known color: Cement. HEX triplet: 8D, 71 and 56. RGB value is (141,113,86). Sum of RGB (Red+Green+Blue) = 141+113+86=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7156 is #728EA9. Grayscale: #767676. Windows color (decimal): -7507626 or 5665165. OLE color: 5665165.
HSL color Cylindrical-coordinate representation of color #8D7156: hue angle of 29.45º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D7156 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 86 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.45 |
| HSL | 29.45º | 0.24% | 0.45% | - |
| HSV(B) | 29.45º | 0.39% | 0.55% | - |
| XYZ | 18.57 | 18.14 | 11.33 | - |
| YUV | 118.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 86 | 0 | 0.20 | 0.39 | 0.45 | 29.45 | 0.24 | 0.45 |
| Hex | 8D | 71 | 56 | 0 | 14 | 27 | 2D | 1D | 18 | 2D |
| Octal | 215 | 161 | 126 | 0 | 24 | 47 | 55 | 35 | 30 | 55 |
| Binary | 10001101 | 1110001 | 1010110 | 0 | 10100 | 100111 | 101101 | 11101 | 11000 | 101101 |
Color Harmonies of #8D7156
Complementary color
Monochromatic Colors of #8D7156
Black with #8D7156
Text Example
Text Example
White with #8D7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7156; }
p { color: rgb(141,113,86); }
H1.HeaderClassName
{
color: #8D7156;
}
.AnyTagClassName
{
color: #8D7156;
}
</style>
background-color css
<style>
a { background-color: #8D7156; }
a { background-color: rgb(141,113,86); }
div.DivClassName
{
background-color: #8D7156;
}
.BgClassName
{
background-color: #8D7156;
}
</style>
border-color css
<style>
span { border-color: #8D7156; }
span { border-color: rgb(141,113,86); }
td.TdClassName
{
border-color: #8D7156;
}
.TagClassName
{
border-color: #8D7156;
}
</style>