Shades of Cement #8C704F
Tints of Cement #8C704F
RGB
CMYK
RGB Variations
Color information
#8C704F (or 0x8C704F) is known color: Cement. HEX triplet: 8C, 70 and 4F. RGB value is (140,112,79). Sum of RGB (Red+Green+Blue) = 140+112+79=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C704F is #738FB0. Grayscale: #747474. Windows color (decimal): -7573425 or 5206156. OLE color: 5206156.
HSL color Cylindrical-coordinate representation of color #8C704F: hue angle of 32.46º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C704F is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 79 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.45 |
| HSL | 32.46º | 0.28% | 0.43% | - |
| HSV(B) | 32.46º | 0.44% | 0.55% | - |
| XYZ | 18.02 | 17.73 | 9.87 | - |
| YUV | 116.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 79 | 0 | 0.20 | 0.44 | 0.45 | 32.46 | 0.28 | 0.43 |
| Hex | 8C | 70 | 4F | 0 | 14 | 2C | 2D | 20 | 1C | 2B |
| Octal | 214 | 160 | 117 | 0 | 24 | 54 | 55 | 40 | 34 | 53 |
| Binary | 10001100 | 1110000 | 1001111 | 0 | 10100 | 101100 | 101101 | 100000 | 11100 | 101011 |
Color Harmonies of #8C704F
Complementary color
Monochromatic Colors of #8C704F
Black with #8C704F
Text Example
Text Example
White with #8C704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C704F; }
p { color: rgb(140,112,79); }
H1.HeaderClassName
{
color: #8C704F;
}
.AnyTagClassName
{
color: #8C704F;
}
</style>
background-color css
<style>
a { background-color: #8C704F; }
a { background-color: rgb(140,112,79); }
div.DivClassName
{
background-color: #8C704F;
}
.BgClassName
{
background-color: #8C704F;
}
</style>
border-color css
<style>
span { border-color: #8C704F; }
span { border-color: rgb(140,112,79); }
td.TdClassName
{
border-color: #8C704F;
}
.TagClassName
{
border-color: #8C704F;
}
</style>