Color: #889796

#889796 Color Information

#889796 is a light color. The closest websafe version is #889796. A complement of this color would be #978788, perceived brightness is 0.57, and the grayscale version is #909090.

In the HSL color space, this color has a hue angle of 176°,a saturation of 7%, and a lightness of 56%.The HSV representation shows a hue of 176°, a saturation of 10%, and a value of 59%.

In a RGB color space, #889796 is composed of 53% red, 59% green and 59% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 1% yellow and 41% black.

In the Yxy color space, this color is represented as Y: 29.51, x: 0.3309, and y: 0.3614.

Color Code #889796

#889796rgb(136, 151, 150)
HEX
#889796
RGB
rgb(136, 151, 150)
HSL
hsl(176, 7%, 56%)
HSV
hsv(176, 10%, 59%)
CMYK
10%, 0%, 1%, 41%
XYZ
X: 27.02, Y: 29.51, Z: 25.13
Lab
L: 61.23, a: -5.71, b: -1.40
Name

Shades of Color #889796

Shades are created by darkening the original color #889796 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 #889796

Tints are created by lightening the original color #889796 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.

#889796rgb(136, 151, 150)

About #889796 Color Code

In the HSL color space, this color has a hue angle of 176°, a saturation of 7%, and a lightness of 56%. The HSV representation shows a hue of 176°, a saturation of 10%, and a value of 59%.

  • HEX: #889796
  • RGB: rgb(136, 151, 150)
  • HSL: hsl(176, 7%, 56%)
  • HSV: hsv(176, 10%, 59%)
  • CMYK: 10.00% cyan, 0.00% magenta, 100.00% yellow, 41.00% black
  • XYZ: 27.02, 29.51, 25.13
  • Yxy: 29.51, 0.3309, 0.3614
  • Hunter Lab: 61.23, -5.71, -1.40
  • CIE-Lab: 61.23, -5.71, -1.40

In the XYZ color space, this color is represented as X: 27.02, Y: 29.51, Z: 25.13. The Yxy representation further refines this as Y: 29.51, x: 0.3309, and y: 0.3614.

In the Hunter Lab color space, this color is represented as L: 61.23, a: -5.71, and b: -1.40. Similarly, in the CIE-Lab color space, it is represented as L: 61.23, a: -5.71, and b: -1.40.

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 #889796

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

Analogous Colors of #889796

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

Split Complementary Colors of #889796

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

Tetradic Colors of #889796

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

Monochromatic Colors of #889796

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

Complementary Color of #889796

The complementary color of #889796 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 #889796

/* Using HEX */
body {
  background-color: #889796;
}
/* Using RGB */
body {
  background-color: rgb(136, 151, 150);
}
/* Using RGB with opacity */
body {
  background-color: rgba(136, 151, 150, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(176, 7%, 56%);
}
/* Text color */
p {
  color: #889796;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #889796;
}
/* Border color */
.box {
  border: 4px solid #889796;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #889796;
}
Text Shadow Preview
/* Background with text */
div {
  background: #889796;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#889796
On Black Background
#889796
On White Background
#889796

HTML Examples of #889796

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

Related Colors of #889796

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