Shades of Cement #8D7858
Tints of Cement #8D7858
RGB
CMYK
RGB Variations
Color information
#8D7858 (or 0x8D7858) is known color: Cement. HEX triplet: 8D, 78 and 58. RGB value is (141,120,88). Sum of RGB (Red+Green+Blue) = 141+120+88=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7858 is #7287A7. Grayscale: #7A7A7A. Windows color (decimal): -7505832 or 5798029. OLE color: 5798029.
HSL color Cylindrical-coordinate representation of color #8D7858: hue angle of 36.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D7858 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 88 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.45 |
| HSL | 36.23º | 0.23% | 0.45% | - |
| HSV(B) | 36.23º | 0.38% | 0.55% | - |
| XYZ | 19.46 | 19.8 | 12.03 | - |
| YUV | 122.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 88 | 0 | 0.15 | 0.38 | 0.45 | 36.23 | 0.23 | 0.45 |
| Hex | 8D | 78 | 58 | 0 | F | 26 | 2D | 24 | 17 | 2D |
| Octal | 215 | 170 | 130 | 0 | 17 | 46 | 55 | 44 | 27 | 55 |
| Binary | 10001101 | 1111000 | 1011000 | 0 | 1111 | 100110 | 101101 | 100100 | 10111 | 101101 |
Color Harmonies of #8D7858
Complementary color
Monochromatic Colors of #8D7858
Black with #8D7858
Text Example
Text Example
White with #8D7858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7858; }
p { color: rgb(141,120,88); }
H1.HeaderClassName
{
color: #8D7858;
}
.AnyTagClassName
{
color: #8D7858;
}
</style>
background-color css
<style>
a { background-color: #8D7858; }
a { background-color: rgb(141,120,88); }
div.DivClassName
{
background-color: #8D7858;
}
.BgClassName
{
background-color: #8D7858;
}
</style>
border-color css
<style>
span { border-color: #8D7858; }
span { border-color: rgb(141,120,88); }
td.TdClassName
{
border-color: #8D7858;
}
.TagClassName
{
border-color: #8D7858;
}
</style>