Color: #905F79

#905F79 Color Information

#905F79 is a dark color. The closest websafe version is #905F79. A complement of this color would be #5F9176, perceived brightness is 0.44, and the grayscale version is #777777.

In the HSL color space, this color has a hue angle of 328°,a saturation of 21%, and a lightness of 47%.The HSV representation shows a hue of 328°, a saturation of 34%, and a value of 56%.

In a RGB color space, #905F79 is composed of 56% red, 37% green and 47% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 16% yellow and 44% black.

In the Yxy color space, this color is represented as Y: 15.57, x: 0.3858, and y: 0.3113.

Color Code #905F79

#905F79rgb(144, 95, 121)
HEX
#905F79
RGB
rgb(144, 95, 121)
HSL
hsl(328, 21%, 47%)
HSV
hsv(328, 34%, 56%)
CMYK
0%, 34%, 16%, 44%
XYZ
X: 19.30, Y: 15.57, Z: 15.15
Lab
L: 46.40, a: 23.52, b: -6.09
Name

Shades of Color #905F79

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

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

#905F79rgb(144, 95, 121)

About #905F79 Color Code

In the HSL color space, this color has a hue angle of 328°, a saturation of 21%, and a lightness of 47%. The HSV representation shows a hue of 328°, a saturation of 34%, and a value of 56%.

  • HEX: #905F79
  • RGB: rgb(144, 95, 121)
  • HSL: hsl(328, 21%, 47%)
  • HSV: hsv(328, 34%, 56%)
  • CMYK: 0.00% cyan, 34.00% magenta, 16.00% yellow, 44.00% black
  • XYZ: 19.30, 15.57, 15.15
  • Yxy: 15.57, 0.3858, 0.3113
  • Hunter Lab: 46.40, 23.52, -6.09
  • CIE-Lab: 46.40, 23.52, -6.09

In the XYZ color space, this color is represented as X: 19.30, Y: 15.57, Z: 15.15. The Yxy representation further refines this as Y: 15.57, x: 0.3858, and y: 0.3113.

In the Hunter Lab color space, this color is represented as L: 46.40, a: 23.52, and b: -6.09. Similarly, in the CIE-Lab color space, it is represented as L: 46.40, a: 23.52, and b: -6.09.

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 #905F79

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

Analogous Colors of #905F79

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

Split Complementary Colors of #905F79

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

Tetradic Colors of #905F79

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

Monochromatic Colors of #905F79

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

Complementary Color of #905F79

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

/* Using HEX */
body {
  background-color: #905f79;
}
/* Using RGB */
body {
  background-color: rgb(144, 95, 121);
}
/* Using RGB with opacity */
body {
  background-color: rgba(144, 95, 121, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(328, 21%, 47%);
}
/* Text color */
p {
  color: #905f79;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #905f79;
}
/* Border color */
.box {
  border: 4px solid #905f79;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #905f79;
}
Text Shadow Preview
/* Background with text */
div {
  background: #905f79;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#905F79
On Black Background
#905F79
On White Background
#905F79

HTML Examples of #905F79

<!-- Using HEX -->
<div style="background-color: #905f79; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(144, 95, 121); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(144, 95, 121, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(328, 21%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #905f79;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #905f79; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #905f79; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #905f79;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #905f79; color: #fff; padding: 16px; border-radius: 8px;">
  #905F79
</div>
#905F79
On Black Background
#905F79
On White Background
#905F79

Related Colors of #905F79

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