Shades of Cement #8C7457
Tints of Cement #8C7457
RGB
CMYK
RGB Variations
Color information
#8C7457 (or 0x8C7457) is known color: Cement. HEX triplet: 8C, 74 and 57. RGB value is (140,116,87). Sum of RGB (Red+Green+Blue) = 140+116+87=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7457 is #738BA8. Grayscale: #787878. Windows color (decimal): -7572393 or 5731468. OLE color: 5731468.
HSL color Cylindrical-coordinate representation of color #8C7457: hue angle of 32.83º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C7457 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 116 | 87 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.45 |
| HSL | 32.83º | 0.23% | 0.45% | - |
| HSV(B) | 32.83º | 0.38% | 0.55% | - |
| XYZ | 18.78 | 18.75 | 11.65 | - |
| YUV | 119.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 87 | 0 | 0.17 | 0.38 | 0.45 | 32.83 | 0.23 | 0.45 |
| Hex | 8C | 74 | 57 | 0 | 11 | 26 | 2D | 21 | 17 | 2D |
| Octal | 214 | 164 | 127 | 0 | 21 | 46 | 55 | 41 | 27 | 55 |
| Binary | 10001100 | 1110100 | 1010111 | 0 | 10001 | 100110 | 101101 | 100001 | 10111 | 101101 |
Color Harmonies of #8C7457
Complementary color
Monochromatic Colors of #8C7457
Black with #8C7457
Text Example
Text Example
White with #8C7457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7457; }
p { color: rgb(140,116,87); }
H1.HeaderClassName
{
color: #8C7457;
}
.AnyTagClassName
{
color: #8C7457;
}
</style>
background-color css
<style>
a { background-color: #8C7457; }
a { background-color: rgb(140,116,87); }
div.DivClassName
{
background-color: #8C7457;
}
.BgClassName
{
background-color: #8C7457;
}
</style>
border-color css
<style>
span { border-color: #8C7457; }
span { border-color: rgb(140,116,87); }
td.TdClassName
{
border-color: #8C7457;
}
.TagClassName
{
border-color: #8C7457;
}
</style>