Shades of Shadow #887652
Tints of Shadow #887652
RGB
CMYK
RGB Variations
Color information
#887652 (or 0x887652) is known color: Shadow. HEX triplet: 88, 76 and 52. RGB value is (136,118,82). Sum of RGB (Red+Green+Blue) = 136+118+82=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #887652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887652 is #7789AD. Grayscale: #777777. Windows color (decimal): -7834030 or 5404296. OLE color: 5404296.
HSL color Cylindrical-coordinate representation of color #887652: hue angle of 40º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887652 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 118 | 82 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.47 |
| HSL | 40º | 0.25% | 0.43% | - |
| HSV(B) | 40º | 0.4% | 0.53% | - |
| XYZ | 18.15 | 18.8 | 10.65 | - |
| YUV | 119.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 82 | 0 | 0.13 | 0.40 | 0.47 | 40 | 0.25 | 0.43 |
| Hex | 88 | 76 | 52 | 0 | D | 28 | 2F | 28 | 19 | 2B |
| Octal | 210 | 166 | 122 | 0 | 15 | 50 | 57 | 50 | 31 | 53 |
| Binary | 10001000 | 1110110 | 1010010 | 0 | 1101 | 101000 | 101111 | 101000 | 11001 | 101011 |
Color Harmonies of #887652
Complementary color
Monochromatic Colors of #887652
Black with #887652
Text Example
Text Example
White with #887652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887652; }
p { color: rgb(136,118,82); }
H1.HeaderClassName
{
color: #887652;
}
.AnyTagClassName
{
color: #887652;
}
</style>
background-color css
<style>
a { background-color: #887652; }
a { background-color: rgb(136,118,82); }
div.DivClassName
{
background-color: #887652;
}
.BgClassName
{
background-color: #887652;
}
</style>
border-color css
<style>
span { border-color: #887652; }
span { border-color: rgb(136,118,82); }
td.TdClassName
{
border-color: #887652;
}
.TagClassName
{
border-color: #887652;
}
</style>