Shades of Shadow #88784A
Tints of Shadow #88784A
RGB
CMYK
RGB Variations
Color information
#88784A (or 0x88784A) is known color: Shadow. HEX triplet: 88, 78 and 4A. RGB value is (136,120,74). Sum of RGB (Red+Green+Blue) = 136+120+74=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #88784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88784A is #7787B5. Grayscale: #777777. Windows color (decimal): -7833526 or 4880520. OLE color: 4880520.
HSL color Cylindrical-coordinate representation of color #88784A: hue angle of 44.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88784A is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 74 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.47 |
| HSL | 44.52º | 0.3% | 0.41% | - |
| HSV(B) | 44.52º | 0.46% | 0.53% | - |
| XYZ | 18.11 | 19.16 | 9.22 | - |
| YUV | 119.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 74 | 0 | 0.12 | 0.46 | 0.47 | 44.52 | 0.3 | 0.41 |
| Hex | 88 | 78 | 4A | 0 | C | 2E | 2F | 2D | 1E | 29 |
| Octal | 210 | 170 | 112 | 0 | 14 | 56 | 57 | 55 | 36 | 51 |
| Binary | 10001000 | 1111000 | 1001010 | 0 | 1100 | 101110 | 101111 | 101101 | 11110 | 101001 |
Color Harmonies of #88784A
Complementary color
Monochromatic Colors of #88784A
Black with #88784A
Text Example
Text Example
White with #88784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88784A; }
p { color: rgb(136,120,74); }
H1.HeaderClassName
{
color: #88784A;
}
.AnyTagClassName
{
color: #88784A;
}
</style>
background-color css
<style>
a { background-color: #88784A; }
a { background-color: rgb(136,120,74); }
div.DivClassName
{
background-color: #88784A;
}
.BgClassName
{
background-color: #88784A;
}
</style>
border-color css
<style>
span { border-color: #88784A; }
span { border-color: rgb(136,120,74); }
td.TdClassName
{
border-color: #88784A;
}
.TagClassName
{
border-color: #88784A;
}
</style>