Shades of Cement #8D7756
Tints of Cement #8D7756
RGB
CMYK
RGB Variations
Color information
#8D7756 (or 0x8D7756) is known color: Cement. HEX triplet: 8D, 77 and 56. RGB value is (141,119,86). Sum of RGB (Red+Green+Blue) = 141+119+86=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7756 is #7288A9. Grayscale: #797979. Windows color (decimal): -7506090 or 5666701. OLE color: 5666701.
HSL color Cylindrical-coordinate representation of color #8D7756: hue angle of 36º 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 #8D7756 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 119 | 86 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.45 |
| HSL | 36º | 0.24% | 0.45% | - |
| HSV(B) | 36º | 0.39% | 0.55% | - |
| XYZ | 19.26 | 19.53 | 11.56 | - |
| YUV | 121.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 86 | 0 | 0.16 | 0.39 | 0.45 | 36 | 0.24 | 0.45 |
| Hex | 8D | 77 | 56 | 0 | 10 | 27 | 2D | 24 | 18 | 2D |
| Octal | 215 | 167 | 126 | 0 | 20 | 47 | 55 | 44 | 30 | 55 |
| Binary | 10001101 | 1110111 | 1010110 | 0 | 10000 | 100111 | 101101 | 100100 | 11000 | 101101 |
Color Harmonies of #8D7756
Complementary color
Monochromatic Colors of #8D7756
Black with #8D7756
Text Example
Text Example
White with #8D7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7756; }
p { color: rgb(141,119,86); }
H1.HeaderClassName
{
color: #8D7756;
}
.AnyTagClassName
{
color: #8D7756;
}
</style>
background-color css
<style>
a { background-color: #8D7756; }
a { background-color: rgb(141,119,86); }
div.DivClassName
{
background-color: #8D7756;
}
.BgClassName
{
background-color: #8D7756;
}
</style>
border-color css
<style>
span { border-color: #8D7756; }
span { border-color: rgb(141,119,86); }
td.TdClassName
{
border-color: #8D7756;
}
.TagClassName
{
border-color: #8D7756;
}
</style>