Shades of Arrowtown #7C7763
Tints of Arrowtown #7C7763
RGB
CMYK
RGB Variations
Color information
#7C7763 (or 0x7C7763) is known color: Arrowtown. HEX triplet: 7C, 77 and 63. RGB value is (124,119,99). Sum of RGB (Red+Green+Blue) = 124+119+99=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7763 is #83889C. Grayscale: #767676. Windows color (decimal): -8620189 or 6518652. OLE color: 6518652.
HSL color Cylindrical-coordinate representation of color #7C7763: hue angle of 48º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C7763 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 99 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.51 |
| HSL | 48º | 0.11% | 0.44% | - |
| HSV(B) | 48º | 0.2% | 0.49% | - |
| XYZ | 17.16 | 18.38 | 14.45 | - |
| YUV | 118.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 99 | 0 | 0.04 | 0.20 | 0.51 | 48 | 0.11 | 0.44 |
| Hex | 7C | 77 | 63 | 0 | 4 | 14 | 33 | 30 | B | 2C |
| Octal | 174 | 167 | 143 | 0 | 4 | 24 | 63 | 60 | 13 | 54 |
| Binary | 1111100 | 1110111 | 1100011 | 0 | 100 | 10100 | 110011 | 110000 | 1011 | 101100 |
Color Harmonies of #7C7763
Complementary color
Monochromatic Colors of #7C7763
Black with #7C7763
Text Example
Text Example
White with #7C7763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7763; }
p { color: rgb(124,119,99); }
H1.HeaderClassName
{
color: #7C7763;
}
.AnyTagClassName
{
color: #7C7763;
}
</style>
background-color css
<style>
a { background-color: #7C7763; }
a { background-color: rgb(124,119,99); }
div.DivClassName
{
background-color: #7C7763;
}
.BgClassName
{
background-color: #7C7763;
}
</style>
border-color css
<style>
span { border-color: #7C7763; }
span { border-color: rgb(124,119,99); }
td.TdClassName
{
border-color: #7C7763;
}
.TagClassName
{
border-color: #7C7763;
}
</style>