Shades of Arrowtown #7C7764
Tints of Arrowtown #7C7764
RGB
CMYK
RGB Variations
Color information
#7C7764 (or 0x7C7764) is known color: Arrowtown. HEX triplet: 7C, 77 and 64. RGB value is (124,119,100). Sum of RGB (Red+Green+Blue) = 124+119+100=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7764 is #83889B. Grayscale: #767676. Windows color (decimal): -8620188 or 6584188. OLE color: 6584188.
HSL color Cylindrical-coordinate representation of color #7C7764: hue angle of 47.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C7764 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 100 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.51 |
| HSL | 47.5º | 0.11% | 0.44% | - |
| HSV(B) | 47.5º | 0.19% | 0.49% | - |
| XYZ | 17.21 | 18.4 | 14.7 | - |
| YUV | 118.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 100 | 0 | 0.04 | 0.19 | 0.51 | 47.5 | 0.11 | 0.44 |
| Hex | 7C | 77 | 64 | 0 | 4 | 13 | 33 | 30 | B | 2C |
| Octal | 174 | 167 | 144 | 0 | 4 | 23 | 63 | 60 | 13 | 54 |
| Binary | 1111100 | 1110111 | 1100100 | 0 | 100 | 10011 | 110011 | 110000 | 1011 | 101100 |
Color Harmonies of #7C7764
Complementary color
Monochromatic Colors of #7C7764
Black with #7C7764
Text Example
Text Example
White with #7C7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7764; }
p { color: rgb(124,119,100); }
H1.HeaderClassName
{
color: #7C7764;
}
.AnyTagClassName
{
color: #7C7764;
}
</style>
background-color css
<style>
a { background-color: #7C7764; }
a { background-color: rgb(124,119,100); }
div.DivClassName
{
background-color: #7C7764;
}
.BgClassName
{
background-color: #7C7764;
}
</style>
border-color css
<style>
span { border-color: #7C7764; }
span { border-color: rgb(124,119,100); }
td.TdClassName
{
border-color: #7C7764;
}
.TagClassName
{
border-color: #7C7764;
}
</style>