Shades of Cement #8C785D
Tints of Cement #8C785D
RGB
CMYK
RGB Variations
Color information
#8C785D (or 0x8C785D) is known color: Cement. HEX triplet: 8C, 78 and 5D. RGB value is (140,120,93). Sum of RGB (Red+Green+Blue) = 140+120+93=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C785D is #7387A2. Grayscale: #7B7B7B. Windows color (decimal): -7571363 or 6125708. OLE color: 6125708.
HSL color Cylindrical-coordinate representation of color #8C785D: hue angle of 34.47º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C785D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 93 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.45 |
| HSL | 34.47º | 0.2% | 0.46% | - |
| HSV(B) | 34.47º | 0.34% | 0.55% | - |
| XYZ | 19.51 | 19.8 | 13.15 | - |
| YUV | 122.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 93 | 0 | 0.14 | 0.34 | 0.45 | 34.47 | 0.2 | 0.46 |
| Hex | 8C | 78 | 5D | 0 | E | 22 | 2D | 22 | 14 | 2E |
| Octal | 214 | 170 | 135 | 0 | 16 | 42 | 55 | 42 | 24 | 56 |
| Binary | 10001100 | 1111000 | 1011101 | 0 | 1110 | 100010 | 101101 | 100010 | 10100 | 101110 |
Color Harmonies of #8C785D
Complementary color
Monochromatic Colors of #8C785D
Black with #8C785D
Text Example
Text Example
White with #8C785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C785D; }
p { color: rgb(140,120,93); }
H1.HeaderClassName
{
color: #8C785D;
}
.AnyTagClassName
{
color: #8C785D;
}
</style>
background-color css
<style>
a { background-color: #8C785D; }
a { background-color: rgb(140,120,93); }
div.DivClassName
{
background-color: #8C785D;
}
.BgClassName
{
background-color: #8C785D;
}
</style>
border-color css
<style>
span { border-color: #8C785D; }
span { border-color: rgb(140,120,93); }
td.TdClassName
{
border-color: #8C785D;
}
.TagClassName
{
border-color: #8C785D;
}
</style>