Shades of Cement #8C7159
Tints of Cement #8C7159
RGB
CMYK
RGB Variations
Color information
#8C7159 (or 0x8C7159) is known color: Cement. HEX triplet: 8C, 71 and 59. RGB value is (140,113,89). Sum of RGB (Red+Green+Blue) = 140+113+89=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7159 is #738EA6. Grayscale: #767676. Windows color (decimal): -7573159 or 5861772. OLE color: 5861772.
HSL color Cylindrical-coordinate representation of color #8C7159: hue angle of 28.24º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C7159 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 89 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.45 |
| HSL | 28.24º | 0.22% | 0.45% | - |
| HSV(B) | 28.24º | 0.36% | 0.55% | - |
| XYZ | 18.52 | 18.11 | 11.97 | - |
| YUV | 118.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 89 | 0 | 0.19 | 0.36 | 0.45 | 28.24 | 0.22 | 0.45 |
| Hex | 8C | 71 | 59 | 0 | 13 | 24 | 2D | 1C | 16 | 2D |
| Octal | 214 | 161 | 131 | 0 | 23 | 44 | 55 | 34 | 26 | 55 |
| Binary | 10001100 | 1110001 | 1011001 | 0 | 10011 | 100100 | 101101 | 11100 | 10110 | 101101 |
Color Harmonies of #8C7159
Complementary color
Monochromatic Colors of #8C7159
Black with #8C7159
Text Example
Text Example
White with #8C7159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7159; }
p { color: rgb(140,113,89); }
H1.HeaderClassName
{
color: #8C7159;
}
.AnyTagClassName
{
color: #8C7159;
}
</style>
background-color css
<style>
a { background-color: #8C7159; }
a { background-color: rgb(140,113,89); }
div.DivClassName
{
background-color: #8C7159;
}
.BgClassName
{
background-color: #8C7159;
}
</style>
border-color css
<style>
span { border-color: #8C7159; }
span { border-color: rgb(140,113,89); }
td.TdClassName
{
border-color: #8C7159;
}
.TagClassName
{
border-color: #8C7159;
}
</style>