Shades of Arrowtown #877B68
Tints of Arrowtown #877B68
RGB
CMYK
RGB Variations
Color information
#877B68 (or 0x877B68) is known color: Arrowtown. HEX triplet: 87, 7B and 68. RGB value is (135,123,104). Sum of RGB (Red+Green+Blue) = 135+123+104=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #877B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B68 is #788497. Grayscale: #7C7C7C. Windows color (decimal): -7898264 or 6847367. OLE color: 6847367.
HSL color Cylindrical-coordinate representation of color #877B68: hue angle of 36.77º 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 #877B68 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 104 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.47 |
| HSL | 36.77º | 0.13% | 0.47% | - |
| HSV(B) | 36.77º | 0.23% | 0.53% | - |
| XYZ | 19.57 | 20.32 | 15.99 | - |
| YUV | 124.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 104 | 0 | 0.09 | 0.23 | 0.47 | 36.77 | 0.13 | 0.47 |
| Hex | 87 | 7B | 68 | 0 | 9 | 17 | 2F | 25 | D | 2F |
| Octal | 207 | 173 | 150 | 0 | 11 | 27 | 57 | 45 | 15 | 57 |
| Binary | 10000111 | 1111011 | 1101000 | 0 | 1001 | 10111 | 101111 | 100101 | 1101 | 101111 |
Color Harmonies of #877B68
Complementary color
Monochromatic Colors of #877B68
Black with #877B68
Text Example
Text Example
White with #877B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B68; }
p { color: rgb(135,123,104); }
H1.HeaderClassName
{
color: #877B68;
}
.AnyTagClassName
{
color: #877B68;
}
</style>
background-color css
<style>
a { background-color: #877B68; }
a { background-color: rgb(135,123,104); }
div.DivClassName
{
background-color: #877B68;
}
.BgClassName
{
background-color: #877B68;
}
</style>
border-color css
<style>
span { border-color: #877B68; }
span { border-color: rgb(135,123,104); }
td.TdClassName
{
border-color: #877B68;
}
.TagClassName
{
border-color: #877B68;
}
</style>