Color #774A2D Color / Colour Code #774A2D

    This page shows the hex color code for color #774a2d (#774A2D). The colour is a orange tone with 45% saturation and 32% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #774A2D

    Color Conversions

    HEX
    #774A2D
    RGB
    rgb(119, 74, 45)
    HSL
    hsl(24, 45%, 32%)
    HSV
    hsv(24, 62%, 47%)
    CMYK
    cmyk(0%, 38%, 62%, 53%)

    Accessibility Contrast

    WCAG contrast ratios for #774A2D against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    7.50:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Black (#000000)
    2.80:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Light Gray (#EEEEEE)
    6.46:1
    AA PassAA Large PassAAA Fail

    Complementary Colors

    #774A2D paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 354, 24, and 54 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 24, 144, and 264 degrees.

    Color Palettes Using #774A2D

    Monochromatic Scale

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

    #372315 #6F462A #B97446 #D5AC90 #EAD5C8
    Warm Harmony

    Adjacent hues from 24 to 69 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.

    #C08259 #C09C59 #C0B659 #B0C059
    Cool Contrast

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

    #B97446 #468BB9 #4652B9 #7446B9
    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.

    #E0C8B8 #D0E0B8 #B8E0C8 #B8D0E0 #C8B8E0

    Shades & Tints of #774A2D

    Lightness variations at hue 24 and 45% saturation.

    CSS Gradients with #774A2D

    Orange to Blue
    linear-gradient(135deg, #774a2d, #2d5976)
    Analogous Fade
    linear-gradient(90deg, #774a2d, #766f2d)
    Deep to Light
    linear-gradient(180deg, #432a19, #e6cdbc)
    Tricolor Sweep
    linear-gradient(135deg, #764a2d, #2d764a, #4a2d76)

    Design Use Cases for #774A2D

    Balanced UI Color

    At 45% saturation, #774A2D 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 32% lightness, #774A2D 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.

    Warmth & Enthusiasm

    #774A2D sits in the orange range (hue 24). Orange combines the energy of red with the warmth of yellow. It works naturally for progress indicators, pricing highlights, "new" badges, and friendly call-to-action buttons. Food and fitness brands frequently use this hue range.

    Gradient Pairing

    Create a gradient from #774A2D (hue 24) to its complement at hue 204. For a subtler effect, try pairing with an analogous color at hue 54. Use CSS: background: linear-gradient(135deg, #774a2d, #2d5976);

    CSS Code for #774A2D

    /* Background */
    background-color: #774a2d;
    background-color: rgb(119, 74, 45);
    background-color: hsl(24, 45%, 32%);
    /* Text */
    color: #774a2d;
    /* Border */
    border: 2px solid #774a2d;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(119, 74, 45, 0.3);
    /* CSS Variable */
    --color-primary: 24 45% 32%;

    Similar Colors

    Colors visually similar to #774A2D based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #774A2D across image editing and color design tools.

    About Color #774A2D (#774A2D)

    #774A2D is a orange color (colour) with RGB channel values of 119 red, 74 green, and 45 blue. The red channel is dominant by a ratio of 2.6:1 over the weakest channel. In HSL terms, the hue sits at 24 degrees with 45% saturation and 32% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #774A2D is 84/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, 38% magenta, 62% yellow, and 53% key (black).

    The WCAG contrast ratio of #774A2D against white is 7.50:1 and against black is 2.80:1. This exceeds the AAA requirement (7:1) for normal text on white, making it excellent for body text and small UI labels on light backgrounds.

    The complementary colour #2D5976 creates maximum visual tension when paired with #774A2D. For more harmonious color combinations, use the analogous colours #762D34 and #766F2D, 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 #774A2D

    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 #774A2D?
    #774A2D is Color #774A2D, a orange color (colour) with RGB(119, 74, 45), HSL(24, 45%, 32%), and CMYK(0%, 38%, 62%, 53%). Its perceived brightness is 84/255.
    Is #774A2D accessible for text?
    Against white, #774A2D has a contrast ratio of 7.50:1 (passes AA for normal text). Against black, it has 2.80:1 (fails AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #774A2D?
    The complementary colour is #2D5976 (hue 204). For subtle color combinations, use analogous colours #762D34 and #766F2D. The triadic palette adds #2D764A and #4A2D76 for vibrant variety.
    How do I use #774A2D in CSS?
    Use any format: color: #774a2d; or rgb(119, 74, 45); or hsl(24, 45%, 32%). For CSS custom properties: --color-primary: 24 45% 32%; 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.