Shades of Shadow #887741
Tints of Shadow #887741
RGB
CMYK
RGB Variations
Color information
#887741 (or 0x887741) is known color: Shadow. HEX triplet: 88, 77 and 41. RGB value is (136,119,65). Sum of RGB (Red+Green+Blue) = 136+119+65=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #887741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887741 is #7788BE. Grayscale: #767676. Windows color (decimal): -7833791 or 4290440. OLE color: 4290440.
HSL color Cylindrical-coordinate representation of color #887741: hue angle of 45.63º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #887741 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 119 | 65 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.47 |
| HSL | 45.63º | 0.35% | 0.39% | - |
| HSV(B) | 45.63º | 0.52% | 0.53% | - |
| XYZ | 17.7 | 18.81 | 7.7 | - |
| YUV | 117.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 65 | 0 | 0.12 | 0.52 | 0.47 | 45.63 | 0.35 | 0.39 |
| Hex | 88 | 77 | 41 | 0 | C | 34 | 2F | 2E | 23 | 27 |
| Octal | 210 | 167 | 101 | 0 | 14 | 64 | 57 | 56 | 43 | 47 |
| Binary | 10001000 | 1110111 | 1000001 | 0 | 1100 | 110100 | 101111 | 101110 | 100011 | 100111 |
Color Harmonies of #887741
Complementary color
Monochromatic Colors of #887741
Black with #887741
Text Example
Text Example
White with #887741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887741; }
p { color: rgb(136,119,65); }
H1.HeaderClassName
{
color: #887741;
}
.AnyTagClassName
{
color: #887741;
}
</style>
background-color css
<style>
a { background-color: #887741; }
a { background-color: rgb(136,119,65); }
div.DivClassName
{
background-color: #887741;
}
.BgClassName
{
background-color: #887741;
}
</style>
border-color css
<style>
span { border-color: #887741; }
span { border-color: rgb(136,119,65); }
td.TdClassName
{
border-color: #887741;
}
.TagClassName
{
border-color: #887741;
}
</style>