Shades of Arrowtown #887C64
Tints of Arrowtown #887C64
RGB
CMYK
RGB Variations
Color information
#887C64 (or 0x887C64) is known color: Arrowtown. HEX triplet: 88, 7C and 64. RGB value is (136,124,100). Sum of RGB (Red+Green+Blue) = 136+124+100=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #887C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C64 is #77839B. Grayscale: #7C7C7C. Windows color (decimal): -7832476 or 6585480. OLE color: 6585480.
HSL color Cylindrical-coordinate representation of color #887C64: hue angle of 40º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #887C64 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 100 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.47 |
| HSL | 40º | 0.15% | 0.46% | - |
| HSV(B) | 40º | 0.26% | 0.53% | - |
| XYZ | 19.66 | 20.57 | 14.99 | - |
| YUV | 124.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 100 | 0 | 0.09 | 0.26 | 0.47 | 40 | 0.15 | 0.46 |
| Hex | 88 | 7C | 64 | 0 | 9 | 1A | 2F | 28 | F | 2E |
| Octal | 210 | 174 | 144 | 0 | 11 | 32 | 57 | 50 | 17 | 56 |
| Binary | 10001000 | 1111100 | 1100100 | 0 | 1001 | 11010 | 101111 | 101000 | 1111 | 101110 |
Color Harmonies of #887C64
Complementary color
Monochromatic Colors of #887C64
Black with #887C64
Text Example
Text Example
White with #887C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C64; }
p { color: rgb(136,124,100); }
H1.HeaderClassName
{
color: #887C64;
}
.AnyTagClassName
{
color: #887C64;
}
</style>
background-color css
<style>
a { background-color: #887C64; }
a { background-color: rgb(136,124,100); }
div.DivClassName
{
background-color: #887C64;
}
.BgClassName
{
background-color: #887C64;
}
</style>
border-color css
<style>
span { border-color: #887C64; }
span { border-color: rgb(136,124,100); }
td.TdClassName
{
border-color: #887C64;
}
.TagClassName
{
border-color: #887C64;
}
</style>