Color: #80772A

#80772A Color Information

#80772A is a dark color. The closest websafe version is #80772A. A complement of this color would be #29327F, perceived brightness is 0.44, and the grayscale version is #555555.

In the HSL color space, this color has a hue angle of 54°,a saturation of 51%, and a lightness of 33%.The HSV representation shows a hue of 54°, a saturation of 67%, and a value of 50%.

In a RGB color space, #80772A is composed of 50% red, 47% green and 16% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 67% yellow and 50% black.

In the Yxy color space, this color is represented as Y: 18.17, x: 0.4346, and y: 0.4687.

Color Code #80772A

#80772Argb(128, 119, 42)
HEX
#80772A
RGB
rgb(128, 119, 42)
HSL
hsl(54, 51%, 33%)
HSV
hsv(54, 67%, 50%)
CMYK
0%, 7%, 67%, 50%
XYZ
X: 16.85, Y: 18.17, Z: 3.75
Lab
L: 49.70, a: -3.66, b: 41.93
Name

Shades of Color #80772A

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

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

#80772Argb(128, 119, 42)

About #80772A Color Code

In the HSL color space, this color has a hue angle of 54°, a saturation of 51%, and a lightness of 33%. The HSV representation shows a hue of 54°, a saturation of 67%, and a value of 50%.

  • HEX: #80772A
  • RGB: rgb(128, 119, 42)
  • HSL: hsl(54, 51%, 33%)
  • HSV: hsv(54, 67%, 50%)
  • CMYK: 0.00% cyan, 7.00% magenta, 67.00% yellow, 50.00% black
  • XYZ: 16.85, 18.17, 3.75
  • Yxy: 18.17, 0.4346, 0.4687
  • Hunter Lab: 49.70, -3.66, 41.93
  • CIE-Lab: 49.70, -3.66, 41.93

In the XYZ color space, this color is represented as X: 16.85, Y: 18.17, Z: 3.75. The Yxy representation further refines this as Y: 18.17, x: 0.4346, and y: 0.4687.

In the Hunter Lab color space, this color is represented as L: 49.70, a: -3.66, and b: 41.93. Similarly, in the CIE-Lab color space, it is represented as L: 49.70, a: -3.66, and b: 41.93.

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 #80772A

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

Analogous Colors of #80772A

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

Split Complementary Colors of #80772A

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

Tetradic Colors of #80772A

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

Monochromatic Colors of #80772A

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

Complementary Color of #80772A

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

/* Using HEX */
body {
  background-color: #80772a;
}
/* Using RGB */
body {
  background-color: rgb(128, 119, 42);
}
/* Using RGB with opacity */
body {
  background-color: rgba(128, 119, 42, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(54, 51%, 33%);
}
/* Text color */
p {
  color: #80772a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #80772a;
}
/* Border color */
.box {
  border: 4px solid #80772a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #80772a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #80772a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#80772A
On Black Background
#80772A
On White Background
#80772A

HTML Examples of #80772A

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

Related Colors of #80772A

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