Shades of Cement #88725A
Tints of Cement #88725A
RGB
CMYK
RGB Variations
Color information
#88725A (or 0x88725A) is known color: Cement. HEX triplet: 88, 72 and 5A. RGB value is (136,114,90). Sum of RGB (Red+Green+Blue) = 136+114+90=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #88725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88725A is #778DA5. Grayscale: #757575. Windows color (decimal): -7835046 or 5927560. OLE color: 5927560.
HSL color Cylindrical-coordinate representation of color #88725A: hue angle of 31.3º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88725A is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 114 | 90 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.47 |
| HSL | 31.3º | 0.2% | 0.44% | - |
| HSV(B) | 31.3º | 0.34% | 0.53% | - |
| XYZ | 18.02 | 18.01 | 12.2 | - |
| YUV | 117.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 90 | 0 | 0.16 | 0.34 | 0.47 | 31.3 | 0.2 | 0.44 |
| Hex | 88 | 72 | 5A | 0 | 10 | 22 | 2F | 1F | 14 | 2C |
| Octal | 210 | 162 | 132 | 0 | 20 | 42 | 57 | 37 | 24 | 54 |
| Binary | 10001000 | 1110010 | 1011010 | 0 | 10000 | 100010 | 101111 | 11111 | 10100 | 101100 |
Color Harmonies of #88725A
Complementary color
Monochromatic Colors of #88725A
Black with #88725A
Text Example
Text Example
White with #88725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88725A; }
p { color: rgb(136,114,90); }
H1.HeaderClassName
{
color: #88725A;
}
.AnyTagClassName
{
color: #88725A;
}
</style>
background-color css
<style>
a { background-color: #88725A; }
a { background-color: rgb(136,114,90); }
div.DivClassName
{
background-color: #88725A;
}
.BgClassName
{
background-color: #88725A;
}
</style>
border-color css
<style>
span { border-color: #88725A; }
span { border-color: rgb(136,114,90); }
td.TdClassName
{
border-color: #88725A;
}
.TagClassName
{
border-color: #88725A;
}
</style>