Shades of Cement #8C7254
Tints of Cement #8C7254
RGB
CMYK
RGB Variations
Color information
#8C7254 (or 0x8C7254) is known color: Cement. HEX triplet: 8C, 72 and 54. RGB value is (140,114,84). Sum of RGB (Red+Green+Blue) = 140+114+84=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7254 is #738DAB. Grayscale: #767676. Windows color (decimal): -7572908 or 5534348. OLE color: 5534348.
HSL color Cylindrical-coordinate representation of color #8C7254: hue angle of 32.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C7254 is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 84 | - |
| CMYK | 0 | 0.19 | 0.4 | 0.45 |
| HSL | 32.14º | 0.25% | 0.44% | - |
| HSV(B) | 32.14º | 0.4% | 0.55% | - |
| XYZ | 18.43 | 18.25 | 10.94 | - |
| YUV | 118.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 84 | 0 | 0.19 | 0.4 | 0.45 | 32.14 | 0.25 | 0.44 |
| Hex | 8C | 72 | 54 | 0 | 13 | 28 | 2D | 20 | 19 | 2C |
| Octal | 214 | 162 | 124 | 0 | 23 | 50 | 55 | 40 | 31 | 54 |
| Binary | 10001100 | 1110010 | 1010100 | 0 | 10011 | 101000 | 101101 | 100000 | 11001 | 101100 |
Color Harmonies of #8C7254
Complementary color
Monochromatic Colors of #8C7254
Black with #8C7254
Text Example
Text Example
White with #8C7254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7254; }
p { color: rgb(140,114,84); }
H1.HeaderClassName
{
color: #8C7254;
}
.AnyTagClassName
{
color: #8C7254;
}
</style>
background-color css
<style>
a { background-color: #8C7254; }
a { background-color: rgb(140,114,84); }
div.DivClassName
{
background-color: #8C7254;
}
.BgClassName
{
background-color: #8C7254;
}
</style>
border-color css
<style>
span { border-color: #8C7254; }
span { border-color: rgb(140,114,84); }
td.TdClassName
{
border-color: #8C7254;
}
.TagClassName
{
border-color: #8C7254;
}
</style>