Shades of Arrowtown #7A7568
Tints of Arrowtown #7A7568
RGB
CMYK
RGB Variations
Color information
#7A7568 (or 0x7A7568) is known color: Arrowtown. HEX triplet: 7A, 75 and 68. RGB value is (122,117,104). Sum of RGB (Red+Green+Blue) = 122+117+104=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7568 is #858A97. Grayscale: #757575. Windows color (decimal): -8751768 or 6845818. OLE color: 6845818.
HSL color Cylindrical-coordinate representation of color #7A7568: hue angle of 43.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A7568 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 104 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.52 |
| HSL | 43.33º | 0.08% | 0.44% | - |
| HSV(B) | 43.33º | 0.15% | 0.48% | - |
| XYZ | 16.89 | 17.86 | 15.65 | - |
| YUV | 117.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 104 | 0 | 0.04 | 0.15 | 0.52 | 43.33 | 0.08 | 0.44 |
| Hex | 7A | 75 | 68 | 0 | 4 | F | 34 | 2B | 8 | 2C |
| Octal | 172 | 165 | 150 | 0 | 4 | 17 | 64 | 53 | 10 | 54 |
| Binary | 1111010 | 1110101 | 1101000 | 0 | 100 | 1111 | 110100 | 101011 | 1000 | 101100 |
Color Harmonies of #7A7568
Complementary color
Monochromatic Colors of #7A7568
Black with #7A7568
Text Example
Text Example
White with #7A7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7568; }
p { color: rgb(122,117,104); }
H1.HeaderClassName
{
color: #7A7568;
}
.AnyTagClassName
{
color: #7A7568;
}
</style>
background-color css
<style>
a { background-color: #7A7568; }
a { background-color: rgb(122,117,104); }
div.DivClassName
{
background-color: #7A7568;
}
.BgClassName
{
background-color: #7A7568;
}
</style>
border-color css
<style>
span { border-color: #7A7568; }
span { border-color: rgb(122,117,104); }
td.TdClassName
{
border-color: #7A7568;
}
.TagClassName
{
border-color: #7A7568;
}
</style>