Shades of Shadow #84774F
Tints of Shadow #84774F
RGB
CMYK
RGB Variations
Color information
#84774F (or 0x84774F) is known color: Shadow. HEX triplet: 84, 77 and 4F. RGB value is (132,119,79). Sum of RGB (Red+Green+Blue) = 132+119+79=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #84774F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84774F is #7B88B0. Grayscale: #767676. Windows color (decimal): -8095921 or 5207940. OLE color: 5207940.
HSL color Cylindrical-coordinate representation of color #84774F: hue angle of 45.28º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84774F is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 79 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.48 |
| HSL | 45.28º | 0.25% | 0.41% | - |
| HSV(B) | 45.28º | 0.4% | 0.52% | - |
| XYZ | 17.52 | 18.66 | 10.08 | - |
| YUV | 118.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 79 | 0 | 0.10 | 0.40 | 0.48 | 45.28 | 0.25 | 0.41 |
| Hex | 84 | 77 | 4F | 0 | A | 28 | 30 | 2D | 19 | 29 |
| Octal | 204 | 167 | 117 | 0 | 12 | 50 | 60 | 55 | 31 | 51 |
| Binary | 10000100 | 1110111 | 1001111 | 0 | 1010 | 101000 | 110000 | 101101 | 11001 | 101001 |
Color Harmonies of #84774F
Complementary color
Monochromatic Colors of #84774F
Black with #84774F
Text Example
Text Example
White with #84774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84774F; }
p { color: rgb(132,119,79); }
H1.HeaderClassName
{
color: #84774F;
}
.AnyTagClassName
{
color: #84774F;
}
</style>
background-color css
<style>
a { background-color: #84774F; }
a { background-color: rgb(132,119,79); }
div.DivClassName
{
background-color: #84774F;
}
.BgClassName
{
background-color: #84774F;
}
</style>
border-color css
<style>
span { border-color: #84774F; }
span { border-color: rgb(132,119,79); }
td.TdClassName
{
border-color: #84774F;
}
.TagClassName
{
border-color: #84774F;
}
</style>