Shades of Shadow #876F4B
Tints of Shadow #876F4B
RGB
CMYK
RGB Variations
Color information
#876F4B (or 0x876F4B) is known color: Shadow. HEX triplet: 87, 6F and 4B. RGB value is (135,111,75). Sum of RGB (Red+Green+Blue) = 135+111+75=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #876F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876F4B is #7890B4. Grayscale: #727272. Windows color (decimal): -7901365 or 4943751. OLE color: 4943751.
HSL color Cylindrical-coordinate representation of color #876F4B: hue angle of 36º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #876F4B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 111 | 75 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.47 |
| HSL | 36º | 0.29% | 0.41% | - |
| HSV(B) | 36º | 0.44% | 0.53% | - |
| XYZ | 16.95 | 17.03 | 9.05 | - |
| YUV | 114.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 75 | 0 | 0.18 | 0.44 | 0.47 | 36 | 0.29 | 0.41 |
| Hex | 87 | 6F | 4B | 0 | 12 | 2C | 2F | 24 | 1D | 29 |
| Octal | 207 | 157 | 113 | 0 | 22 | 54 | 57 | 44 | 35 | 51 |
| Binary | 10000111 | 1101111 | 1001011 | 0 | 10010 | 101100 | 101111 | 100100 | 11101 | 101001 |
Color Harmonies of #876F4B
Complementary color
Monochromatic Colors of #876F4B
Black with #876F4B
Text Example
Text Example
White with #876F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876F4B; }
p { color: rgb(135,111,75); }
H1.HeaderClassName
{
color: #876F4B;
}
.AnyTagClassName
{
color: #876F4B;
}
</style>
background-color css
<style>
a { background-color: #876F4B; }
a { background-color: rgb(135,111,75); }
div.DivClassName
{
background-color: #876F4B;
}
.BgClassName
{
background-color: #876F4B;
}
</style>
border-color css
<style>
span { border-color: #876F4B; }
span { border-color: rgb(135,111,75); }
td.TdClassName
{
border-color: #876F4B;
}
.TagClassName
{
border-color: #876F4B;
}
</style>