Shades of Cement #877256
Tints of Cement #877256
RGB
CMYK
RGB Variations
Color information
#877256 (or 0x877256) is known color: Cement. HEX triplet: 87, 72 and 56. RGB value is (135,114,86). Sum of RGB (Red+Green+Blue) = 135+114+86=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #877256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877256 is #788DA9. Grayscale: #757575. Windows color (decimal): -7900586 or 5665415. OLE color: 5665415.
HSL color Cylindrical-coordinate representation of color #877256: hue angle of 34.29º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #877256 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 86 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.47 |
| HSL | 34.29º | 0.22% | 0.43% | - |
| HSV(B) | 34.29º | 0.36% | 0.53% | - |
| XYZ | 17.69 | 17.86 | 11.32 | - |
| YUV | 117.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 86 | 0 | 0.16 | 0.36 | 0.47 | 34.29 | 0.22 | 0.43 |
| Hex | 87 | 72 | 56 | 0 | 10 | 24 | 2F | 22 | 16 | 2B |
| Octal | 207 | 162 | 126 | 0 | 20 | 44 | 57 | 42 | 26 | 53 |
| Binary | 10000111 | 1110010 | 1010110 | 0 | 10000 | 100100 | 101111 | 100010 | 10110 | 101011 |
Color Harmonies of #877256
Complementary color
Monochromatic Colors of #877256
Black with #877256
Text Example
Text Example
White with #877256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877256; }
p { color: rgb(135,114,86); }
H1.HeaderClassName
{
color: #877256;
}
.AnyTagClassName
{
color: #877256;
}
</style>
background-color css
<style>
a { background-color: #877256; }
a { background-color: rgb(135,114,86); }
div.DivClassName
{
background-color: #877256;
}
.BgClassName
{
background-color: #877256;
}
</style>
border-color css
<style>
span { border-color: #877256; }
span { border-color: rgb(135,114,86); }
td.TdClassName
{
border-color: #877256;
}
.TagClassName
{
border-color: #877256;
}
</style>