Shades of Arrowtown #877E6A
Tints of Arrowtown #877E6A
RGB
CMYK
RGB Variations
Color information
#877E6A (or 0x877E6A) is known color: Arrowtown. HEX triplet: 87, 7E and 6A. RGB value is (135,126,106). Sum of RGB (Red+Green+Blue) = 135+126+106=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #877E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E6A is #788195. Grayscale: #7E7E7E. Windows color (decimal): -7897494 or 6979207. OLE color: 6979207.
HSL color Cylindrical-coordinate representation of color #877E6A: hue angle of 41.38º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877E6A is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 106 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.47 |
| HSL | 41.38º | 0.12% | 0.47% | - |
| HSV(B) | 41.38º | 0.21% | 0.53% | - |
| XYZ | 20.05 | 21.11 | 16.65 | - |
| YUV | 126.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 106 | 0 | 0.07 | 0.21 | 0.47 | 41.38 | 0.12 | 0.47 |
| Hex | 87 | 7E | 6A | 0 | 7 | 15 | 2F | 29 | C | 2F |
| Octal | 207 | 176 | 152 | 0 | 7 | 25 | 57 | 51 | 14 | 57 |
| Binary | 10000111 | 1111110 | 1101010 | 0 | 111 | 10101 | 101111 | 101001 | 1100 | 101111 |
Color Harmonies of #877E6A
Complementary color
Monochromatic Colors of #877E6A
Black with #877E6A
Text Example
Text Example
White with #877E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E6A; }
p { color: rgb(135,126,106); }
H1.HeaderClassName
{
color: #877E6A;
}
.AnyTagClassName
{
color: #877E6A;
}
</style>
background-color css
<style>
a { background-color: #877E6A; }
a { background-color: rgb(135,126,106); }
div.DivClassName
{
background-color: #877E6A;
}
.BgClassName
{
background-color: #877E6A;
}
</style>
border-color css
<style>
span { border-color: #877E6A; }
span { border-color: rgb(135,126,106); }
td.TdClassName
{
border-color: #877E6A;
}
.TagClassName
{
border-color: #877E6A;
}
</style>