Shades of Shadow #87734A
Tints of Shadow #87734A
RGB
CMYK
RGB Variations
Color information
#87734A (or 0x87734A) is known color: Shadow. HEX triplet: 87, 73 and 4A. RGB value is (135,115,74). Sum of RGB (Red+Green+Blue) = 135+115+74=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #87734A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87734A is #788CB5. Grayscale: #747474. Windows color (decimal): -7900342 or 4879239. OLE color: 4879239.
HSL color Cylindrical-coordinate representation of color #87734A: hue angle of 40.33º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87734A is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 115 | 74 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.47 |
| HSL | 40.33º | 0.29% | 0.41% | - |
| HSV(B) | 40.33º | 0.45% | 0.53% | - |
| XYZ | 17.36 | 17.91 | 9.02 | - |
| YUV | 116.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 115 | 74 | 0 | 0.15 | 0.45 | 0.47 | 40.33 | 0.29 | 0.41 |
| Hex | 87 | 73 | 4A | 0 | F | 2D | 2F | 28 | 1D | 29 |
| Octal | 207 | 163 | 112 | 0 | 17 | 55 | 57 | 50 | 35 | 51 |
| Binary | 10000111 | 1110011 | 1001010 | 0 | 1111 | 101101 | 101111 | 101000 | 11101 | 101001 |
Color Harmonies of #87734A
Complementary color
Monochromatic Colors of #87734A
Black with #87734A
Text Example
Text Example
White with #87734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87734A; }
p { color: rgb(135,115,74); }
H1.HeaderClassName
{
color: #87734A;
}
.AnyTagClassName
{
color: #87734A;
}
</style>
background-color css
<style>
a { background-color: #87734A; }
a { background-color: rgb(135,115,74); }
div.DivClassName
{
background-color: #87734A;
}
.BgClassName
{
background-color: #87734A;
}
</style>
border-color css
<style>
span { border-color: #87734A; }
span { border-color: rgb(135,115,74); }
td.TdClassName
{
border-color: #87734A;
}
.TagClassName
{
border-color: #87734A;
}
</style>