Shades of Arrowtown #7A7670
Tints of Arrowtown #7A7670
RGB
CMYK
RGB Variations
Color information
#7A7670 (or 0x7A7670) is known color: Arrowtown. HEX triplet: 7A, 76 and 70. RGB value is (122,118,112). Sum of RGB (Red+Green+Blue) = 122+118+112=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7670 is #85898F. Grayscale: #767676. Windows color (decimal): -8751504 or 7370362. OLE color: 7370362.
HSL color Cylindrical-coordinate representation of color #7A7670: hue angle of 36º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A7670 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 112 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.52 |
| HSL | 36º | 0.04% | 0.46% | - |
| HSV(B) | 36º | 0.08% | 0.48% | - |
| XYZ | 17.43 | 18.26 | 17.94 | - |
| YUV | 118.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 112 | 0 | 0.03 | 0.08 | 0.52 | 36 | 0.04 | 0.46 |
| Hex | 7A | 76 | 70 | 0 | 3 | 8 | 34 | 24 | 4 | 2E |
| Octal | 172 | 166 | 160 | 0 | 3 | 10 | 64 | 44 | 4 | 56 |
| Binary | 1111010 | 1110110 | 1110000 | 0 | 11 | 1000 | 110100 | 100100 | 100 | 101110 |
Color Harmonies of #7A7670
Complementary color
Monochromatic Colors of #7A7670
Black with #7A7670
Text Example
Text Example
White with #7A7670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7670; }
p { color: rgb(122,118,112); }
H1.HeaderClassName
{
color: #7A7670;
}
.AnyTagClassName
{
color: #7A7670;
}
</style>
background-color css
<style>
a { background-color: #7A7670; }
a { background-color: rgb(122,118,112); }
div.DivClassName
{
background-color: #7A7670;
}
.BgClassName
{
background-color: #7A7670;
}
</style>
border-color css
<style>
span { border-color: #7A7670; }
span { border-color: rgb(122,118,112); }
td.TdClassName
{
border-color: #7A7670;
}
.TagClassName
{
border-color: #7A7670;
}
</style>