Shades of Shadow #88724D
Tints of Shadow #88724D
RGB
CMYK
RGB Variations
Color information
#88724D (or 0x88724D) is known color: Shadow. HEX triplet: 88, 72 and 4D. RGB value is (136,114,77). Sum of RGB (Red+Green+Blue) = 136+114+77=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #88724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88724D is #778DB2. Grayscale: #747474. Windows color (decimal): -7835059 or 5075592. OLE color: 5075592.
HSL color Cylindrical-coordinate representation of color #88724D: hue angle of 37.63º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88724D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 114 | 77 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.47 |
| HSL | 37.63º | 0.28% | 0.42% | - |
| HSV(B) | 37.63º | 0.43% | 0.53% | - |
| XYZ | 17.51 | 17.8 | 9.53 | - |
| YUV | 116.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 77 | 0 | 0.16 | 0.43 | 0.47 | 37.63 | 0.28 | 0.42 |
| Hex | 88 | 72 | 4D | 0 | 10 | 2B | 2F | 26 | 1C | 2A |
| Octal | 210 | 162 | 115 | 0 | 20 | 53 | 57 | 46 | 34 | 52 |
| Binary | 10001000 | 1110010 | 1001101 | 0 | 10000 | 101011 | 101111 | 100110 | 11100 | 101010 |
Color Harmonies of #88724D
Complementary color
Monochromatic Colors of #88724D
Black with #88724D
Text Example
Text Example
White with #88724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88724D; }
p { color: rgb(136,114,77); }
H1.HeaderClassName
{
color: #88724D;
}
.AnyTagClassName
{
color: #88724D;
}
</style>
background-color css
<style>
a { background-color: #88724D; }
a { background-color: rgb(136,114,77); }
div.DivClassName
{
background-color: #88724D;
}
.BgClassName
{
background-color: #88724D;
}
</style>
border-color css
<style>
span { border-color: #88724D; }
span { border-color: rgb(136,114,77); }
td.TdClassName
{
border-color: #88724D;
}
.TagClassName
{
border-color: #88724D;
}
</style>