Shades of Cement #8C7657
Tints of Cement #8C7657
RGB
CMYK
RGB Variations
Color information
#8C7657 (or 0x8C7657) is known color: Cement. HEX triplet: 8C, 76 and 57. RGB value is (140,118,87). Sum of RGB (Red+Green+Blue) = 140+118+87=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7657 is #7389A8. Grayscale: #797979. Windows color (decimal): -7571881 or 5731980. OLE color: 5731980.
HSL color Cylindrical-coordinate representation of color #8C7657: hue angle of 35.09º 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 #8C7657 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 87 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.45 |
| HSL | 35.09º | 0.23% | 0.45% | - |
| HSV(B) | 35.09º | 0.38% | 0.55% | - |
| XYZ | 19.01 | 19.22 | 11.72 | - |
| YUV | 121.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 87 | 0 | 0.16 | 0.38 | 0.45 | 35.09 | 0.23 | 0.45 |
| Hex | 8C | 76 | 57 | 0 | 10 | 26 | 2D | 23 | 17 | 2D |
| Octal | 214 | 166 | 127 | 0 | 20 | 46 | 55 | 43 | 27 | 55 |
| Binary | 10001100 | 1110110 | 1010111 | 0 | 10000 | 100110 | 101101 | 100011 | 10111 | 101101 |
Color Harmonies of #8C7657
Complementary color
Monochromatic Colors of #8C7657
Black with #8C7657
Text Example
Text Example
White with #8C7657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7657; }
p { color: rgb(140,118,87); }
H1.HeaderClassName
{
color: #8C7657;
}
.AnyTagClassName
{
color: #8C7657;
}
</style>
background-color css
<style>
a { background-color: #8C7657; }
a { background-color: rgb(140,118,87); }
div.DivClassName
{
background-color: #8C7657;
}
.BgClassName
{
background-color: #8C7657;
}
</style>
border-color css
<style>
span { border-color: #8C7657; }
span { border-color: rgb(140,118,87); }
td.TdClassName
{
border-color: #8C7657;
}
.TagClassName
{
border-color: #8C7657;
}
</style>