Red Octopus
#773243
Looking for the precise values behind Red Octopus (#773243)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #773243 | |
|---|---|---|
| RGB | rgb(119, 50, 67) | |
| HSL | hsl(345, 41%, 33%) | |
| CMYK | cmyk(0%, 58%, 44%, 53%) | |
| LAB | lab(31, 32, 5) | |
| OKLCH | oklch(0.42 0.098 7) |
Color harmonies
Tints & shades
Code snippets
color: #773243;
background-color: #773243;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF773243)
/* Swift / UIKit */
UIColor(red: 0.47, green: 0.20, blue: 0.26, alpha: 1.0)