Shades of Arrowtown #7C7766
Tints of Arrowtown #7C7766
RGB
CMYK
RGB Variations
Color information
#7C7766 (or 0x7C7766) is known color: Arrowtown. HEX triplet: 7C, 77 and 66. RGB value is (124,119,102). Sum of RGB (Red+Green+Blue) = 124+119+102=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7766 is #838899. Grayscale: #767676. Windows color (decimal): -8620186 or 6715260. OLE color: 6715260.
HSL color Cylindrical-coordinate representation of color #7C7766: hue angle of 46.36º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C7766 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 102 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.51 |
| HSL | 46.36º | 0.1% | 0.44% | - |
| HSV(B) | 46.36º | 0.18% | 0.49% | - |
| XYZ | 17.31 | 18.44 | 15.22 | - |
| YUV | 118.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 102 | 0 | 0.04 | 0.18 | 0.51 | 46.36 | 0.1 | 0.44 |
| Hex | 7C | 77 | 66 | 0 | 4 | 12 | 33 | 2E | A | 2C |
| Octal | 174 | 167 | 146 | 0 | 4 | 22 | 63 | 56 | 12 | 54 |
| Binary | 1111100 | 1110111 | 1100110 | 0 | 100 | 10010 | 110011 | 101110 | 1010 | 101100 |
Color Harmonies of #7C7766
Complementary color
Monochromatic Colors of #7C7766
Black with #7C7766
Text Example
Text Example
White with #7C7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7766; }
p { color: rgb(124,119,102); }
H1.HeaderClassName
{
color: #7C7766;
}
.AnyTagClassName
{
color: #7C7766;
}
</style>
background-color css
<style>
a { background-color: #7C7766; }
a { background-color: rgb(124,119,102); }
div.DivClassName
{
background-color: #7C7766;
}
.BgClassName
{
background-color: #7C7766;
}
</style>
border-color css
<style>
span { border-color: #7C7766; }
span { border-color: rgb(124,119,102); }
td.TdClassName
{
border-color: #7C7766;
}
.TagClassName
{
border-color: #7C7766;
}
</style>