Shades of Cement #88735A
Tints of Cement #88735A
RGB
CMYK
RGB Variations
Color information
#88735A (or 0x88735A) is known color: Cement. HEX triplet: 88, 73 and 5A. RGB value is (136,115,90). Sum of RGB (Red+Green+Blue) = 136+115+90=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #88735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88735A is #778CA5. Grayscale: #767676. Windows color (decimal): -7834790 or 5927816. OLE color: 5927816.
HSL color Cylindrical-coordinate representation of color #88735A: hue angle of 32.61º 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 #88735A is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 115 | 90 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.47 |
| HSL | 32.61º | 0.2% | 0.44% | - |
| HSV(B) | 32.61º | 0.34% | 0.53% | - |
| XYZ | 18.13 | 18.23 | 12.24 | - |
| YUV | 118.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 90 | 0 | 0.15 | 0.34 | 0.47 | 32.61 | 0.2 | 0.44 |
| Hex | 88 | 73 | 5A | 0 | F | 22 | 2F | 21 | 14 | 2C |
| Octal | 210 | 163 | 132 | 0 | 17 | 42 | 57 | 41 | 24 | 54 |
| Binary | 10001000 | 1110011 | 1011010 | 0 | 1111 | 100010 | 101111 | 100001 | 10100 | 101100 |
Color Harmonies of #88735A
Complementary color
Monochromatic Colors of #88735A
Black with #88735A
Text Example
Text Example
White with #88735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88735A; }
p { color: rgb(136,115,90); }
H1.HeaderClassName
{
color: #88735A;
}
.AnyTagClassName
{
color: #88735A;
}
</style>
background-color css
<style>
a { background-color: #88735A; }
a { background-color: rgb(136,115,90); }
div.DivClassName
{
background-color: #88735A;
}
.BgClassName
{
background-color: #88735A;
}
</style>
border-color css
<style>
span { border-color: #88735A; }
span { border-color: rgb(136,115,90); }
td.TdClassName
{
border-color: #88735A;
}
.TagClassName
{
border-color: #88735A;
}
</style>