Shades of Cement #87725A
Tints of Cement #87725A
RGB
CMYK
RGB Variations
Color information
#87725A (or 0x87725A) is known color: Cement. HEX triplet: 87, 72 and 5A. RGB value is (135,114,90). Sum of RGB (Red+Green+Blue) = 135+114+90=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #87725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87725A is #788DA5. Grayscale: #757575. Windows color (decimal): -7900582 or 5927559. OLE color: 5927559.
HSL color Cylindrical-coordinate representation of color #87725A: hue angle of 32º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87725A is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 90 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.47 |
| HSL | 32º | 0.2% | 0.44% | - |
| HSV(B) | 32º | 0.33% | 0.53% | - |
| XYZ | 17.85 | 17.92 | 12.19 | - |
| YUV | 117.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 90 | 0 | 0.16 | 0.33 | 0.47 | 32 | 0.2 | 0.44 |
| Hex | 87 | 72 | 5A | 0 | 10 | 21 | 2F | 20 | 14 | 2C |
| Octal | 207 | 162 | 132 | 0 | 20 | 41 | 57 | 40 | 24 | 54 |
| Binary | 10000111 | 1110010 | 1011010 | 0 | 10000 | 100001 | 101111 | 100000 | 10100 | 101100 |
Color Harmonies of #87725A
Complementary color
Monochromatic Colors of #87725A
Black with #87725A
Text Example
Text Example
White with #87725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87725A; }
p { color: rgb(135,114,90); }
H1.HeaderClassName
{
color: #87725A;
}
.AnyTagClassName
{
color: #87725A;
}
</style>
background-color css
<style>
a { background-color: #87725A; }
a { background-color: rgb(135,114,90); }
div.DivClassName
{
background-color: #87725A;
}
.BgClassName
{
background-color: #87725A;
}
</style>
border-color css
<style>
span { border-color: #87725A; }
span { border-color: rgb(135,114,90); }
td.TdClassName
{
border-color: #87725A;
}
.TagClassName
{
border-color: #87725A;
}
</style>