Shades of Shadow #86774C
Tints of Shadow #86774C
RGB
CMYK
RGB Variations
Color information
#86774C (or 0x86774C) is known color: Shadow. HEX triplet: 86, 77 and 4C. RGB value is (134,119,76). Sum of RGB (Red+Green+Blue) = 134+119+76=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86774C is #7988B3. Grayscale: #767676. Windows color (decimal): -7964852 or 5011334. OLE color: 5011334.
HSL color Cylindrical-coordinate representation of color #86774C: hue angle of 44.48º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86774C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 119 | 76 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.47 |
| HSL | 44.48º | 0.28% | 0.41% | - |
| HSV(B) | 44.48º | 0.43% | 0.53% | - |
| XYZ | 17.73 | 18.78 | 9.53 | - |
| YUV | 118.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 119 | 76 | 0 | 0.11 | 0.43 | 0.47 | 44.48 | 0.28 | 0.41 |
| Hex | 86 | 77 | 4C | 0 | B | 2B | 2F | 2C | 1C | 29 |
| Octal | 206 | 167 | 114 | 0 | 13 | 53 | 57 | 54 | 34 | 51 |
| Binary | 10000110 | 1110111 | 1001100 | 0 | 1011 | 101011 | 101111 | 101100 | 11100 | 101001 |
Color Harmonies of #86774C
Complementary color
Monochromatic Colors of #86774C
Black with #86774C
Text Example
Text Example
White with #86774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86774C; }
p { color: rgb(134,119,76); }
H1.HeaderClassName
{
color: #86774C;
}
.AnyTagClassName
{
color: #86774C;
}
</style>
background-color css
<style>
a { background-color: #86774C; }
a { background-color: rgb(134,119,76); }
div.DivClassName
{
background-color: #86774C;
}
.BgClassName
{
background-color: #86774C;
}
</style>
border-color css
<style>
span { border-color: #86774C; }
span { border-color: rgb(134,119,76); }
td.TdClassName
{
border-color: #86774C;
}
.TagClassName
{
border-color: #86774C;
}
</style>