Shades of Cement #8C785C
Tints of Cement #8C785C
RGB
CMYK
RGB Variations
Color information
#8C785C (or 0x8C785C) is known color: Cement. HEX triplet: 8C, 78 and 5C. RGB value is (140,120,92). Sum of RGB (Red+Green+Blue) = 140+120+92=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 140 - color contains mainly: red. Hex color #8C785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C785C is #7387A3. Grayscale: #7A7A7A. Windows color (decimal): -7571364 or 6060172. OLE color: 6060172.
HSL color Cylindrical-coordinate representation of color #8C785C: hue angle of 35º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C785C is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 92 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.45 |
| HSL | 35º | 0.21% | 0.45% | - |
| HSV(B) | 35º | 0.34% | 0.55% | - |
| XYZ | 19.46 | 19.78 | 12.92 | - |
| YUV | 122.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 92 | 0 | 0.14 | 0.34 | 0.45 | 35 | 0.21 | 0.45 |
| Hex | 8C | 78 | 5C | 0 | E | 22 | 2D | 23 | 15 | 2D |
| Octal | 214 | 170 | 134 | 0 | 16 | 42 | 55 | 43 | 25 | 55 |
| Binary | 10001100 | 1111000 | 1011100 | 0 | 1110 | 100010 | 101101 | 100011 | 10101 | 101101 |
Color Harmonies of #8C785C
Complementary color
Monochromatic Colors of #8C785C
Black with #8C785C
Text Example
Text Example
White with #8C785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C785C; }
p { color: rgb(140,120,92); }
H1.HeaderClassName
{
color: #8C785C;
}
.AnyTagClassName
{
color: #8C785C;
}
</style>
background-color css
<style>
a { background-color: #8C785C; }
a { background-color: rgb(140,120,92); }
div.DivClassName
{
background-color: #8C785C;
}
.BgClassName
{
background-color: #8C785C;
}
</style>
border-color css
<style>
span { border-color: #8C785C; }
span { border-color: rgb(140,120,92); }
td.TdClassName
{
border-color: #8C785C;
}
.TagClassName
{
border-color: #8C785C;
}
</style>