Shades of Cement #8E7754
Tints of Cement #8E7754
RGB
CMYK
RGB Variations
Color information
#8E7754 (or 0x8E7754) is known color: Cement. HEX triplet: 8E, 77 and 54. RGB value is (142,119,84). Sum of RGB (Red+Green+Blue) = 142+119+84=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7754 is #7188AB. Grayscale: #7A7A7A. Windows color (decimal): -7440556 or 5535630. OLE color: 5535630.
HSL color Cylindrical-coordinate representation of color #8E7754: hue angle of 36.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E7754 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 84 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.44 |
| HSL | 36.21º | 0.26% | 0.44% | - |
| HSV(B) | 36.21º | 0.41% | 0.56% | - |
| XYZ | 19.35 | 19.58 | 11.15 | - |
| YUV | 121.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 84 | 0 | 0.16 | 0.41 | 0.44 | 36.21 | 0.26 | 0.44 |
| Hex | 8E | 77 | 54 | 0 | 10 | 29 | 2C | 24 | 1A | 2C |
| Octal | 216 | 167 | 124 | 0 | 20 | 51 | 54 | 44 | 32 | 54 |
| Binary | 10001110 | 1110111 | 1010100 | 0 | 10000 | 101001 | 101100 | 100100 | 11010 | 101100 |
Color Harmonies of #8E7754
Complementary color
Monochromatic Colors of #8E7754
Black with #8E7754
Text Example
Text Example
White with #8E7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7754; }
p { color: rgb(142,119,84); }
H1.HeaderClassName
{
color: #8E7754;
}
.AnyTagClassName
{
color: #8E7754;
}
</style>
background-color css
<style>
a { background-color: #8E7754; }
a { background-color: rgb(142,119,84); }
div.DivClassName
{
background-color: #8E7754;
}
.BgClassName
{
background-color: #8E7754;
}
</style>
border-color css
<style>
span { border-color: #8E7754; }
span { border-color: rgb(142,119,84); }
td.TdClassName
{
border-color: #8E7754;
}
.TagClassName
{
border-color: #8E7754;
}
</style>