Shades of Shadow #84774B
Tints of Shadow #84774B
RGB
CMYK
RGB Variations
Color information
#84774B (or 0x84774B) is known color: Shadow. HEX triplet: 84, 77 and 4B. RGB value is (132,119,75). Sum of RGB (Red+Green+Blue) = 132+119+75=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84774B is #7B88B4. Grayscale: #767676. Windows color (decimal): -8095925 or 4945796. OLE color: 4945796.
HSL color Cylindrical-coordinate representation of color #84774B: hue angle of 46.32º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84774B is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 75 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.48 |
| HSL | 46.32º | 0.28% | 0.41% | - |
| HSV(B) | 46.32º | 0.43% | 0.52% | - |
| XYZ | 17.38 | 18.61 | 9.33 | - |
| YUV | 117.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 75 | 0 | 0.10 | 0.43 | 0.48 | 46.32 | 0.28 | 0.41 |
| Hex | 84 | 77 | 4B | 0 | A | 2B | 30 | 2E | 1C | 29 |
| Octal | 204 | 167 | 113 | 0 | 12 | 53 | 60 | 56 | 34 | 51 |
| Binary | 10000100 | 1110111 | 1001011 | 0 | 1010 | 101011 | 110000 | 101110 | 11100 | 101001 |
Color Harmonies of #84774B
Complementary color
Monochromatic Colors of #84774B
Black with #84774B
Text Example
Text Example
White with #84774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84774B; }
p { color: rgb(132,119,75); }
H1.HeaderClassName
{
color: #84774B;
}
.AnyTagClassName
{
color: #84774B;
}
</style>
background-color css
<style>
a { background-color: #84774B; }
a { background-color: rgb(132,119,75); }
div.DivClassName
{
background-color: #84774B;
}
.BgClassName
{
background-color: #84774B;
}
</style>
border-color css
<style>
span { border-color: #84774B; }
span { border-color: rgb(132,119,75); }
td.TdClassName
{
border-color: #84774B;
}
.TagClassName
{
border-color: #84774B;
}
</style>