Shades of Shadow #88744D
Tints of Shadow #88744D
RGB
CMYK
RGB Variations
Color information
#88744D (or 0x88744D) is known color: Shadow. HEX triplet: 88, 74 and 4D. RGB value is (136,116,77). Sum of RGB (Red+Green+Blue) = 136+116+77=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88744D is #778BB2. Grayscale: #757575. Windows color (decimal): -7834547 or 5076104. OLE color: 5076104.
HSL color Cylindrical-coordinate representation of color #88744D: hue angle of 39.66º 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 #88744D is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 116 | 77 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.47 |
| HSL | 39.66º | 0.28% | 0.42% | - |
| HSV(B) | 39.66º | 0.43% | 0.53% | - |
| XYZ | 17.74 | 18.26 | 9.61 | - |
| YUV | 117.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 77 | 0 | 0.15 | 0.43 | 0.47 | 39.66 | 0.28 | 0.42 |
| Hex | 88 | 74 | 4D | 0 | F | 2B | 2F | 28 | 1C | 2A |
| Octal | 210 | 164 | 115 | 0 | 17 | 53 | 57 | 50 | 34 | 52 |
| Binary | 10001000 | 1110100 | 1001101 | 0 | 1111 | 101011 | 101111 | 101000 | 11100 | 101010 |
Color Harmonies of #88744D
Complementary color
Monochromatic Colors of #88744D
Black with #88744D
Text Example
Text Example
White with #88744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88744D; }
p { color: rgb(136,116,77); }
H1.HeaderClassName
{
color: #88744D;
}
.AnyTagClassName
{
color: #88744D;
}
</style>
background-color css
<style>
a { background-color: #88744D; }
a { background-color: rgb(136,116,77); }
div.DivClassName
{
background-color: #88744D;
}
.BgClassName
{
background-color: #88744D;
}
</style>
border-color css
<style>
span { border-color: #88744D; }
span { border-color: rgb(136,116,77); }
td.TdClassName
{
border-color: #88744D;
}
.TagClassName
{
border-color: #88744D;
}
</style>