Shades of Shadow #82704E
Tints of Shadow #82704E
RGB
CMYK
RGB Variations
Color information
#82704E (or 0x82704E) is known color: Shadow. HEX triplet: 82, 70 and 4E. RGB value is (130,112,78). Sum of RGB (Red+Green+Blue) = 130+112+78=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82704E is #7D8FB1. Grayscale: #717171. Windows color (decimal): -8228786 or 5140610. OLE color: 5140610.
HSL color Cylindrical-coordinate representation of color #82704E: hue angle of 39.23º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82704E is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 78 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.49 |
| HSL | 39.23º | 0.25% | 0.41% | - |
| HSV(B) | 39.23º | 0.4% | 0.51% | - |
| XYZ | 16.38 | 16.88 | 9.6 | - |
| YUV | 113.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 78 | 0 | 0.14 | 0.40 | 0.49 | 39.23 | 0.25 | 0.41 |
| Hex | 82 | 70 | 4E | 0 | E | 28 | 31 | 27 | 19 | 29 |
| Octal | 202 | 160 | 116 | 0 | 16 | 50 | 61 | 47 | 31 | 51 |
| Binary | 10000010 | 1110000 | 1001110 | 0 | 1110 | 101000 | 110001 | 100111 | 11001 | 101001 |
Color Harmonies of #82704E
Complementary color
Monochromatic Colors of #82704E
Black with #82704E
Text Example
Text Example
White with #82704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82704E; }
p { color: rgb(130,112,78); }
H1.HeaderClassName
{
color: #82704E;
}
.AnyTagClassName
{
color: #82704E;
}
</style>
background-color css
<style>
a { background-color: #82704E; }
a { background-color: rgb(130,112,78); }
div.DivClassName
{
background-color: #82704E;
}
.BgClassName
{
background-color: #82704E;
}
</style>
border-color css
<style>
span { border-color: #82704E; }
span { border-color: rgb(130,112,78); }
td.TdClassName
{
border-color: #82704E;
}
.TagClassName
{
border-color: #82704E;
}
</style>