Shades of Cement #8E7857
Tints of Cement #8E7857
RGB
CMYK
RGB Variations
Color information
#8E7857 (or 0x8E7857) is known color: Cement. HEX triplet: 8E, 78 and 57. RGB value is (142,120,87). Sum of RGB (Red+Green+Blue) = 142+120+87=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7857 is #7187A8. Grayscale: #7A7A7A. Windows color (decimal): -7440297 or 5732494. OLE color: 5732494.
HSL color Cylindrical-coordinate representation of color #8E7857: hue angle of 36º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E7857 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 120 | 87 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.44 |
| HSL | 36º | 0.24% | 0.45% | - |
| HSV(B) | 36º | 0.39% | 0.56% | - |
| XYZ | 19.59 | 19.87 | 11.82 | - |
| YUV | 122.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 120 | 87 | 0 | 0.15 | 0.39 | 0.44 | 36 | 0.24 | 0.45 |
| Hex | 8E | 78 | 57 | 0 | F | 27 | 2C | 24 | 18 | 2D |
| Octal | 216 | 170 | 127 | 0 | 17 | 47 | 54 | 44 | 30 | 55 |
| Binary | 10001110 | 1111000 | 1010111 | 0 | 1111 | 100111 | 101100 | 100100 | 11000 | 101101 |
Color Harmonies of #8E7857
Complementary color
Monochromatic Colors of #8E7857
Black with #8E7857
Text Example
Text Example
White with #8E7857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7857; }
p { color: rgb(142,120,87); }
H1.HeaderClassName
{
color: #8E7857;
}
.AnyTagClassName
{
color: #8E7857;
}
</style>
background-color css
<style>
a { background-color: #8E7857; }
a { background-color: rgb(142,120,87); }
div.DivClassName
{
background-color: #8E7857;
}
.BgClassName
{
background-color: #8E7857;
}
</style>
border-color css
<style>
span { border-color: #8E7857; }
span { border-color: rgb(142,120,87); }
td.TdClassName
{
border-color: #8E7857;
}
.TagClassName
{
border-color: #8E7857;
}
</style>