Shades of Arrowtown #7C7765
Tints of Arrowtown #7C7765
RGB
CMYK
RGB Variations
Color information
#7C7765 (or 0x7C7765) is known color: Arrowtown. HEX triplet: 7C, 77 and 65. RGB value is (124,119,101). Sum of RGB (Red+Green+Blue) = 124+119+101=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7765 is #83889A. Grayscale: #767676. Windows color (decimal): -8620187 or 6649724. OLE color: 6649724.
HSL color Cylindrical-coordinate representation of color #7C7765: hue angle of 46.96º degrees, saturation: 0.1, 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 #7C7765 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 101 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.51 |
| HSL | 46.96º | 0.1% | 0.44% | - |
| HSV(B) | 46.96º | 0.19% | 0.49% | - |
| XYZ | 17.26 | 18.42 | 14.96 | - |
| YUV | 118.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 101 | 0 | 0.04 | 0.19 | 0.51 | 46.96 | 0.1 | 0.44 |
| Hex | 7C | 77 | 65 | 0 | 4 | 13 | 33 | 2F | A | 2C |
| Octal | 174 | 167 | 145 | 0 | 4 | 23 | 63 | 57 | 12 | 54 |
| Binary | 1111100 | 1110111 | 1100101 | 0 | 100 | 10011 | 110011 | 101111 | 1010 | 101100 |
Color Harmonies of #7C7765
Complementary color
Monochromatic Colors of #7C7765
Black with #7C7765
Text Example
Text Example
White with #7C7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7765; }
p { color: rgb(124,119,101); }
H1.HeaderClassName
{
color: #7C7765;
}
.AnyTagClassName
{
color: #7C7765;
}
</style>
background-color css
<style>
a { background-color: #7C7765; }
a { background-color: rgb(124,119,101); }
div.DivClassName
{
background-color: #7C7765;
}
.BgClassName
{
background-color: #7C7765;
}
</style>
border-color css
<style>
span { border-color: #7C7765; }
span { border-color: rgb(124,119,101); }
td.TdClassName
{
border-color: #7C7765;
}
.TagClassName
{
border-color: #7C7765;
}
</style>