Shades of Cement #8C7554
Tints of Cement #8C7554
RGB
CMYK
RGB Variations
Color information
#8C7554 (or 0x8C7554) is known color: Cement. HEX triplet: 8C, 75 and 54. RGB value is (140,117,84). Sum of RGB (Red+Green+Blue) = 140+117+84=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7554 is #738AAB. Grayscale: #787878. Windows color (decimal): -7572140 or 5535116. OLE color: 5535116.
HSL color Cylindrical-coordinate representation of color #8C7554: hue angle of 35.36º 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 #8C7554 is Cyan = 0, Magento = 0.16, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 84 | - |
| CMYK | 0 | 0.16 | 0.4 | 0.45 |
| HSL | 35.36º | 0.25% | 0.44% | - |
| HSV(B) | 35.36º | 0.4% | 0.55% | - |
| XYZ | 18.78 | 18.94 | 11.05 | - |
| YUV | 120.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 84 | 0 | 0.16 | 0.4 | 0.45 | 35.36 | 0.25 | 0.44 |
| Hex | 8C | 75 | 54 | 0 | 10 | 28 | 2D | 23 | 19 | 2C |
| Octal | 214 | 165 | 124 | 0 | 20 | 50 | 55 | 43 | 31 | 54 |
| Binary | 10001100 | 1110101 | 1010100 | 0 | 10000 | 101000 | 101101 | 100011 | 11001 | 101100 |
Color Harmonies of #8C7554
Complementary color
Monochromatic Colors of #8C7554
Black with #8C7554
Text Example
Text Example
White with #8C7554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7554; }
p { color: rgb(140,117,84); }
H1.HeaderClassName
{
color: #8C7554;
}
.AnyTagClassName
{
color: #8C7554;
}
</style>
background-color css
<style>
a { background-color: #8C7554; }
a { background-color: rgb(140,117,84); }
div.DivClassName
{
background-color: #8C7554;
}
.BgClassName
{
background-color: #8C7554;
}
</style>
border-color css
<style>
span { border-color: #8C7554; }
span { border-color: rgb(140,117,84); }
td.TdClassName
{
border-color: #8C7554;
}
.TagClassName
{
border-color: #8C7554;
}
</style>