Shades of Cement #8C7858
Tints of Cement #8C7858
RGB
CMYK
RGB Variations
Color information
#8C7858 (or 0x8C7858) is known color: Cement. HEX triplet: 8C, 78 and 58. RGB value is (140,120,88). Sum of RGB (Red+Green+Blue) = 140+120+88=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7858 is #7387A7. Grayscale: #7A7A7A. Windows color (decimal): -7571368 or 5798028. OLE color: 5798028.
HSL color Cylindrical-coordinate representation of color #8C7858: hue angle of 36.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C7858 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 88 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.45 |
| HSL | 36.92º | 0.23% | 0.45% | - |
| HSV(B) | 36.92º | 0.37% | 0.55% | - |
| XYZ | 19.29 | 19.71 | 12.02 | - |
| YUV | 122.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 88 | 0 | 0.14 | 0.37 | 0.45 | 36.92 | 0.23 | 0.45 |
| Hex | 8C | 78 | 58 | 0 | E | 25 | 2D | 25 | 17 | 2D |
| Octal | 214 | 170 | 130 | 0 | 16 | 45 | 55 | 45 | 27 | 55 |
| Binary | 10001100 | 1111000 | 1011000 | 0 | 1110 | 100101 | 101101 | 100101 | 10111 | 101101 |
Color Harmonies of #8C7858
Complementary color
Monochromatic Colors of #8C7858
Black with #8C7858
Text Example
Text Example
White with #8C7858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7858; }
p { color: rgb(140,120,88); }
H1.HeaderClassName
{
color: #8C7858;
}
.AnyTagClassName
{
color: #8C7858;
}
</style>
background-color css
<style>
a { background-color: #8C7858; }
a { background-color: rgb(140,120,88); }
div.DivClassName
{
background-color: #8C7858;
}
.BgClassName
{
background-color: #8C7858;
}
</style>
border-color css
<style>
span { border-color: #8C7858; }
span { border-color: rgb(140,120,88); }
td.TdClassName
{
border-color: #8C7858;
}
.TagClassName
{
border-color: #8C7858;
}
</style>