Shades of Arrowtown #877C68
Tints of Arrowtown #877C68
RGB
CMYK
RGB Variations
Color information
#877C68 (or 0x877C68) is known color: Arrowtown. HEX triplet: 87, 7C and 68. RGB value is (135,124,104). Sum of RGB (Red+Green+Blue) = 135+124+104=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #877C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C68 is #788397. Grayscale: #7D7D7D. Windows color (decimal): -7898008 or 6847623. OLE color: 6847623.
HSL color Cylindrical-coordinate representation of color #877C68: hue angle of 38.71º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #877C68 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 104 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.47 |
| HSL | 38.71º | 0.13% | 0.47% | - |
| HSV(B) | 38.71º | 0.23% | 0.53% | - |
| XYZ | 19.7 | 20.57 | 16.03 | - |
| YUV | 125.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 104 | 0 | 0.08 | 0.23 | 0.47 | 38.71 | 0.13 | 0.47 |
| Hex | 87 | 7C | 68 | 0 | 8 | 17 | 2F | 27 | D | 2F |
| Octal | 207 | 174 | 150 | 0 | 10 | 27 | 57 | 47 | 15 | 57 |
| Binary | 10000111 | 1111100 | 1101000 | 0 | 1000 | 10111 | 101111 | 100111 | 1101 | 101111 |
Color Harmonies of #877C68
Complementary color
Monochromatic Colors of #877C68
Black with #877C68
Text Example
Text Example
White with #877C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C68; }
p { color: rgb(135,124,104); }
H1.HeaderClassName
{
color: #877C68;
}
.AnyTagClassName
{
color: #877C68;
}
</style>
background-color css
<style>
a { background-color: #877C68; }
a { background-color: rgb(135,124,104); }
div.DivClassName
{
background-color: #877C68;
}
.BgClassName
{
background-color: #877C68;
}
</style>
border-color css
<style>
span { border-color: #877C68; }
span { border-color: rgb(135,124,104); }
td.TdClassName
{
border-color: #877C68;
}
.TagClassName
{
border-color: #877C68;
}
</style>