Shades of Arrowtown #7C7770
Tints of Arrowtown #7C7770
RGB
CMYK
RGB Variations
Color information
#7C7770 (or 0x7C7770) is known color: Arrowtown. HEX triplet: 7C, 77 and 70. RGB value is (124,119,112). Sum of RGB (Red+Green+Blue) = 124+119+112=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7770 is #83888F. Grayscale: #777777. Windows color (decimal): -8620176 or 7370620. OLE color: 7370620.
HSL color Cylindrical-coordinate representation of color #7C7770: hue angle of 35º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C7770 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 112 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.51 |
| HSL | 35º | 0.05% | 0.46% | - |
| HSV(B) | 35º | 0.1% | 0.49% | - |
| XYZ | 17.83 | 18.65 | 17.99 | - |
| YUV | 119.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 112 | 0 | 0.04 | 0.10 | 0.51 | 35 | 0.05 | 0.46 |
| Hex | 7C | 77 | 70 | 0 | 4 | A | 33 | 23 | 5 | 2E |
| Octal | 174 | 167 | 160 | 0 | 4 | 12 | 63 | 43 | 5 | 56 |
| Binary | 1111100 | 1110111 | 1110000 | 0 | 100 | 1010 | 110011 | 100011 | 101 | 101110 |
Color Harmonies of #7C7770
Complementary color
Monochromatic Colors of #7C7770
Black with #7C7770
Text Example
Text Example
White with #7C7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7770; }
p { color: rgb(124,119,112); }
H1.HeaderClassName
{
color: #7C7770;
}
.AnyTagClassName
{
color: #7C7770;
}
</style>
background-color css
<style>
a { background-color: #7C7770; }
a { background-color: rgb(124,119,112); }
div.DivClassName
{
background-color: #7C7770;
}
.BgClassName
{
background-color: #7C7770;
}
</style>
border-color css
<style>
span { border-color: #7C7770; }
span { border-color: rgb(124,119,112); }
td.TdClassName
{
border-color: #7C7770;
}
.TagClassName
{
border-color: #7C7770;
}
</style>