Shades of Cement #8C7255
Tints of Cement #8C7255
RGB
CMYK
RGB Variations
Color information
#8C7255 (or 0x8C7255) is known color: Cement. HEX triplet: 8C, 72 and 55. RGB value is (140,114,85). Sum of RGB (Red+Green+Blue) = 140+114+85=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7255 is #738DAA. Grayscale: #767676. Windows color (decimal): -7572907 or 5599884. OLE color: 5599884.
HSL color Cylindrical-coordinate representation of color #8C7255: hue angle of 31.64º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C7255 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 85 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.45 |
| HSL | 31.64º | 0.24% | 0.44% | - |
| HSV(B) | 31.64º | 0.39% | 0.55% | - |
| XYZ | 18.47 | 18.27 | 11.15 | - |
| YUV | 118.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 85 | 0 | 0.19 | 0.39 | 0.45 | 31.64 | 0.24 | 0.44 |
| Hex | 8C | 72 | 55 | 0 | 13 | 27 | 2D | 20 | 18 | 2C |
| Octal | 214 | 162 | 125 | 0 | 23 | 47 | 55 | 40 | 30 | 54 |
| Binary | 10001100 | 1110010 | 1010101 | 0 | 10011 | 100111 | 101101 | 100000 | 11000 | 101100 |
Color Harmonies of #8C7255
Complementary color
Monochromatic Colors of #8C7255
Black with #8C7255
Text Example
Text Example
White with #8C7255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7255; }
p { color: rgb(140,114,85); }
H1.HeaderClassName
{
color: #8C7255;
}
.AnyTagClassName
{
color: #8C7255;
}
</style>
background-color css
<style>
a { background-color: #8C7255; }
a { background-color: rgb(140,114,85); }
div.DivClassName
{
background-color: #8C7255;
}
.BgClassName
{
background-color: #8C7255;
}
</style>
border-color css
<style>
span { border-color: #8C7255; }
span { border-color: rgb(140,114,85); }
td.TdClassName
{
border-color: #8C7255;
}
.TagClassName
{
border-color: #8C7255;
}
</style>