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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#777696
Base
#959676
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#777696
Base
#768596
#877696
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#777696
Base
#967776
#769677
Two colors flanking the complement — high contrast with less tension than full complementary.
#777696
Base
#968776
#859676
Four colors at 90° intervals — rich variety, best when one color dominates.
#777696
Base
#967685
#959676
#769687
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#777696
Base
#323241
#54536C
#646381
#8E8DA8
#A2A1B7
#CDCDD8
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
#777696
Base
#8F8FA9
#A8A7BC
#C0C0CE
#D8D8E1
#F1F1F4
Ready-to-use code snippets for #777696. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #777696;
}
/* Text */
.element {
color: #777696;
}
/* Border */
.element {
border: 1px solid #777696;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#777696,
#ABAC80
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#777696,
#ABAC80
);
}
// 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);
}
How Rhythm appears to people with different types of color vision deficiency.
#777696
How the color appears with full color vision.
#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.
#767696
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#727B7B
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#797979
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.