Shades of Arrowtown #7E7963
Tints of Arrowtown #7E7963
RGB
CMYK
RGB Variations
Color information
#7E7963 (or 0x7E7963) is known color: Arrowtown. HEX triplet: 7E, 79 and 63. RGB value is (126,121,99). Sum of RGB (Red+Green+Blue) = 126+121+99=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7963 is #81869C. Grayscale: #787878. Windows color (decimal): -8488605 or 6519166. OLE color: 6519166.
HSL color Cylindrical-coordinate representation of color #7E7963: hue angle of 48.89º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E7963 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 121 | 99 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.51 |
| HSL | 48.89º | 0.12% | 0.44% | - |
| HSV(B) | 48.89º | 0.21% | 0.49% | - |
| XYZ | 17.69 | 19.01 | 14.54 | - |
| YUV | 119.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 121 | 99 | 0 | 0.04 | 0.21 | 0.51 | 48.89 | 0.12 | 0.44 |
| Hex | 7E | 79 | 63 | 0 | 4 | 15 | 33 | 31 | C | 2C |
| Octal | 176 | 171 | 143 | 0 | 4 | 25 | 63 | 61 | 14 | 54 |
| Binary | 1111110 | 1111001 | 1100011 | 0 | 100 | 10101 | 110011 | 110001 | 1100 | 101100 |
Color Harmonies of #7E7963
Complementary color
Monochromatic Colors of #7E7963
Black with #7E7963
Text Example
Text Example
White with #7E7963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7963; }
p { color: rgb(126,121,99); }
H1.HeaderClassName
{
color: #7E7963;
}
.AnyTagClassName
{
color: #7E7963;
}
</style>
background-color css
<style>
a { background-color: #7E7963; }
a { background-color: rgb(126,121,99); }
div.DivClassName
{
background-color: #7E7963;
}
.BgClassName
{
background-color: #7E7963;
}
</style>
border-color css
<style>
span { border-color: #7E7963; }
span { border-color: rgb(126,121,99); }
td.TdClassName
{
border-color: #7E7963;
}
.TagClassName
{
border-color: #7E7963;
}
</style>