Shades of Arrowtown #877E6D
Tints of Arrowtown #877E6D
RGB
CMYK
RGB Variations
Color information
#877E6D (or 0x877E6D) is known color: Arrowtown. HEX triplet: 87, 7E and 6D. RGB value is (135,126,109). Sum of RGB (Red+Green+Blue) = 135+126+109=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #877E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E6D is #788192. Grayscale: #7E7E7E. Windows color (decimal): -7897491 or 7175815. OLE color: 7175815.
HSL color Cylindrical-coordinate representation of color #877E6D: hue angle of 39.23º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #877E6D is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 109 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.47 |
| HSL | 39.23º | 0.11% | 0.48% | - |
| HSV(B) | 39.23º | 0.19% | 0.53% | - |
| XYZ | 20.21 | 21.18 | 17.49 | - |
| YUV | 126.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 109 | 0 | 0.07 | 0.19 | 0.47 | 39.23 | 0.11 | 0.48 |
| Hex | 87 | 7E | 6D | 0 | 7 | 13 | 2F | 27 | B | 30 |
| Octal | 207 | 176 | 155 | 0 | 7 | 23 | 57 | 47 | 13 | 60 |
| Binary | 10000111 | 1111110 | 1101101 | 0 | 111 | 10011 | 101111 | 100111 | 1011 | 110000 |
Color Harmonies of #877E6D
Complementary color
Monochromatic Colors of #877E6D
Black with #877E6D
Text Example
Text Example
White with #877E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E6D; }
p { color: rgb(135,126,109); }
H1.HeaderClassName
{
color: #877E6D;
}
.AnyTagClassName
{
color: #877E6D;
}
</style>
background-color css
<style>
a { background-color: #877E6D; }
a { background-color: rgb(135,126,109); }
div.DivClassName
{
background-color: #877E6D;
}
.BgClassName
{
background-color: #877E6D;
}
</style>
border-color css
<style>
span { border-color: #877E6D; }
span { border-color: rgb(135,126,109); }
td.TdClassName
{
border-color: #877E6D;
}
.TagClassName
{
border-color: #877E6D;
}
</style>