Color #786B3F Color / Colour Code #786B3F

    This page shows the hex color code for color #786b3f (#786B3F). The colour is a yellow tone with 31% saturation and 36% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #786B3F

    Color Conversions

    HEX
    #786B3F
    RGB
    rgb(120, 107, 63)
    HSL
    hsl(46, 31%, 36%)
    HSV
    hsv(46, 48%, 47%)
    CMYK
    cmyk(0%, 11%, 48%, 53%)

    Accessibility Contrast

    WCAG contrast ratios for #786B3F against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    5.29:1
    AA PassAA Large PassAAA Fail
    Sample Text
    vs Black (#000000)
    3.97:1
    AA FailAA Large PassAAA Fail
    Sample Text
    vs Light Gray (#EEEEEE)
    4.56:1
    AA PassAA Large PassAAA Fail

    Complementary Colors

    #786B3F paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 16, 46, and 76 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 46, 166, and 286 degrees.

    Color Palettes Using #786B3F

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 46 and saturation at 31%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #322D1A #645935 #A79558 #CABF9B #E5DFCD
    Warm Harmony

    Adjacent hues from 46 to 91 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #B09F69 #AFB069 #9DB069 #8BB069
    Cool Contrast

    Combines the base color at hue 46 with its complement at 226 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #A79558 #586AA7 #6D58A7 #9558A7
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #E0D7B8 #C1E0B8 #B8E0D7 #B8C1E0 #D7B8E0

    Shades & Tints of #786B3F

    Lightness variations at hue 46 and 31% saturation.

    CSS Gradients with #786B3F

    Yellow to Blue
    linear-gradient(135deg, #786b3f, #3f4d78)
    Analogous Fade
    linear-gradient(90deg, #786b3f, #69783f)
    Deep to Light
    linear-gradient(180deg, #3c3520, #dfd9c3)
    Tricolor Sweep
    linear-gradient(135deg, #786b3f, #3f786b, #6b3f78)

    Design Use Cases for #786B3F

    Balanced UI Color

    At 31% saturation, #786B3F strikes a balance between vibrancy and restraint. This makes it versatile for primary UI elements like navigation bars, card headers, and form accents. It draws attention without overwhelming adjacent content.

    Primary Interface Color

    At 36% lightness, #786B3F is in the mid-range, making it ideal for interactive elements like buttons, links, and selected states. This lightness level ensures good contrast against both light and dark adjacent elements in most layouts.

    Attention & Optimism

    #786B3F is in the yellow spectrum (hue 46). Yellow attracts attention faster than any other color. Use it for warning labels, featured content markers, star ratings, and tooltip backgrounds. Pair with dark text since yellow often fails contrast checks against white.

    Gradient Pairing

    Create a gradient from #786B3F (hue 46) to its complement at hue 226. For a subtler effect, try pairing with an analogous color at hue 76. Use CSS: background: linear-gradient(135deg, #786b3f, #3f4d78);

    CSS Code for #786B3F

    /* Background */
    background-color: #786b3f;
    background-color: rgb(120, 107, 63);
    background-color: hsl(46, 31%, 36%);
    /* Text */
    color: #786b3f;
    /* Border */
    border: 2px solid #786b3f;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(120, 107, 63, 0.3);
    /* CSS Variable */
    --color-primary: 46 31% 36%;

    Similar Colors

    Colors visually similar to #786B3F based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #786B3F across image editing and color design tools.

    About Color #786B3F (#786B3F)

    #786B3F is a yellow color (colour) with RGB channel values of 120 red, 107 green, and 63 blue. The red channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 46 degrees with 31% saturation and 36% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #786B3F is 106/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This appears dark to the human eye, so pair it with light text for adequate readability. For print production, the CMYK equivalent is 0% cyan, 11% magenta, 48% yellow, and 53% key (black).

    The WCAG contrast ratio of #786B3F against white is 5.29:1 and against black is 3.97:1. This meets the AA requirement (4.5:1) for normal text on white. For AAA compliance, consider darkening to at least 25% lightness.

    The complementary colour #3F4D78 creates maximum visual tension when paired with #786B3F. For more harmonious color combinations, use the analogous colours #784F3F and #69783F, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #786B3F

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #786B3F?
    #786B3F is Color #786B3F, a yellow color (colour) with RGB(120, 107, 63), HSL(46, 31%, 36%), and CMYK(0%, 11%, 48%, 53%). Its perceived brightness is 106/255.
    Is #786B3F accessible for text?
    Against white, #786B3F has a contrast ratio of 5.29:1 (passes AA for normal text). Against black, it has 3.97:1 (fails AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #786B3F?
    The complementary colour is #3F4D78 (hue 226). For subtle color combinations, use analogous colours #784F3F and #69783F. The triadic palette adds #3F786B and #6B3F78 for vibrant variety.
    How do I use #786B3F in CSS?
    Use any format: color: #786b3f; or rgb(120, 107, 63); or hsl(46, 31%, 36%). For CSS custom properties: --color-primary: 46 31% 36%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.