Shades of Shadow #877240
Tints of Shadow #877240
RGB
CMYK
RGB Variations
Color information
#877240 (or 0x877240) is known color: Shadow. HEX triplet: 87, 72 and 40. RGB value is (135,114,64). Sum of RGB (Red+Green+Blue) = 135+114+64=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #877240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877240 is #788DBF. Grayscale: #727272. Windows color (decimal): -7900608 or 4223623. OLE color: 4223623.
HSL color Cylindrical-coordinate representation of color #877240: hue angle of 42.25º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #877240 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 64 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.47 |
| HSL | 42.25º | 0.36% | 0.39% | - |
| HSV(B) | 42.25º | 0.53% | 0.53% | - |
| XYZ | 16.93 | 17.56 | 7.35 | - |
| YUV | 114.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 64 | 0 | 0.16 | 0.53 | 0.47 | 42.25 | 0.36 | 0.39 |
| Hex | 87 | 72 | 40 | 0 | 10 | 35 | 2F | 2A | 24 | 27 |
| Octal | 207 | 162 | 100 | 0 | 20 | 65 | 57 | 52 | 44 | 47 |
| Binary | 10000111 | 1110010 | 1000000 | 0 | 10000 | 110101 | 101111 | 101010 | 100100 | 100111 |
Color Harmonies of #877240
Complementary color
Monochromatic Colors of #877240
Black with #877240
Text Example
Text Example
White with #877240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877240; }
p { color: rgb(135,114,64); }
H1.HeaderClassName
{
color: #877240;
}
.AnyTagClassName
{
color: #877240;
}
</style>
background-color css
<style>
a { background-color: #877240; }
a { background-color: rgb(135,114,64); }
div.DivClassName
{
background-color: #877240;
}
.BgClassName
{
background-color: #877240;
}
</style>
border-color css
<style>
span { border-color: #877240; }
span { border-color: rgb(135,114,64); }
td.TdClassName
{
border-color: #877240;
}
.TagClassName
{
border-color: #877240;
}
</style>