Shades of Cement #88705A
Tints of Cement #88705A
RGB
CMYK
RGB Variations
Color information
#88705A (or 0x88705A) is known color: Cement. HEX triplet: 88, 70 and 5A. RGB value is (136,112,90). Sum of RGB (Red+Green+Blue) = 136+112+90=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #88705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88705A is #778FA5. Grayscale: #747474. Windows color (decimal): -7835558 or 5927048. OLE color: 5927048.
HSL color Cylindrical-coordinate representation of color #88705A: hue angle of 28.7º 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 #88705A is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 90 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.47 |
| HSL | 28.7º | 0.2% | 0.44% | - |
| HSV(B) | 28.7º | 0.34% | 0.53% | - |
| XYZ | 17.79 | 17.56 | 12.12 | - |
| YUV | 116.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 90 | 0 | 0.18 | 0.34 | 0.47 | 28.7 | 0.2 | 0.44 |
| Hex | 88 | 70 | 5A | 0 | 12 | 22 | 2F | 1D | 14 | 2C |
| Octal | 210 | 160 | 132 | 0 | 22 | 42 | 57 | 35 | 24 | 54 |
| Binary | 10001000 | 1110000 | 1011010 | 0 | 10010 | 100010 | 101111 | 11101 | 10100 | 101100 |
Color Harmonies of #88705A
Complementary color
Monochromatic Colors of #88705A
Black with #88705A
Text Example
Text Example
White with #88705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88705A; }
p { color: rgb(136,112,90); }
H1.HeaderClassName
{
color: #88705A;
}
.AnyTagClassName
{
color: #88705A;
}
</style>
background-color css
<style>
a { background-color: #88705A; }
a { background-color: rgb(136,112,90); }
div.DivClassName
{
background-color: #88705A;
}
.BgClassName
{
background-color: #88705A;
}
</style>
border-color css
<style>
span { border-color: #88705A; }
span { border-color: rgb(136,112,90); }
td.TdClassName
{
border-color: #88705A;
}
.TagClassName
{
border-color: #88705A;
}
</style>