Rhythm (#777696)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 4.36:1 — vs black: 4.82:1

Color values

  • HEX #777696
  • RGB rgb(119, 118, 150)
  • HSL hsl(241, 21%, 58%)
  • CMYK cmyk( 20.67, 21.33, 0, 41.18 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #777696 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Rhythm
#777696 Base
#959676
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Rhythm
#777696 Base
#768596
#877696
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Rhythm
#777696 Base
#967776
#769677
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Rhythm
#777696 Base
#968776
#859676
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Rhythm
#777696 Base
#967685
#959676
#769687
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Rhythm
#777696 Base
#323241
#54536C
#646381
#8E8DA8
#A2A1B7
#CDCDD8
Shades & Tints

Darker shades and lighter tints of Rhythm, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0B0B0E
#20202A
#363545
#4B4A61
#605F7C
Rhythm #777696 Base
#8F8FA9
#A8A7BC
#C0C0CE
#D8D8E1
#F1F1F4
CSS & SCSS Snippets

Ready-to-use code snippets for #777696. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #777696;
}

/* Text */
.element {
    color: #777696;
}

/* Border */
.element {
    border: 1px solid #777696;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #777696,
        #ABAC80
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #777696,
        #ABAC80
    );
}
SCSS Variable
// SCSS variable
$rhythm: #777696;

// With RGB channels (useful for rgba() usage)
$rhythm-r: 119;
$rhythm-g: 118;
$rhythm-b: 150;

// Usage
.element {
    background-color: $rhythm;
    color: rgba($rhythm-r, $rhythm-g, $rhythm-b, 0.8);
}
Color Blindness Simulation

How Rhythm appears to people with different types of color vision deficiency.

Normal Vision #777696 How the color appears with full color vision.
Deuteranopia #767696 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #767696 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #727B7B Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #797979 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Rhythm ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Rhythm #777696 Base
Dark Blue-gray #666699 ΔE 7.90
Old Lavender #796878 ΔE 9.73
Lavender Purple #967BB6 ΔE 10.20
Cool Grey #8C92AC ΔE 10.31

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.