Shades of Shadow #877243
Tints of Shadow #877243
RGB
CMYK
RGB Variations
Color information
#877243 (or 0x877243) is known color: Shadow. HEX triplet: 87, 72 and 43. RGB value is (135,114,67). Sum of RGB (Red+Green+Blue) = 135+114+67=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #877243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877243 is #788DBC. Grayscale: #737373. Windows color (decimal): -7900605 or 4420231. OLE color: 4420231.
HSL color Cylindrical-coordinate representation of color #877243: hue angle of 41.47º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #877243 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 67 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.47 |
| HSL | 41.47º | 0.34% | 0.4% | - |
| HSV(B) | 41.47º | 0.5% | 0.53% | - |
| XYZ | 17.02 | 17.59 | 7.81 | - |
| YUV | 114.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 67 | 0 | 0.16 | 0.50 | 0.47 | 41.47 | 0.34 | 0.4 |
| Hex | 87 | 72 | 43 | 0 | 10 | 32 | 2F | 29 | 22 | 28 |
| Octal | 207 | 162 | 103 | 0 | 20 | 62 | 57 | 51 | 42 | 50 |
| Binary | 10000111 | 1110010 | 1000011 | 0 | 10000 | 110010 | 101111 | 101001 | 100010 | 101000 |
Color Harmonies of #877243
Complementary color
Monochromatic Colors of #877243
Black with #877243
Text Example
Text Example
White with #877243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877243; }
p { color: rgb(135,114,67); }
H1.HeaderClassName
{
color: #877243;
}
.AnyTagClassName
{
color: #877243;
}
</style>
background-color css
<style>
a { background-color: #877243; }
a { background-color: rgb(135,114,67); }
div.DivClassName
{
background-color: #877243;
}
.BgClassName
{
background-color: #877243;
}
</style>
border-color css
<style>
span { border-color: #877243; }
span { border-color: rgb(135,114,67); }
td.TdClassName
{
border-color: #877243;
}
.TagClassName
{
border-color: #877243;
}
</style>