Shades of Arrowtown #887A63
Tints of Arrowtown #887A63
RGB
CMYK
RGB Variations
Color information
#887A63 (or 0x887A63) is known color: Arrowtown. HEX triplet: 88, 7A and 63. RGB value is (136,122,99). Sum of RGB (Red+Green+Blue) = 136+122+99=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #887A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A63 is #77859C. Grayscale: #7B7B7B. Windows color (decimal): -7832989 or 6519432. OLE color: 6519432.
HSL color Cylindrical-coordinate representation of color #887A63: hue angle of 37.3º 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 #887A63 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 99 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.47 |
| HSL | 37.3º | 0.16% | 0.46% | - |
| HSV(B) | 37.3º | 0.27% | 0.53% | - |
| XYZ | 19.37 | 20.05 | 14.65 | - |
| YUV | 123.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 99 | 0 | 0.10 | 0.27 | 0.47 | 37.3 | 0.16 | 0.46 |
| Hex | 88 | 7A | 63 | 0 | A | 1B | 2F | 25 | 10 | 2E |
| Octal | 210 | 172 | 143 | 0 | 12 | 33 | 57 | 45 | 20 | 56 |
| Binary | 10001000 | 1111010 | 1100011 | 0 | 1010 | 11011 | 101111 | 100101 | 10000 | 101110 |
Color Harmonies of #887A63
Complementary color
Monochromatic Colors of #887A63
Black with #887A63
Text Example
Text Example
White with #887A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A63; }
p { color: rgb(136,122,99); }
H1.HeaderClassName
{
color: #887A63;
}
.AnyTagClassName
{
color: #887A63;
}
</style>
background-color css
<style>
a { background-color: #887A63; }
a { background-color: rgb(136,122,99); }
div.DivClassName
{
background-color: #887A63;
}
.BgClassName
{
background-color: #887A63;
}
</style>
border-color css
<style>
span { border-color: #887A63; }
span { border-color: rgb(136,122,99); }
td.TdClassName
{
border-color: #887A63;
}
.TagClassName
{
border-color: #887A63;
}
</style>