Color #67755F

HEX

#67755F

RGB

(103, 117, 95)

Quick Actions

Color Values

Color Space Values
RGB
R: 103, G: 117, B: 95 (40%, 46%, 37%)
CMYK C: 12%, M: 0%, Y: 19%, K: 54%
HSL H: 98°, S: 10%, L: 42%
HSV H: 98°, S: 19%, V: 46%
CIE-LAB L: 47.53, a: -9.67, b: 10.41
CIE-LCH L: 47.53, C: 14.21, H: 132.89
Hunter-Lab L: 40.53, a: -10.4, b: 5.47
Web Safe
#666666
Complementary
#6d5f75

#67755F is a color with RGB values of 103 red, 117 green, and 95 blue (40%, 46%, 37% respectively). In the CMYK color space, it consists of 12% cyan, 0% magenta, 19% yellow, and 54% black. The color has a hue angle of 98°, 10% saturation, and 42% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #666666. The complementary color is #6d5f75, 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 #67755F

Explore different variations of #67755F 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 #67755F. 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 #67755F

Explore different color combinations and harmonies that work well with #67755F.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #67755F

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 #67755F

Text with #67755F

This text has a font color of #67755F.

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

#67755F background color

This paragraph has a background color of #67755F.

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

#67755F border color

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

#67755F box shadow

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