Shades of Arrowtown #7A7666
Tints of Arrowtown #7A7666
RGB
CMYK
RGB Variations
Color information
#7A7666 (or 0x7A7666) is known color: Arrowtown. HEX triplet: 7A, 76 and 66. RGB value is (122,118,102). Sum of RGB (Red+Green+Blue) = 122+118+102=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7666 is #858999. Grayscale: #757575. Windows color (decimal): -8751514 or 6715002. OLE color: 6715002.
HSL color Cylindrical-coordinate representation of color #7A7666: hue angle of 48º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A7666 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 102 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.52 |
| HSL | 48º | 0.09% | 0.44% | - |
| HSV(B) | 48º | 0.16% | 0.48% | - |
| XYZ | 16.9 | 18.05 | 15.16 | - |
| YUV | 117.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 102 | 0 | 0.03 | 0.16 | 0.52 | 48 | 0.09 | 0.44 |
| Hex | 7A | 76 | 66 | 0 | 3 | 10 | 34 | 30 | 9 | 2C |
| Octal | 172 | 166 | 146 | 0 | 3 | 20 | 64 | 60 | 11 | 54 |
| Binary | 1111010 | 1110110 | 1100110 | 0 | 11 | 10000 | 110100 | 110000 | 1001 | 101100 |
Color Harmonies of #7A7666
Complementary color
Monochromatic Colors of #7A7666
Black with #7A7666
Text Example
Text Example
White with #7A7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7666; }
p { color: rgb(122,118,102); }
H1.HeaderClassName
{
color: #7A7666;
}
.AnyTagClassName
{
color: #7A7666;
}
</style>
background-color css
<style>
a { background-color: #7A7666; }
a { background-color: rgb(122,118,102); }
div.DivClassName
{
background-color: #7A7666;
}
.BgClassName
{
background-color: #7A7666;
}
</style>
border-color css
<style>
span { border-color: #7A7666; }
span { border-color: rgb(122,118,102); }
td.TdClassName
{
border-color: #7A7666;
}
.TagClassName
{
border-color: #7A7666;
}
</style>