Shades of Cement #8C7154
Tints of Cement #8C7154
RGB
CMYK
RGB Variations
Color information
#8C7154 (or 0x8C7154) is known color: Cement. HEX triplet: 8C, 71 and 54. RGB value is (140,113,84). Sum of RGB (Red+Green+Blue) = 140+113+84=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7154 is #738EAB. Grayscale: #757575. Windows color (decimal): -7573164 or 5534092. OLE color: 5534092.
HSL color Cylindrical-coordinate representation of color #8C7154: hue angle of 31.07º 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 #8C7154 is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 84 | - |
| CMYK | 0 | 0.19 | 0.4 | 0.45 |
| HSL | 31.07º | 0.25% | 0.44% | - |
| HSV(B) | 31.07º | 0.4% | 0.55% | - |
| XYZ | 18.32 | 18.03 | 10.9 | - |
| YUV | 117.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 84 | 0 | 0.19 | 0.4 | 0.45 | 31.07 | 0.25 | 0.44 |
| Hex | 8C | 71 | 54 | 0 | 13 | 28 | 2D | 1F | 19 | 2C |
| Octal | 214 | 161 | 124 | 0 | 23 | 50 | 55 | 37 | 31 | 54 |
| Binary | 10001100 | 1110001 | 1010100 | 0 | 10011 | 101000 | 101101 | 11111 | 11001 | 101100 |
Color Harmonies of #8C7154
Complementary color
Monochromatic Colors of #8C7154
Black with #8C7154
Text Example
Text Example
White with #8C7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7154; }
p { color: rgb(140,113,84); }
H1.HeaderClassName
{
color: #8C7154;
}
.AnyTagClassName
{
color: #8C7154;
}
</style>
background-color css
<style>
a { background-color: #8C7154; }
a { background-color: rgb(140,113,84); }
div.DivClassName
{
background-color: #8C7154;
}
.BgClassName
{
background-color: #8C7154;
}
</style>
border-color css
<style>
span { border-color: #8C7154; }
span { border-color: rgb(140,113,84); }
td.TdClassName
{
border-color: #8C7154;
}
.TagClassName
{
border-color: #8C7154;
}
</style>