Shades of Cement #877255
Tints of Cement #877255
RGB
CMYK
RGB Variations
Color information
#877255 (or 0x877255) is known color: Cement. HEX triplet: 87, 72 and 55. RGB value is (135,114,85). Sum of RGB (Red+Green+Blue) = 135+114+85=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #877255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877255 is #788DAA. Grayscale: #757575. Windows color (decimal): -7900587 or 5599879. OLE color: 5599879.
HSL color Cylindrical-coordinate representation of color #877255: hue angle of 34.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #877255 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 85 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.47 |
| HSL | 34.8º | 0.23% | 0.43% | - |
| HSV(B) | 34.8º | 0.37% | 0.53% | - |
| XYZ | 17.65 | 17.84 | 11.11 | - |
| YUV | 116.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 85 | 0 | 0.16 | 0.37 | 0.47 | 34.8 | 0.23 | 0.43 |
| Hex | 87 | 72 | 55 | 0 | 10 | 25 | 2F | 23 | 17 | 2B |
| Octal | 207 | 162 | 125 | 0 | 20 | 45 | 57 | 43 | 27 | 53 |
| Binary | 10000111 | 1110010 | 1010101 | 0 | 10000 | 100101 | 101111 | 100011 | 10111 | 101011 |
Color Harmonies of #877255
Complementary color
Monochromatic Colors of #877255
Black with #877255
Text Example
Text Example
White with #877255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877255; }
p { color: rgb(135,114,85); }
H1.HeaderClassName
{
color: #877255;
}
.AnyTagClassName
{
color: #877255;
}
</style>
background-color css
<style>
a { background-color: #877255; }
a { background-color: rgb(135,114,85); }
div.DivClassName
{
background-color: #877255;
}
.BgClassName
{
background-color: #877255;
}
</style>
border-color css
<style>
span { border-color: #877255; }
span { border-color: rgb(135,114,85); }
td.TdClassName
{
border-color: #877255;
}
.TagClassName
{
border-color: #877255;
}
</style>