Shades of Cement #8C7454
Tints of Cement #8C7454
RGB
CMYK
RGB Variations
Color information
#8C7454 (or 0x8C7454) is known color: Cement. HEX triplet: 8C, 74 and 54. RGB value is (140,116,84). Sum of RGB (Red+Green+Blue) = 140+116+84=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7454 is #738BAB. Grayscale: #777777. Windows color (decimal): -7572396 or 5534860. OLE color: 5534860.
HSL color Cylindrical-coordinate representation of color #8C7454: hue angle of 34.29º 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 #8C7454 is Cyan = 0, Magento = 0.17, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 116 | 84 | - |
| CMYK | 0 | 0.17 | 0.4 | 0.45 |
| HSL | 34.29º | 0.25% | 0.44% | - |
| HSV(B) | 34.29º | 0.4% | 0.55% | - |
| XYZ | 18.66 | 18.71 | 11.01 | - |
| YUV | 119.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 84 | 0 | 0.17 | 0.4 | 0.45 | 34.29 | 0.25 | 0.44 |
| Hex | 8C | 74 | 54 | 0 | 11 | 28 | 2D | 22 | 19 | 2C |
| Octal | 214 | 164 | 124 | 0 | 21 | 50 | 55 | 42 | 31 | 54 |
| Binary | 10001100 | 1110100 | 1010100 | 0 | 10001 | 101000 | 101101 | 100010 | 11001 | 101100 |
Color Harmonies of #8C7454
Complementary color
Monochromatic Colors of #8C7454
Black with #8C7454
Text Example
Text Example
White with #8C7454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7454; }
p { color: rgb(140,116,84); }
H1.HeaderClassName
{
color: #8C7454;
}
.AnyTagClassName
{
color: #8C7454;
}
</style>
background-color css
<style>
a { background-color: #8C7454; }
a { background-color: rgb(140,116,84); }
div.DivClassName
{
background-color: #8C7454;
}
.BgClassName
{
background-color: #8C7454;
}
</style>
border-color css
<style>
span { border-color: #8C7454; }
span { border-color: rgb(140,116,84); }
td.TdClassName
{
border-color: #8C7454;
}
.TagClassName
{
border-color: #8C7454;
}
</style>