Bat Wing
#7e7466
Bat Wing, represented by the hex value #7e7466, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7e7466 | |
|---|---|---|
| RGB | rgb(126, 116, 102) | |
| HSL | hsl(35, 11%, 45%) | |
| CMYK | cmyk(0%, 8%, 19%, 51%) | |
| LAB | lab(49, 2, 9) | |
| OKLCH | oklch(0.56 0.024 76) |
Color harmonies
Tints & shades
Code snippets
color: #7e7466;
background-color: #7e7466;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7E7466)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.45, blue: 0.40, alpha: 1.0)