Color: #B4778D

#B4778D Color Information

#B4778D is a light color. The closest websafe version is #B4778D. A complement of this color would be #78B59F, perceived brightness is 0.55, and the grayscale version is #969696.

In the HSL color space, this color has a hue angle of 338°,a saturation of 29%, and a lightness of 59%.The HSV representation shows a hue of 338°, a saturation of 100%, and a value of 100%.

In a RGB color space, #B4778D is composed of 71% red, 47% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 22% yellow and 29% black.

In the Yxy color space, this color is represented as Y: 24.99, x: 0.3989, and y: 0.3235.

Color Code #B4778D

HEX
#B4778D
RGB
rgb(180, 119, 141)
HSL
hsl(338, 29%, 59%)
HSV
hsv(338, 34%, 71%)
CMYK
0%, 34%, 22%, 29%
XYZ
X: 30.82, Y: 24.99, Z: 21.45
Lab
L: 57.07, a: 26.90, b: -1.66
Name

Shades of Color #B4778D

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

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

About #B4778D Color Code

In the HSL color space, this color has a hue angle of 338°, a saturation of 29%, and a lightness of 59%. The HSV representation shows a hue of 338°, a saturation of 34%, and a value of 71%.

  • HEX: #B4778D
  • RGB: rgb(180, 119, 141)
  • HSL: hsl(338, 29%, 59%)
  • HSV: hsv(338, 34%, 71%)
  • CMYK: 0.00% cyan, 34.00% magenta, 22.00% yellow, 29.00% black
  • XYZ: 30.82, 24.99, 21.45
  • Yxy: 24.99, 0.3989, 0.3235
  • Hunter Lab: 57.07, 26.90, -1.66
  • CIE-Lab: 57.07, 26.90, -1.66

In the XYZ color space, this color is represented as X: 30.82, Y: 24.99, Z: 21.45. The Yxy representation further refines this as Y: 24.99, x: 0.3989, and y: 0.3235.

In the Hunter Lab color space, this color is represented as L: 57.07, a: 26.90, and b: -1.66. Similarly, in the CIE-Lab color space, it is represented as L: 57.07, a: 26.90, and b: -1.66.

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

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

Analogous Colors of #B4778D

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

Monochromatic Colors of #B4778D

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

Complementary Color of #B4778D

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

/* Using HEX */
body {
  background-color: #b4778d;
}
/* Using RGB */
body {
  background-color: rgb(180, 119, 141);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 119, 141, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(338, 29%, 59%);
}
/* Text color */
p {
  color: #b4778d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b4778d;
}

HTML Examples of #B4778D

<!-- Using HEX -->
<div style="background-color: #b4778d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(180, 119, 141); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(180, 119, 141, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(338, 29%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b4778d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b4778d; width: 100px; height: 100px;"></div>

Related Colors of #B4778D

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