Shades of Cement #8C7556
Tints of Cement #8C7556
RGB
CMYK
RGB Variations
Color information
#8C7556 (or 0x8C7556) is known color: Cement. HEX triplet: 8C, 75 and 56. RGB value is (140,117,86). Sum of RGB (Red+Green+Blue) = 140+117+86=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7556 is #738AA9. Grayscale: #787878. Windows color (decimal): -7572138 or 5666188. OLE color: 5666188.
HSL color Cylindrical-coordinate representation of color #8C7556: hue angle of 34.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C7556 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 86 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.45 |
| HSL | 34.44º | 0.24% | 0.44% | - |
| HSV(B) | 34.44º | 0.39% | 0.55% | - |
| XYZ | 18.86 | 18.97 | 11.47 | - |
| YUV | 120.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 86 | 0 | 0.16 | 0.39 | 0.45 | 34.44 | 0.24 | 0.44 |
| Hex | 8C | 75 | 56 | 0 | 10 | 27 | 2D | 22 | 18 | 2C |
| Octal | 214 | 165 | 126 | 0 | 20 | 47 | 55 | 42 | 30 | 54 |
| Binary | 10001100 | 1110101 | 1010110 | 0 | 10000 | 100111 | 101101 | 100010 | 11000 | 101100 |
Color Harmonies of #8C7556
Complementary color
Monochromatic Colors of #8C7556
Black with #8C7556
Text Example
Text Example
White with #8C7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7556; }
p { color: rgb(140,117,86); }
H1.HeaderClassName
{
color: #8C7556;
}
.AnyTagClassName
{
color: #8C7556;
}
</style>
background-color css
<style>
a { background-color: #8C7556; }
a { background-color: rgb(140,117,86); }
div.DivClassName
{
background-color: #8C7556;
}
.BgClassName
{
background-color: #8C7556;
}
</style>
border-color css
<style>
span { border-color: #8C7556; }
span { border-color: rgb(140,117,86); }
td.TdClassName
{
border-color: #8C7556;
}
.TagClassName
{
border-color: #8C7556;
}
</style>