Shades of Shadow #877650
Tints of Shadow #877650
RGB
CMYK
RGB Variations
Color information
#877650 (or 0x877650) is known color: Shadow. HEX triplet: 87, 76 and 50. RGB value is (135,118,80). Sum of RGB (Red+Green+Blue) = 135+118+80=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #877650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877650 is #7889AF. Grayscale: #767676. Windows color (decimal): -7899568 or 5273223. OLE color: 5273223.
HSL color Cylindrical-coordinate representation of color #877650: hue angle of 41.45º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #877650 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 118 | 80 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.47 |
| HSL | 41.45º | 0.26% | 0.42% | - |
| HSV(B) | 41.45º | 0.41% | 0.53% | - |
| XYZ | 17.92 | 18.69 | 10.25 | - |
| YUV | 118.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 118 | 80 | 0 | 0.13 | 0.41 | 0.47 | 41.45 | 0.26 | 0.42 |
| Hex | 87 | 76 | 50 | 0 | D | 29 | 2F | 29 | 1A | 2A |
| Octal | 207 | 166 | 120 | 0 | 15 | 51 | 57 | 51 | 32 | 52 |
| Binary | 10000111 | 1110110 | 1010000 | 0 | 1101 | 101001 | 101111 | 101001 | 11010 | 101010 |
Color Harmonies of #877650
Complementary color
Monochromatic Colors of #877650
Black with #877650
Text Example
Text Example
White with #877650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877650; }
p { color: rgb(135,118,80); }
H1.HeaderClassName
{
color: #877650;
}
.AnyTagClassName
{
color: #877650;
}
</style>
background-color css
<style>
a { background-color: #877650; }
a { background-color: rgb(135,118,80); }
div.DivClassName
{
background-color: #877650;
}
.BgClassName
{
background-color: #877650;
}
</style>
border-color css
<style>
span { border-color: #877650; }
span { border-color: rgb(135,118,80); }
td.TdClassName
{
border-color: #877650;
}
.TagClassName
{
border-color: #877650;
}
</style>