Shades of Arrowtown #887C63
Tints of Arrowtown #887C63
RGB
CMYK
RGB Variations
Color information
#887C63 (or 0x887C63) is known color: Arrowtown. HEX triplet: 88, 7C and 63. RGB value is (136,124,99). Sum of RGB (Red+Green+Blue) = 136+124+99=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #887C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C63 is #77839C. Grayscale: #7C7C7C. Windows color (decimal): -7832477 or 6519944. OLE color: 6519944.
HSL color Cylindrical-coordinate representation of color #887C63: hue angle of 40.54º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #887C63 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 99 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.47 |
| HSL | 40.54º | 0.16% | 0.46% | - |
| HSV(B) | 40.54º | 0.27% | 0.53% | - |
| XYZ | 19.61 | 20.55 | 14.74 | - |
| YUV | 124.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 99 | 0 | 0.09 | 0.27 | 0.47 | 40.54 | 0.16 | 0.46 |
| Hex | 88 | 7C | 63 | 0 | 9 | 1B | 2F | 29 | 10 | 2E |
| Octal | 210 | 174 | 143 | 0 | 11 | 33 | 57 | 51 | 20 | 56 |
| Binary | 10001000 | 1111100 | 1100011 | 0 | 1001 | 11011 | 101111 | 101001 | 10000 | 101110 |
Color Harmonies of #887C63
Complementary color
Monochromatic Colors of #887C63
Black with #887C63
Text Example
Text Example
White with #887C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C63; }
p { color: rgb(136,124,99); }
H1.HeaderClassName
{
color: #887C63;
}
.AnyTagClassName
{
color: #887C63;
}
</style>
background-color css
<style>
a { background-color: #887C63; }
a { background-color: rgb(136,124,99); }
div.DivClassName
{
background-color: #887C63;
}
.BgClassName
{
background-color: #887C63;
}
</style>
border-color css
<style>
span { border-color: #887C63; }
span { border-color: rgb(136,124,99); }
td.TdClassName
{
border-color: #887C63;
}
.TagClassName
{
border-color: #887C63;
}
</style>