Shades of Arrowtown #7A7567
Tints of Arrowtown #7A7567
RGB
CMYK
RGB Variations
Color information
#7A7567 (or 0x7A7567) is known color: Arrowtown. HEX triplet: 7A, 75 and 67. RGB value is (122,117,103). Sum of RGB (Red+Green+Blue) = 122+117+103=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7567 is #858A98. Grayscale: #747474. Windows color (decimal): -8751769 or 6780282. OLE color: 6780282.
HSL color Cylindrical-coordinate representation of color #7A7567: hue angle of 44.21º degrees, saturation: 0.08, 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 #7A7567 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 103 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.52 |
| HSL | 44.21º | 0.08% | 0.44% | - |
| HSV(B) | 44.21º | 0.16% | 0.48% | - |
| XYZ | 16.84 | 17.84 | 15.39 | - |
| YUV | 116.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 103 | 0 | 0.04 | 0.16 | 0.52 | 44.21 | 0.08 | 0.44 |
| Hex | 7A | 75 | 67 | 0 | 4 | 10 | 34 | 2C | 8 | 2C |
| Octal | 172 | 165 | 147 | 0 | 4 | 20 | 64 | 54 | 10 | 54 |
| Binary | 1111010 | 1110101 | 1100111 | 0 | 100 | 10000 | 110100 | 101100 | 1000 | 101100 |
Color Harmonies of #7A7567
Complementary color
Monochromatic Colors of #7A7567
Black with #7A7567
Text Example
Text Example
White with #7A7567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7567; }
p { color: rgb(122,117,103); }
H1.HeaderClassName
{
color: #7A7567;
}
.AnyTagClassName
{
color: #7A7567;
}
</style>
background-color css
<style>
a { background-color: #7A7567; }
a { background-color: rgb(122,117,103); }
div.DivClassName
{
background-color: #7A7567;
}
.BgClassName
{
background-color: #7A7567;
}
</style>
border-color css
<style>
span { border-color: #7A7567; }
span { border-color: rgb(122,117,103); }
td.TdClassName
{
border-color: #7A7567;
}
.TagClassName
{
border-color: #7A7567;
}
</style>