Shades of Arrowtown #887C62
Tints of Arrowtown #887C62
RGB
CMYK
RGB Variations
Color information
#887C62 (or 0x887C62) is known color: Arrowtown. HEX triplet: 88, 7C and 62. RGB value is (136,124,98). Sum of RGB (Red+Green+Blue) = 136+124+98=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #887C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C62 is #77839D. Grayscale: #7C7C7C. Windows color (decimal): -7832478 or 6454408. OLE color: 6454408.
HSL color Cylindrical-coordinate representation of color #887C62: hue angle of 41.05º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #887C62 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 98 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.47 |
| HSL | 41.05º | 0.16% | 0.46% | - |
| HSV(B) | 41.05º | 0.28% | 0.53% | - |
| XYZ | 19.57 | 20.53 | 14.49 | - |
| YUV | 124.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 98 | 0 | 0.09 | 0.28 | 0.47 | 41.05 | 0.16 | 0.46 |
| Hex | 88 | 7C | 62 | 0 | 9 | 1C | 2F | 29 | 10 | 2E |
| Octal | 210 | 174 | 142 | 0 | 11 | 34 | 57 | 51 | 20 | 56 |
| Binary | 10001000 | 1111100 | 1100010 | 0 | 1001 | 11100 | 101111 | 101001 | 10000 | 101110 |
Color Harmonies of #887C62
Complementary color
Monochromatic Colors of #887C62
Black with #887C62
Text Example
Text Example
White with #887C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C62; }
p { color: rgb(136,124,98); }
H1.HeaderClassName
{
color: #887C62;
}
.AnyTagClassName
{
color: #887C62;
}
</style>
background-color css
<style>
a { background-color: #887C62; }
a { background-color: rgb(136,124,98); }
div.DivClassName
{
background-color: #887C62;
}
.BgClassName
{
background-color: #887C62;
}
</style>
border-color css
<style>
span { border-color: #887C62; }
span { border-color: rgb(136,124,98); }
td.TdClassName
{
border-color: #887C62;
}
.TagClassName
{
border-color: #887C62;
}
</style>