Hex Color #A7766C - Custom Color
Color Codes
HEX
#A7766C
RGB
rgb(167, 118, 108)
HSL
hsl(10, 25%, 54%)
CMYK
cmyk(0%, 29%, 35%, 35%)
HSV
hsv(10, 35%, 65%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.85:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.45:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #A7766C;
color: #A7766C;
border-color: #A7766C;
}
Tailwind CSS (with arbitrary values)
bg-[#A7766C]
text-[#A7766C]
border-[#A7766C]
// Example usage:
<div className="bg-[#A7766C]">