Shades of Shadow #84754E
Tints of Shadow #84754E
RGB
CMYK
RGB Variations
Color information
#84754E (or 0x84754E) is known color: Shadow. HEX triplet: 84, 75 and 4E. RGB value is (132,117,78). Sum of RGB (Red+Green+Blue) = 132+117+78=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84754E is #7B8AB1. Grayscale: #757575. Windows color (decimal): -8096434 or 5141892. OLE color: 5141892.
HSL color Cylindrical-coordinate representation of color #84754E: hue angle of 43.33º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84754E is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 117 | 78 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.48 |
| HSL | 43.33º | 0.26% | 0.41% | - |
| HSV(B) | 43.33º | 0.41% | 0.52% | - |
| XYZ | 17.25 | 18.18 | 9.81 | - |
| YUV | 117.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 78 | 0 | 0.11 | 0.41 | 0.48 | 43.33 | 0.26 | 0.41 |
| Hex | 84 | 75 | 4E | 0 | B | 29 | 30 | 2B | 1A | 29 |
| Octal | 204 | 165 | 116 | 0 | 13 | 51 | 60 | 53 | 32 | 51 |
| Binary | 10000100 | 1110101 | 1001110 | 0 | 1011 | 101001 | 110000 | 101011 | 11010 | 101001 |
Color Harmonies of #84754E
Complementary color
Monochromatic Colors of #84754E
Black with #84754E
Text Example
Text Example
White with #84754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84754E; }
p { color: rgb(132,117,78); }
H1.HeaderClassName
{
color: #84754E;
}
.AnyTagClassName
{
color: #84754E;
}
</style>
background-color css
<style>
a { background-color: #84754E; }
a { background-color: rgb(132,117,78); }
div.DivClassName
{
background-color: #84754E;
}
.BgClassName
{
background-color: #84754E;
}
</style>
border-color css
<style>
span { border-color: #84754E; }
span { border-color: rgb(132,117,78); }
td.TdClassName
{
border-color: #84754E;
}
.TagClassName
{
border-color: #84754E;
}
</style>