Shades of Arrowtown #7E7964
Tints of Arrowtown #7E7964
RGB
CMYK
RGB Variations
Color information
#7E7964 (or 0x7E7964) is known color: Arrowtown. HEX triplet: 7E, 79 and 64. RGB value is (126,121,100). Sum of RGB (Red+Green+Blue) = 126+121+100=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7964 is #81869B. Grayscale: #787878. Windows color (decimal): -8488604 or 6584702. OLE color: 6584702.
HSL color Cylindrical-coordinate representation of color #7E7964: hue angle of 48.46º 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 #7E7964 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 121 | 100 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.51 |
| HSL | 48.46º | 0.12% | 0.44% | - |
| HSV(B) | 48.46º | 0.21% | 0.49% | - |
| XYZ | 17.74 | 19.03 | 14.79 | - |
| YUV | 120.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 121 | 100 | 0 | 0.04 | 0.21 | 0.51 | 48.46 | 0.12 | 0.44 |
| Hex | 7E | 79 | 64 | 0 | 4 | 15 | 33 | 30 | C | 2C |
| Octal | 176 | 171 | 144 | 0 | 4 | 25 | 63 | 60 | 14 | 54 |
| Binary | 1111110 | 1111001 | 1100100 | 0 | 100 | 10101 | 110011 | 110000 | 1100 | 101100 |
Color Harmonies of #7E7964
Complementary color
Monochromatic Colors of #7E7964
Black with #7E7964
Text Example
Text Example
White with #7E7964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7964; }
p { color: rgb(126,121,100); }
H1.HeaderClassName
{
color: #7E7964;
}
.AnyTagClassName
{
color: #7E7964;
}
</style>
background-color css
<style>
a { background-color: #7E7964; }
a { background-color: rgb(126,121,100); }
div.DivClassName
{
background-color: #7E7964;
}
.BgClassName
{
background-color: #7E7964;
}
</style>
border-color css
<style>
span { border-color: #7E7964; }
span { border-color: rgb(126,121,100); }
td.TdClassName
{
border-color: #7E7964;
}
.TagClassName
{
border-color: #7E7964;
}
</style>