Shades of Cement #87755E
Tints of Cement #87755E
RGB
CMYK
RGB Variations
Color information
#87755E (or 0x87755E) is known color: Cement. HEX triplet: 87, 75 and 5E. RGB value is (135,117,94). Sum of RGB (Red+Green+Blue) = 135+117+94=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #87755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87755E is #788AA1. Grayscale: #777777. Windows color (decimal): -7899810 or 6190471. OLE color: 6190471.
HSL color Cylindrical-coordinate representation of color #87755E: hue angle of 33.66º 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 #87755E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 117 | 94 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.47 |
| HSL | 33.66º | 0.18% | 0.45% | - |
| HSV(B) | 33.66º | 0.3% | 0.53% | - |
| XYZ | 18.37 | 18.68 | 13.23 | - |
| YUV | 119.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 94 | 0 | 0.13 | 0.30 | 0.47 | 33.66 | 0.18 | 0.45 |
| Hex | 87 | 75 | 5E | 0 | D | 1E | 2F | 22 | 12 | 2D |
| Octal | 207 | 165 | 136 | 0 | 15 | 36 | 57 | 42 | 22 | 55 |
| Binary | 10000111 | 1110101 | 1011110 | 0 | 1101 | 11110 | 101111 | 100010 | 10010 | 101101 |
Color Harmonies of #87755E
Complementary color
Monochromatic Colors of #87755E
Black with #87755E
Text Example
Text Example
White with #87755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87755E; }
p { color: rgb(135,117,94); }
H1.HeaderClassName
{
color: #87755E;
}
.AnyTagClassName
{
color: #87755E;
}
</style>
background-color css
<style>
a { background-color: #87755E; }
a { background-color: rgb(135,117,94); }
div.DivClassName
{
background-color: #87755E;
}
.BgClassName
{
background-color: #87755E;
}
</style>
border-color css
<style>
span { border-color: #87755E; }
span { border-color: rgb(135,117,94); }
td.TdClassName
{
border-color: #87755E;
}
.TagClassName
{
border-color: #87755E;
}
</style>