Shades of Cement #8D7759
Tints of Cement #8D7759
RGB
CMYK
RGB Variations
Color information
#8D7759 (or 0x8D7759) is known color: Cement. HEX triplet: 8D, 77 and 59. RGB value is (141,119,89). Sum of RGB (Red+Green+Blue) = 141+119+89=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7759 is #7288A6. Grayscale: #7A7A7A. Windows color (decimal): -7506087 or 5863309. OLE color: 5863309.
HSL color Cylindrical-coordinate representation of color #8D7759: hue angle of 34.62º 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 #8D7759 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 119 | 89 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.45 |
| HSL | 34.62º | 0.23% | 0.45% | - |
| HSV(B) | 34.62º | 0.37% | 0.55% | - |
| XYZ | 19.38 | 19.58 | 12.21 | - |
| YUV | 122.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 89 | 0 | 0.16 | 0.37 | 0.45 | 34.62 | 0.23 | 0.45 |
| Hex | 8D | 77 | 59 | 0 | 10 | 25 | 2D | 23 | 17 | 2D |
| Octal | 215 | 167 | 131 | 0 | 20 | 45 | 55 | 43 | 27 | 55 |
| Binary | 10001101 | 1110111 | 1011001 | 0 | 10000 | 100101 | 101101 | 100011 | 10111 | 101101 |
Color Harmonies of #8D7759
Complementary color
Monochromatic Colors of #8D7759
Black with #8D7759
Text Example
Text Example
White with #8D7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7759; }
p { color: rgb(141,119,89); }
H1.HeaderClassName
{
color: #8D7759;
}
.AnyTagClassName
{
color: #8D7759;
}
</style>
background-color css
<style>
a { background-color: #8D7759; }
a { background-color: rgb(141,119,89); }
div.DivClassName
{
background-color: #8D7759;
}
.BgClassName
{
background-color: #8D7759;
}
</style>
border-color css
<style>
span { border-color: #8D7759; }
span { border-color: rgb(141,119,89); }
td.TdClassName
{
border-color: #8D7759;
}
.TagClassName
{
border-color: #8D7759;
}
</style>