Moon Base
#7d7d77
Looking for the precise values behind Moon Base (#7d7d77)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7d7d77 | |
|---|---|---|
| RGB | rgb(125, 125, 119) | |
| HSL | hsl(60, 2%, 48%) | |
| CMYK | cmyk(0%, 0%, 5%, 51%) | |
| LAB | lab(52, -1, 3) | |
| OKLCH | oklch(0.59 0.009 107) |
Color harmonies
Tints & shades
Code snippets
color: #7d7d77;
background-color: #7d7d77;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF7D7D77)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.49, blue: 0.47, alpha: 1.0)