Shades of Cement #87735E
Tints of Cement #87735E
RGB
CMYK
RGB Variations
Color information
#87735E (or 0x87735E) is known color: Cement. HEX triplet: 87, 73 and 5E. RGB value is (135,115,94). Sum of RGB (Red+Green+Blue) = 135+115+94=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87735E is #788CA1. Grayscale: #767676. Windows color (decimal): -7900322 or 6189959. OLE color: 6189959.
HSL color Cylindrical-coordinate representation of color #87735E: hue angle of 30.73º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87735E is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 115 | 94 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.47 |
| HSL | 30.73º | 0.18% | 0.45% | - |
| HSV(B) | 30.73º | 0.3% | 0.53% | - |
| XYZ | 18.14 | 18.22 | 13.15 | - |
| YUV | 118.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 115 | 94 | 0 | 0.15 | 0.30 | 0.47 | 30.73 | 0.18 | 0.45 |
| Hex | 87 | 73 | 5E | 0 | F | 1E | 2F | 1F | 12 | 2D |
| Octal | 207 | 163 | 136 | 0 | 17 | 36 | 57 | 37 | 22 | 55 |
| Binary | 10000111 | 1110011 | 1011110 | 0 | 1111 | 11110 | 101111 | 11111 | 10010 | 101101 |
Color Harmonies of #87735E
Complementary color
Monochromatic Colors of #87735E
Black with #87735E
Text Example
Text Example
White with #87735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87735E; }
p { color: rgb(135,115,94); }
H1.HeaderClassName
{
color: #87735E;
}
.AnyTagClassName
{
color: #87735E;
}
</style>
background-color css
<style>
a { background-color: #87735E; }
a { background-color: rgb(135,115,94); }
div.DivClassName
{
background-color: #87735E;
}
.BgClassName
{
background-color: #87735E;
}
</style>
border-color css
<style>
span { border-color: #87735E; }
span { border-color: rgb(135,115,94); }
td.TdClassName
{
border-color: #87735E;
}
.TagClassName
{
border-color: #87735E;
}
</style>