Shades of Shadow #85784A
Tints of Shadow #85784A
RGB
CMYK
RGB Variations
Color information
#85784A (or 0x85784A) is known color: Shadow. HEX triplet: 85, 78 and 4A. RGB value is (133,120,74). Sum of RGB (Red+Green+Blue) = 133+120+74=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85784A is #7A87B5. Grayscale: #767676. Windows color (decimal): -8030134 or 4880517. OLE color: 4880517.
HSL color Cylindrical-coordinate representation of color #85784A: hue angle of 46.78º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85784A is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 74 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.48 |
| HSL | 46.78º | 0.29% | 0.41% | - |
| HSV(B) | 46.78º | 0.44% | 0.52% | - |
| XYZ | 17.63 | 18.91 | 9.2 | - |
| YUV | 118.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 74 | 0 | 0.10 | 0.44 | 0.48 | 46.78 | 0.29 | 0.41 |
| Hex | 85 | 78 | 4A | 0 | A | 2C | 30 | 2F | 1D | 29 |
| Octal | 205 | 170 | 112 | 0 | 12 | 54 | 60 | 57 | 35 | 51 |
| Binary | 10000101 | 1111000 | 1001010 | 0 | 1010 | 101100 | 110000 | 101111 | 11101 | 101001 |
Color Harmonies of #85784A
Complementary color
Monochromatic Colors of #85784A
Black with #85784A
Text Example
Text Example
White with #85784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85784A; }
p { color: rgb(133,120,74); }
H1.HeaderClassName
{
color: #85784A;
}
.AnyTagClassName
{
color: #85784A;
}
</style>
background-color css
<style>
a { background-color: #85784A; }
a { background-color: rgb(133,120,74); }
div.DivClassName
{
background-color: #85784A;
}
.BgClassName
{
background-color: #85784A;
}
</style>
border-color css
<style>
span { border-color: #85784A; }
span { border-color: rgb(133,120,74); }
td.TdClassName
{
border-color: #85784A;
}
.TagClassName
{
border-color: #85784A;
}
</style>