Shades of Shadow #88784D
Tints of Shadow #88784D
RGB
CMYK
RGB Variations
Color information
#88784D (or 0x88784D) is known color: Shadow. HEX triplet: 88, 78 and 4D. RGB value is (136,120,77). Sum of RGB (Red+Green+Blue) = 136+120+77=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #88784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88784D is #7787B2. Grayscale: #787878. Windows color (decimal): -7833523 or 5077128. OLE color: 5077128.
HSL color Cylindrical-coordinate representation of color #88784D: hue angle of 43.73º 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 #88784D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 77 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.47 |
| HSL | 43.73º | 0.28% | 0.42% | - |
| HSV(B) | 43.73º | 0.43% | 0.53% | - |
| XYZ | 18.21 | 19.2 | 9.77 | - |
| YUV | 119.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 77 | 0 | 0.12 | 0.43 | 0.47 | 43.73 | 0.28 | 0.42 |
| Hex | 88 | 78 | 4D | 0 | C | 2B | 2F | 2C | 1C | 2A |
| Octal | 210 | 170 | 115 | 0 | 14 | 53 | 57 | 54 | 34 | 52 |
| Binary | 10001000 | 1111000 | 1001101 | 0 | 1100 | 101011 | 101111 | 101100 | 11100 | 101010 |
Color Harmonies of #88784D
Complementary color
Monochromatic Colors of #88784D
Black with #88784D
Text Example
Text Example
White with #88784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88784D; }
p { color: rgb(136,120,77); }
H1.HeaderClassName
{
color: #88784D;
}
.AnyTagClassName
{
color: #88784D;
}
</style>
background-color css
<style>
a { background-color: #88784D; }
a { background-color: rgb(136,120,77); }
div.DivClassName
{
background-color: #88784D;
}
.BgClassName
{
background-color: #88784D;
}
</style>
border-color css
<style>
span { border-color: #88784D; }
span { border-color: rgb(136,120,77); }
td.TdClassName
{
border-color: #88784D;
}
.TagClassName
{
border-color: #88784D;
}
</style>