Shades of Arrowtown #7A766F
Tints of Arrowtown #7A766F
RGB
CMYK
RGB Variations
Color information
#7A766F (or 0x7A766F) is known color: Arrowtown. HEX triplet: 7A, 76 and 6F. RGB value is (122,118,111). Sum of RGB (Red+Green+Blue) = 122+118+111=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 122 - color contains mainly: red. Hex color #7A766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A766F is #858990. Grayscale: #767676. Windows color (decimal): -8751505 or 7304826. OLE color: 7304826.
HSL color Cylindrical-coordinate representation of color #7A766F: hue angle of 38.18º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A766F is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 111 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.52 |
| HSL | 38.18º | 0.05% | 0.46% | - |
| HSV(B) | 38.18º | 0.09% | 0.48% | - |
| XYZ | 17.37 | 18.24 | 17.64 | - |
| YUV | 118.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 111 | 0 | 0.03 | 0.09 | 0.52 | 38.18 | 0.05 | 0.46 |
| Hex | 7A | 76 | 6F | 0 | 3 | 9 | 34 | 26 | 5 | 2E |
| Octal | 172 | 166 | 157 | 0 | 3 | 11 | 64 | 46 | 5 | 56 |
| Binary | 1111010 | 1110110 | 1101111 | 0 | 11 | 1001 | 110100 | 100110 | 101 | 101110 |
Color Harmonies of #7A766F
Complementary color
Monochromatic Colors of #7A766F
Black with #7A766F
Text Example
Text Example
White with #7A766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A766F; }
p { color: rgb(122,118,111); }
H1.HeaderClassName
{
color: #7A766F;
}
.AnyTagClassName
{
color: #7A766F;
}
</style>
background-color css
<style>
a { background-color: #7A766F; }
a { background-color: rgb(122,118,111); }
div.DivClassName
{
background-color: #7A766F;
}
.BgClassName
{
background-color: #7A766F;
}
</style>
border-color css
<style>
span { border-color: #7A766F; }
span { border-color: rgb(122,118,111); }
td.TdClassName
{
border-color: #7A766F;
}
.TagClassName
{
border-color: #7A766F;
}
</style>