Shades of Cement #8C785B
Tints of Cement #8C785B
RGB
CMYK
RGB Variations
Color information
#8C785B (or 0x8C785B) is known color: Cement. HEX triplet: 8C, 78 and 5B. RGB value is (140,120,91). Sum of RGB (Red+Green+Blue) = 140+120+91=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C785B is #7387A4. Grayscale: #7A7A7A. Windows color (decimal): -7571365 or 5994636. OLE color: 5994636.
HSL color Cylindrical-coordinate representation of color #8C785B: hue angle of 35.51º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C785B is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 91 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.45 |
| HSL | 35.51º | 0.21% | 0.45% | - |
| HSV(B) | 35.51º | 0.35% | 0.55% | - |
| XYZ | 19.42 | 19.76 | 12.69 | - |
| YUV | 122.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 91 | 0 | 0.14 | 0.35 | 0.45 | 35.51 | 0.21 | 0.45 |
| Hex | 8C | 78 | 5B | 0 | E | 23 | 2D | 24 | 15 | 2D |
| Octal | 214 | 170 | 133 | 0 | 16 | 43 | 55 | 44 | 25 | 55 |
| Binary | 10001100 | 1111000 | 1011011 | 0 | 1110 | 100011 | 101101 | 100100 | 10101 | 101101 |
Color Harmonies of #8C785B
Complementary color
Monochromatic Colors of #8C785B
Black with #8C785B
Text Example
Text Example
White with #8C785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C785B; }
p { color: rgb(140,120,91); }
H1.HeaderClassName
{
color: #8C785B;
}
.AnyTagClassName
{
color: #8C785B;
}
</style>
background-color css
<style>
a { background-color: #8C785B; }
a { background-color: rgb(140,120,91); }
div.DivClassName
{
background-color: #8C785B;
}
.BgClassName
{
background-color: #8C785B;
}
</style>
border-color css
<style>
span { border-color: #8C785B; }
span { border-color: rgb(140,120,91); }
td.TdClassName
{
border-color: #8C785B;
}
.TagClassName
{
border-color: #8C785B;
}
</style>