Color: #889D7D

#889D7D Color Information

#889D7D is a light color. The closest websafe version is #889D7D. A complement of this color would be #917C9C, perceived brightness is 0.58, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 99°,a saturation of 14%, and a lightness of 55%.The HSV representation shows a hue of 99°, a saturation of 20%, and a value of 62%.

In a RGB color space, #889D7D is composed of 53% red, 62% green and 49% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 20% yellow and 38% black.

In the Yxy color space, this color is represented as Y: 30.89, x: 0.3516, and y: 0.4075.

Color Code #889D7D

#889D7Drgb(136, 157, 125)
HEX
#889D7D
RGB
rgb(136, 157, 125)
HSL
hsl(99, 14%, 55%)
HSV
hsv(99, 20%, 62%)
CMYK
13%, 0%, 20%, 38%
XYZ
X: 26.65, Y: 30.89, Z: 18.26
Lab
L: 62.42, a: -12.29, b: 14.22
Name

Shades of Color #889D7D

Shades are created by darkening the original color #889D7D in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #889D7D

Tints are created by lightening the original color #889D7D in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#889D7Drgb(136, 157, 125)

About #889D7D Color Code

In the HSL color space, this color has a hue angle of 99°, a saturation of 14%, and a lightness of 55%. The HSV representation shows a hue of 99°, a saturation of 20%, and a value of 62%.

  • HEX: #889D7D
  • RGB: rgb(136, 157, 125)
  • HSL: hsl(99, 14%, 55%)
  • HSV: hsv(99, 20%, 62%)
  • CMYK: 13.00% cyan, 0.00% magenta, 20.00% yellow, 38.00% black
  • XYZ: 26.65, 30.89, 18.26
  • Yxy: 30.89, 0.3516, 0.4075
  • Hunter Lab: 62.42, -12.29, 14.22
  • CIE-Lab: 62.42, -12.29, 14.22

In the XYZ color space, this color is represented as X: 26.65, Y: 30.89, Z: 18.26. The Yxy representation further refines this as Y: 30.89, x: 0.3516, and y: 0.4075.

In the Hunter Lab color space, this color is represented as L: 62.42, a: -12.29, and b: 14.22. Similarly, in the CIE-Lab color space, it is represented as L: 62.42, a: -12.29, and b: 14.22.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #889D7D

Triadic colors are three colors evenly spaced around the color wheel, including #889D7D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #889D7D

Analogous colors are adjacent to #889D7D on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #889D7D

Split complementary colors are two colors adjacent to the complementary color of #889D7D. They create a balanced and visually appealing color scheme.

Tetradic Colors of #889D7D

Tetradic colors form a rectangle on the color wheel, including #889D7D. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #889D7D

Monochromatic colors are variations of #889D7D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #889D7D

The complementary color of #889D7D is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #889D7D

/* Using HEX */
body {
  background-color: #889d7d;
}
/* Using RGB */
body {
  background-color: rgb(136, 157, 125);
}
/* Using RGB with opacity */
body {
  background-color: rgba(136, 157, 125, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(99, 14%, 55%);
}
/* Text color */
p {
  color: #889d7d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #889d7d;
}
/* Border color */
.box {
  border: 4px solid #889d7d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #889d7d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #889d7d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#889D7D
On Black Background
#889D7D
On White Background
#889D7D

HTML Examples of #889D7D

<!-- Using HEX -->
<div style="background-color: #889d7d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(136, 157, 125); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(136, 157, 125, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(99, 14%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #889d7d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #889d7d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #889d7d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #889d7d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #889d7d; color: #fff; padding: 16px; border-radius: 8px;">
  #889D7D
</div>
#889D7D
On Black Background
#889D7D
On White Background
#889D7D

Related Colors of #889D7D

These colors are similar to #889D7D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.