Color: #D77766

#D77766 Color Information

#D77766 is a light color. The closest websafe version is #D77766. A complement of this color would be #65C6D7, perceived brightness is 0.57, and the grayscale version is #9F9F9F.

In the HSL color space, this color has a hue angle of 9°,a saturation of 59%, and a lightness of 62%.The HSV representation shows a hue of 9°, a saturation of 53%, and a value of 84%.

In a RGB color space, #D77766 is composed of 84% red, 47% green and 40% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 45% magenta, 53% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 29.15, x: 0.4829, and y: 0.3643.

Color Code #D77766

#D77766rgb(215, 119, 102)
HEX
#D77766
RGB
rgb(215, 119, 102)
HSL
hsl(9, 59%, 62%)
HSV
hsv(9, 53%, 84%)
CMYK
0%, 45%, 53%, 16%
XYZ
X: 38.64, Y: 29.15, Z: 12.23
Lab
L: 60.91, a: 37.10, b: 26.78
Name

Shades of Color #D77766

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

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

#D77766rgb(215, 119, 102)

About #D77766 Color Code

In the HSL color space, this color has a hue angle of 9°, a saturation of 59%, and a lightness of 62%. The HSV representation shows a hue of 9°, a saturation of 53%, and a value of 84%.

  • HEX: #D77766
  • RGB: rgb(215, 119, 102)
  • HSL: hsl(9, 59%, 62%)
  • HSV: hsv(9, 53%, 84%)
  • CMYK: 0.00% cyan, 45.00% magenta, 53.00% yellow, 16.00% black
  • XYZ: 38.64, 29.15, 12.23
  • Yxy: 29.15, 0.4829, 0.3643
  • Hunter Lab: 60.91, 37.10, 26.78
  • CIE-Lab: 60.91, 37.10, 26.78

In the XYZ color space, this color is represented as X: 38.64, Y: 29.15, Z: 12.23. The Yxy representation further refines this as Y: 29.15, x: 0.4829, and y: 0.3643.

In the Hunter Lab color space, this color is represented as L: 60.91, a: 37.10, and b: 26.78. Similarly, in the CIE-Lab color space, it is represented as L: 60.91, a: 37.10, and b: 26.78.

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

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

Analogous Colors of #D77766

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

Split Complementary Colors of #D77766

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

Tetradic Colors of #D77766

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

Monochromatic Colors of #D77766

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

Complementary Color of #D77766

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

/* Using HEX */
body {
  background-color: #d77766;
}
/* Using RGB */
body {
  background-color: rgb(215, 119, 102);
}
/* Using RGB with opacity */
body {
  background-color: rgba(215, 119, 102, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(9, 59%, 62%);
}
/* Text color */
p {
  color: #d77766;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d77766;
}
/* Border color */
.box {
  border: 4px solid #d77766;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d77766;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d77766;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D77766
On Black Background
#D77766
On White Background
#D77766

HTML Examples of #D77766

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

Related Colors of #D77766

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