Shades of Cement #8E724F
Tints of Cement #8E724F
RGB
CMYK
RGB Variations
Color information
#8E724F (or 0x8E724F) is known color: Cement. HEX triplet: 8E, 72 and 4F. RGB value is (142,114,79). Sum of RGB (Red+Green+Blue) = 142+114+79=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E724F is #718DB0. Grayscale: #767676. Windows color (decimal): -7441841 or 5206670. OLE color: 5206670.
HSL color Cylindrical-coordinate representation of color #8E724F: hue angle of 33.33º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E724F is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 114 | 79 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.44 |
| HSL | 33.33º | 0.29% | 0.43% | - |
| HSV(B) | 33.33º | 0.44% | 0.56% | - |
| XYZ | 18.58 | 18.35 | 9.96 | - |
| YUV | 118.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 79 | 0 | 0.20 | 0.44 | 0.44 | 33.33 | 0.29 | 0.43 |
| Hex | 8E | 72 | 4F | 0 | 14 | 2C | 2C | 21 | 1D | 2B |
| Octal | 216 | 162 | 117 | 0 | 24 | 54 | 54 | 41 | 35 | 53 |
| Binary | 10001110 | 1110010 | 1001111 | 0 | 10100 | 101100 | 101100 | 100001 | 11101 | 101011 |
Color Harmonies of #8E724F
Complementary color
Monochromatic Colors of #8E724F
Black with #8E724F
Text Example
Text Example
White with #8E724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E724F; }
p { color: rgb(142,114,79); }
H1.HeaderClassName
{
color: #8E724F;
}
.AnyTagClassName
{
color: #8E724F;
}
</style>
background-color css
<style>
a { background-color: #8E724F; }
a { background-color: rgb(142,114,79); }
div.DivClassName
{
background-color: #8E724F;
}
.BgClassName
{
background-color: #8E724F;
}
</style>
border-color css
<style>
span { border-color: #8E724F; }
span { border-color: rgb(142,114,79); }
td.TdClassName
{
border-color: #8E724F;
}
.TagClassName
{
border-color: #8E724F;
}
</style>