Shades of Arrowtown #887D68
Tints of Arrowtown #887D68
RGB
CMYK
RGB Variations
Color information
#887D68 (or 0x887D68) is known color: Arrowtown. HEX triplet: 88, 7D and 68. RGB value is (136,125,104). Sum of RGB (Red+Green+Blue) = 136+125+104=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #887D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D68 is #778297. Grayscale: #7D7D7D. Windows color (decimal): -7832216 or 6847880. OLE color: 6847880.
HSL color Cylindrical-coordinate representation of color #887D68: hue angle of 39.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #887D68 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 104 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.47 |
| HSL | 39.38º | 0.13% | 0.47% | - |
| HSV(B) | 39.38º | 0.24% | 0.53% | - |
| XYZ | 19.99 | 20.9 | 16.08 | - |
| YUV | 125.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 104 | 0 | 0.08 | 0.24 | 0.47 | 39.38 | 0.13 | 0.47 |
| Hex | 88 | 7D | 68 | 0 | 8 | 18 | 2F | 27 | D | 2F |
| Octal | 210 | 175 | 150 | 0 | 10 | 30 | 57 | 47 | 15 | 57 |
| Binary | 10001000 | 1111101 | 1101000 | 0 | 1000 | 11000 | 101111 | 100111 | 1101 | 101111 |
Color Harmonies of #887D68
Complementary color
Monochromatic Colors of #887D68
Black with #887D68
Text Example
Text Example
White with #887D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D68; }
p { color: rgb(136,125,104); }
H1.HeaderClassName
{
color: #887D68;
}
.AnyTagClassName
{
color: #887D68;
}
</style>
background-color css
<style>
a { background-color: #887D68; }
a { background-color: rgb(136,125,104); }
div.DivClassName
{
background-color: #887D68;
}
.BgClassName
{
background-color: #887D68;
}
</style>
border-color css
<style>
span { border-color: #887D68; }
span { border-color: rgb(136,125,104); }
td.TdClassName
{
border-color: #887D68;
}
.TagClassName
{
border-color: #887D68;
}
</style>