Shades of Cement #8C7357
Tints of Cement #8C7357
RGB
CMYK
RGB Variations
Color information
#8C7357 (or 0x8C7357) is known color: Cement. HEX triplet: 8C, 73 and 57. RGB value is (140,115,87). Sum of RGB (Red+Green+Blue) = 140+115+87=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7357 is #738CA8. Grayscale: #777777. Windows color (decimal): -7572649 or 5731212. OLE color: 5731212.
HSL color Cylindrical-coordinate representation of color #8C7357: hue angle of 31.7º 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 #8C7357 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 87 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.45 |
| HSL | 31.7º | 0.23% | 0.45% | - |
| HSV(B) | 31.7º | 0.38% | 0.55% | - |
| XYZ | 18.67 | 18.53 | 11.61 | - |
| YUV | 119.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 87 | 0 | 0.18 | 0.38 | 0.45 | 31.7 | 0.23 | 0.45 |
| Hex | 8C | 73 | 57 | 0 | 12 | 26 | 2D | 20 | 17 | 2D |
| Octal | 214 | 163 | 127 | 0 | 22 | 46 | 55 | 40 | 27 | 55 |
| Binary | 10001100 | 1110011 | 1010111 | 0 | 10010 | 100110 | 101101 | 100000 | 10111 | 101101 |
Color Harmonies of #8C7357
Complementary color
Monochromatic Colors of #8C7357
Black with #8C7357
Text Example
Text Example
White with #8C7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7357; }
p { color: rgb(140,115,87); }
H1.HeaderClassName
{
color: #8C7357;
}
.AnyTagClassName
{
color: #8C7357;
}
</style>
background-color css
<style>
a { background-color: #8C7357; }
a { background-color: rgb(140,115,87); }
div.DivClassName
{
background-color: #8C7357;
}
.BgClassName
{
background-color: #8C7357;
}
</style>
border-color css
<style>
span { border-color: #8C7357; }
span { border-color: rgb(140,115,87); }
td.TdClassName
{
border-color: #8C7357;
}
.TagClassName
{
border-color: #8C7357;
}
</style>