Shades of Arrowtown #7A766E
Tints of Arrowtown #7A766E
RGB
CMYK
RGB Variations
Color information
#7A766E (or 0x7A766E) is known color: Arrowtown. HEX triplet: 7A, 76 and 6E. RGB value is (122,118,110). Sum of RGB (Red+Green+Blue) = 122+118+110=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 122 - color contains mainly: red. Hex color #7A766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A766E is #858991. Grayscale: #767676. Windows color (decimal): -8751506 or 7239290. OLE color: 7239290.
HSL color Cylindrical-coordinate representation of color #7A766E: hue angle of 40º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A766E is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 110 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.52 |
| HSL | 40º | 0.05% | 0.45% | - |
| HSV(B) | 40º | 0.1% | 0.48% | - |
| XYZ | 17.32 | 18.22 | 17.36 | - |
| YUV | 118.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 110 | 0 | 0.03 | 0.10 | 0.52 | 40 | 0.05 | 0.45 |
| Hex | 7A | 76 | 6E | 0 | 3 | A | 34 | 28 | 5 | 2D |
| Octal | 172 | 166 | 156 | 0 | 3 | 12 | 64 | 50 | 5 | 55 |
| Binary | 1111010 | 1110110 | 1101110 | 0 | 11 | 1010 | 110100 | 101000 | 101 | 101101 |
Color Harmonies of #7A766E
Complementary color
Monochromatic Colors of #7A766E
Black with #7A766E
Text Example
Text Example
White with #7A766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A766E; }
p { color: rgb(122,118,110); }
H1.HeaderClassName
{
color: #7A766E;
}
.AnyTagClassName
{
color: #7A766E;
}
</style>
background-color css
<style>
a { background-color: #7A766E; }
a { background-color: rgb(122,118,110); }
div.DivClassName
{
background-color: #7A766E;
}
.BgClassName
{
background-color: #7A766E;
}
</style>
border-color css
<style>
span { border-color: #7A766E; }
span { border-color: rgb(122,118,110); }
td.TdClassName
{
border-color: #7A766E;
}
.TagClassName
{
border-color: #7A766E;
}
</style>