Shades of Cement #8C7857
Tints of Cement #8C7857
RGB
CMYK
RGB Variations
Color information
#8C7857 (or 0x8C7857) is known color: Cement. HEX triplet: 8C, 78 and 57. RGB value is (140,120,87). Sum of RGB (Red+Green+Blue) = 140+120+87=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7857 is #7387A8. Grayscale: #7A7A7A. Windows color (decimal): -7571369 or 5732492. OLE color: 5732492.
HSL color Cylindrical-coordinate representation of color #8C7857: hue angle of 37.36º 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 #8C7857 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 87 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.45 |
| HSL | 37.36º | 0.23% | 0.45% | - |
| HSV(B) | 37.36º | 0.38% | 0.55% | - |
| XYZ | 19.25 | 19.7 | 11.8 | - |
| YUV | 122.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 87 | 0 | 0.14 | 0.38 | 0.45 | 37.36 | 0.23 | 0.45 |
| Hex | 8C | 78 | 57 | 0 | E | 26 | 2D | 25 | 17 | 2D |
| Octal | 214 | 170 | 127 | 0 | 16 | 46 | 55 | 45 | 27 | 55 |
| Binary | 10001100 | 1111000 | 1010111 | 0 | 1110 | 100110 | 101101 | 100101 | 10111 | 101101 |
Color Harmonies of #8C7857
Complementary color
Monochromatic Colors of #8C7857
Black with #8C7857
Text Example
Text Example
White with #8C7857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7857; }
p { color: rgb(140,120,87); }
H1.HeaderClassName
{
color: #8C7857;
}
.AnyTagClassName
{
color: #8C7857;
}
</style>
background-color css
<style>
a { background-color: #8C7857; }
a { background-color: rgb(140,120,87); }
div.DivClassName
{
background-color: #8C7857;
}
.BgClassName
{
background-color: #8C7857;
}
</style>
border-color css
<style>
span { border-color: #8C7857; }
span { border-color: rgb(140,120,87); }
td.TdClassName
{
border-color: #8C7857;
}
.TagClassName
{
border-color: #8C7857;
}
</style>