Shades of Cement #876D54
Tints of Cement #876D54
RGB
CMYK
RGB Variations
Color information
#876D54 (or 0x876D54) is known color: Cement. HEX triplet: 87, 6D and 54. RGB value is (135,109,84). Sum of RGB (Red+Green+Blue) = 135+109+84=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #876D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D54 is #7892AB. Grayscale: #727272. Windows color (decimal): -7901868 or 5533063. OLE color: 5533063.
HSL color Cylindrical-coordinate representation of color #876D54: hue angle of 29.41º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #876D54 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 84 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.47 |
| HSL | 29.41º | 0.23% | 0.43% | - |
| HSV(B) | 29.41º | 0.38% | 0.53% | - |
| XYZ | 17.06 | 16.73 | 10.72 | - |
| YUV | 113.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 84 | 0 | 0.19 | 0.38 | 0.47 | 29.41 | 0.23 | 0.43 |
| Hex | 87 | 6D | 54 | 0 | 13 | 26 | 2F | 1D | 17 | 2B |
| Octal | 207 | 155 | 124 | 0 | 23 | 46 | 57 | 35 | 27 | 53 |
| Binary | 10000111 | 1101101 | 1010100 | 0 | 10011 | 100110 | 101111 | 11101 | 10111 | 101011 |
Color Harmonies of #876D54
Complementary color
Monochromatic Colors of #876D54
Black with #876D54
Text Example
Text Example
White with #876D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D54; }
p { color: rgb(135,109,84); }
H1.HeaderClassName
{
color: #876D54;
}
.AnyTagClassName
{
color: #876D54;
}
</style>
background-color css
<style>
a { background-color: #876D54; }
a { background-color: rgb(135,109,84); }
div.DivClassName
{
background-color: #876D54;
}
.BgClassName
{
background-color: #876D54;
}
</style>
border-color css
<style>
span { border-color: #876D54; }
span { border-color: rgb(135,109,84); }
td.TdClassName
{
border-color: #876D54;
}
.TagClassName
{
border-color: #876D54;
}
</style>