Shades of Arrowtown #877A63
Tints of Arrowtown #877A63
RGB
CMYK
RGB Variations
Color information
#877A63 (or 0x877A63) is known color: Arrowtown. HEX triplet: 87, 7A and 63. RGB value is (135,122,99). Sum of RGB (Red+Green+Blue) = 135+122+99=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #877A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A63 is #78859C. Grayscale: #7B7B7B. Windows color (decimal): -7898525 or 6519431. OLE color: 6519431.
HSL color Cylindrical-coordinate representation of color #877A63: hue angle of 38.33º degrees, saturation: 0.15, 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 #877A63 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 99 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.47 |
| HSL | 38.33º | 0.15% | 0.46% | - |
| HSV(B) | 38.33º | 0.27% | 0.53% | - |
| XYZ | 19.2 | 19.97 | 14.65 | - |
| YUV | 123.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 99 | 0 | 0.10 | 0.27 | 0.47 | 38.33 | 0.15 | 0.46 |
| Hex | 87 | 7A | 63 | 0 | A | 1B | 2F | 26 | F | 2E |
| Octal | 207 | 172 | 143 | 0 | 12 | 33 | 57 | 46 | 17 | 56 |
| Binary | 10000111 | 1111010 | 1100011 | 0 | 1010 | 11011 | 101111 | 100110 | 1111 | 101110 |
Color Harmonies of #877A63
Complementary color
Monochromatic Colors of #877A63
Black with #877A63
Text Example
Text Example
White with #877A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A63; }
p { color: rgb(135,122,99); }
H1.HeaderClassName
{
color: #877A63;
}
.AnyTagClassName
{
color: #877A63;
}
</style>
background-color css
<style>
a { background-color: #877A63; }
a { background-color: rgb(135,122,99); }
div.DivClassName
{
background-color: #877A63;
}
.BgClassName
{
background-color: #877A63;
}
</style>
border-color css
<style>
span { border-color: #877A63; }
span { border-color: rgb(135,122,99); }
td.TdClassName
{
border-color: #877A63;
}
.TagClassName
{
border-color: #877A63;
}
</style>