Color #74779C

HEX

#74779C

RGB

(116, 119, 156)

Quick Actions

Color Values

Color Space Values
RGB
R: 116, G: 119, B: 156 (45%, 47%, 61%)
CMYK C: 26%, M: 24%, Y: 0%, K: 39%
HSL H: 236°, S: 17%, L: 53%
HSV H: 236°, S: 26%, V: 61%
CIE-LAB L: 51.05, a: 7.4, b: -20.27
CIE-LCH L: 51.05, C: 21.58, H: 290.06
Hunter-Lab L: 43.94, a: 1.95, b: -23.62
Web Safe
#666699
Complementary
#9c9974

#74779C is a color with RGB values of 116 red, 119 green, and 156 blue (45%, 47%, 61% respectively). In the CMYK color space, it consists of 26% cyan, 24% magenta, 0% yellow, and 39% black. The color has a hue angle of 236°, 17% saturation, and 53% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #666699. The complementary color is #9c9974, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #74779C

Explore different variations of #74779C including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #74779C. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #74779C

Explore different color combinations and harmonies that work well with #74779C.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #74779C

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #74779C

Text with #74779C

This text has a font color of #74779C.

<span style="color:#74779C;">Text here</span>
.text { color: #74779C; }

#74779C background color

This paragraph has a background color of #74779C.

<p style="background-color:#74779C;">Content here</p>
.background { background-color: #74779C; }

#74779C border color

This element has a border color of #74779C.
<div style="border:1px solid #74779C;">Content here</div>
.border { border: 1px solid #74779C; }

#74779C box shadow

This element has a box shadow using #74779C.
<div style="box-shadow: 0 4px 6px -1px #74779C80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #74779C80; }
Copied to clipboard!