Color: #786A2B

#786A2B Color Information

#786A2B is a dark color. The closest websafe version is #786A2B. A complement of this color would be #2B3978, perceived brightness is 0.40, and the grayscale version is #515151.

In the HSL color space, this color has a hue angle of 49°,a saturation of 47%, and a lightness of 32%.The HSV representation shows a hue of 49°, a saturation of 64%, and a value of 47%.

In a RGB color space, #786A2B is composed of 47% red, 42% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 64% yellow and 53% black.

In the Yxy color space, this color is represented as Y: 14.66, x: 0.4384, and y: 0.4561.

Color Code #786A2B

#786A2Brgb(120, 106, 43)
HEX
#786A2B
RGB
rgb(120, 106, 43)
HSL
hsl(49, 47%, 32%)
HSV
hsv(49, 64%, 47%)
CMYK
0%, 12%, 64%, 53%
XYZ
X: 14.09, Y: 14.66, Z: 3.39
Lab
L: 45.16, a: -0.30, b: 36.47
Name

Shades of Color #786A2B

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

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

#786A2Brgb(120, 106, 43)

About #786A2B Color Code

In the HSL color space, this color has a hue angle of 49°, a saturation of 47%, and a lightness of 32%. The HSV representation shows a hue of 49°, a saturation of 64%, and a value of 47%.

  • HEX: #786A2B
  • RGB: rgb(120, 106, 43)
  • HSL: hsl(49, 47%, 32%)
  • HSV: hsv(49, 64%, 47%)
  • CMYK: 0.00% cyan, 12.00% magenta, 64.00% yellow, 53.00% black
  • XYZ: 14.09, 14.66, 3.39
  • Yxy: 14.66, 0.4384, 0.4561
  • Hunter Lab: 45.16, -0.30, 36.47
  • CIE-Lab: 45.16, -0.30, 36.47

In the XYZ color space, this color is represented as X: 14.09, Y: 14.66, Z: 3.39. The Yxy representation further refines this as Y: 14.66, x: 0.4384, and y: 0.4561.

In the Hunter Lab color space, this color is represented as L: 45.16, a: -0.30, and b: 36.47. Similarly, in the CIE-Lab color space, it is represented as L: 45.16, a: -0.30, and b: 36.47.

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 #786A2B

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

Analogous Colors of #786A2B

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

Split Complementary Colors of #786A2B

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

Tetradic Colors of #786A2B

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

Monochromatic Colors of #786A2B

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

Complementary Color of #786A2B

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

/* Using HEX */
body {
  background-color: #786a2b;
}
/* Using RGB */
body {
  background-color: rgb(120, 106, 43);
}
/* Using RGB with opacity */
body {
  background-color: rgba(120, 106, 43, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(49, 47%, 32%);
}
/* Text color */
p {
  color: #786a2b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #786a2b;
}
/* Border color */
.box {
  border: 4px solid #786a2b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #786a2b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #786a2b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#786A2B
On Black Background
#786A2B
On White Background
#786A2B

HTML Examples of #786A2B

<!-- Using HEX -->
<div style="background-color: #786a2b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(120, 106, 43); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(120, 106, 43, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(49, 47%, 32%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #786a2b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #786a2b; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #786a2b; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #786a2b;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #786a2b; color: #fff; padding: 16px; border-radius: 8px;">
  #786A2B
</div>
#786A2B
On Black Background
#786A2B
On White Background
#786A2B

Related Colors of #786A2B

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