Color: #7F4700

#7F4700 Color Information

#7F4700 is a dark color. The closest websafe version is #7F4700. A complement of this color would be #003780, perceived brightness is 0.31, and the grayscale version is #3F3F3F.

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

In a RGB color space, #7F4700 is composed of 50% red, 28% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 44% magenta, 100% yellow and 50% black.

In the Yxy color space, this color is represented as Y: 9.24, x: 0.5350, and y: 0.4233.

Color Code #7F4700

HEX
#7F4700
RGB
rgb(127, 71, 0)
HSL
hsl(34, 100%, 25%)
HSV
hsv(34, 100%, 50%)
CMYK
0%, 44%, 100%, 50%
XYZ
X: 11.68, Y: 9.24, Z: 0.91
Lab
L: 36.44, a: 21.37, b: 45.94
Name

Shades of Color #7F4700

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

Tints are created by lightening the original color #7F4700 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 #7F4700 Color Code

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

  • HEX: #7F4700
  • RGB: rgb(127, 71, 0)
  • HSL: hsl(34, 100%, 25%)
  • HSV: hsv(34, 100%, 50%)
  • CMYK: 0.00% cyan, 44.00% magenta, 100.00% yellow, 50.00% black
  • XYZ: 11.68, 9.24, 0.91
  • Yxy: 9.24, 0.5350, 0.4233
  • Hunter Lab: 36.44, 21.37, 45.94
  • CIE-Lab: 36.44, 21.37, 45.94

In the XYZ color space, this color is represented as X: 11.68, Y: 9.24, Z: 0.91. The Yxy representation further refines this as Y: 9.24, x: 0.5350, and y: 0.4233.

In the Hunter Lab color space, this color is represented as L: 36.44, a: 21.37, and b: 45.94. Similarly, in the CIE-Lab color space, it is represented as L: 36.44, a: 21.37, and b: 45.94.

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

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

Analogous Colors of #7F4700

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

Monochromatic Colors of #7F4700

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

Complementary Color of #7F4700

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

/* Using HEX */
body {
  background-color: #7f4700;
}
/* Using RGB */
body {
  background-color: rgb(127, 71, 0);
}
/* Using RGB with opacity */
body {
  background-color: rgba(127, 71, 0, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(34, 100%, 25%);
}
/* Text color */
p {
  color: #7f4700;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #7f4700;
}

HTML Examples of #7F4700

<!-- Using HEX -->
<div style="background-color: #7f4700; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(127, 71, 0); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(127, 71, 0, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(34, 100%, 25%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #7f4700;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #7f4700; width: 100px; height: 100px;"></div>

Related Colors of #7F4700

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