Shades of Cement #887256
Tints of Cement #887256
RGB
CMYK
RGB Variations
Color information
#887256 (or 0x887256) is known color: Cement. HEX triplet: 88, 72 and 56. RGB value is (136,114,86). Sum of RGB (Red+Green+Blue) = 136+114+86=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #887256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887256 is #778DA9. Grayscale: #757575. Windows color (decimal): -7835050 or 5665416. OLE color: 5665416.
HSL color Cylindrical-coordinate representation of color #887256: hue angle of 33.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #887256 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 114 | 86 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.47 |
| HSL | 33.6º | 0.23% | 0.44% | - |
| HSV(B) | 33.6º | 0.37% | 0.53% | - |
| XYZ | 17.85 | 17.94 | 11.33 | - |
| YUV | 117.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 86 | 0 | 0.16 | 0.37 | 0.47 | 33.6 | 0.23 | 0.44 |
| Hex | 88 | 72 | 56 | 0 | 10 | 25 | 2F | 22 | 17 | 2C |
| Octal | 210 | 162 | 126 | 0 | 20 | 45 | 57 | 42 | 27 | 54 |
| Binary | 10001000 | 1110010 | 1010110 | 0 | 10000 | 100101 | 101111 | 100010 | 10111 | 101100 |
Color Harmonies of #887256
Complementary color
Monochromatic Colors of #887256
Black with #887256
Text Example
Text Example
White with #887256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887256; }
p { color: rgb(136,114,86); }
H1.HeaderClassName
{
color: #887256;
}
.AnyTagClassName
{
color: #887256;
}
</style>
background-color css
<style>
a { background-color: #887256; }
a { background-color: rgb(136,114,86); }
div.DivClassName
{
background-color: #887256;
}
.BgClassName
{
background-color: #887256;
}
</style>
border-color css
<style>
span { border-color: #887256; }
span { border-color: rgb(136,114,86); }
td.TdClassName
{
border-color: #887256;
}
.TagClassName
{
border-color: #887256;
}
</style>