Shades of Cement #8D7755
Tints of Cement #8D7755
RGB
CMYK
RGB Variations
Color information
#8D7755 (or 0x8D7755) is known color: Cement. HEX triplet: 8D, 77 and 55. RGB value is (141,119,85). Sum of RGB (Red+Green+Blue) = 141+119+85=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7755 is #7288AA. Grayscale: #797979. Windows color (decimal): -7506091 or 5601165. OLE color: 5601165.
HSL color Cylindrical-coordinate representation of color #8D7755: hue angle of 36.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D7755 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 119 | 85 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.45 |
| HSL | 36.43º | 0.25% | 0.44% | - |
| HSV(B) | 36.43º | 0.4% | 0.55% | - |
| XYZ | 19.22 | 19.51 | 11.35 | - |
| YUV | 121.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 85 | 0 | 0.16 | 0.40 | 0.45 | 36.43 | 0.25 | 0.44 |
| Hex | 8D | 77 | 55 | 0 | 10 | 28 | 2D | 24 | 19 | 2C |
| Octal | 215 | 167 | 125 | 0 | 20 | 50 | 55 | 44 | 31 | 54 |
| Binary | 10001101 | 1110111 | 1010101 | 0 | 10000 | 101000 | 101101 | 100100 | 11001 | 101100 |
Color Harmonies of #8D7755
Complementary color
Monochromatic Colors of #8D7755
Black with #8D7755
Text Example
Text Example
White with #8D7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7755; }
p { color: rgb(141,119,85); }
H1.HeaderClassName
{
color: #8D7755;
}
.AnyTagClassName
{
color: #8D7755;
}
</style>
background-color css
<style>
a { background-color: #8D7755; }
a { background-color: rgb(141,119,85); }
div.DivClassName
{
background-color: #8D7755;
}
.BgClassName
{
background-color: #8D7755;
}
</style>
border-color css
<style>
span { border-color: #8D7755; }
span { border-color: rgb(141,119,85); }
td.TdClassName
{
border-color: #8D7755;
}
.TagClassName
{
border-color: #8D7755;
}
</style>