Shades of Cement #8D7558
Tints of Cement #8D7558
RGB
CMYK
RGB Variations
Color information
#8D7558 (or 0x8D7558) is known color: Cement. HEX triplet: 8D, 75 and 58. RGB value is (141,117,88). Sum of RGB (Red+Green+Blue) = 141+117+88=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7558 is #728AA7. Grayscale: #797979. Windows color (decimal): -7506600 or 5797261. OLE color: 5797261.
HSL color Cylindrical-coordinate representation of color #8D7558: hue angle of 32.83º 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 #8D7558 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 88 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.45 |
| HSL | 32.83º | 0.23% | 0.45% | - |
| HSV(B) | 32.83º | 0.38% | 0.55% | - |
| XYZ | 19.11 | 19.09 | 11.91 | - |
| YUV | 120.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 88 | 0 | 0.17 | 0.38 | 0.45 | 32.83 | 0.23 | 0.45 |
| Hex | 8D | 75 | 58 | 0 | 11 | 26 | 2D | 21 | 17 | 2D |
| Octal | 215 | 165 | 130 | 0 | 21 | 46 | 55 | 41 | 27 | 55 |
| Binary | 10001101 | 1110101 | 1011000 | 0 | 10001 | 100110 | 101101 | 100001 | 10111 | 101101 |
Color Harmonies of #8D7558
Complementary color
Monochromatic Colors of #8D7558
Black with #8D7558
Text Example
Text Example
White with #8D7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7558; }
p { color: rgb(141,117,88); }
H1.HeaderClassName
{
color: #8D7558;
}
.AnyTagClassName
{
color: #8D7558;
}
</style>
background-color css
<style>
a { background-color: #8D7558; }
a { background-color: rgb(141,117,88); }
div.DivClassName
{
background-color: #8D7558;
}
.BgClassName
{
background-color: #8D7558;
}
</style>
border-color css
<style>
span { border-color: #8D7558; }
span { border-color: rgb(141,117,88); }
td.TdClassName
{
border-color: #8D7558;
}
.TagClassName
{
border-color: #8D7558;
}
</style>