In the RGB color space, #7F7C38 is composed of 49.8039% red, 48.6275% green, and 21.9608% blue.
In the CMYK color space, #7F7C38 is composed of 0% cyan, 2.35% magenta, 55.9% yellow, and 50.2% black,
It has a hue angle of 57.5 degrees, a saturation of 38.8%, and a lightness of 35.88%.
The closest websafe color is #666633.
The hexadecimal color #7F7C38 has RGB values of R:127, G:124, B:56 and CMYK values of C:0, M:2.35, Y:55.9, K:50.2. It has a decimal value of 8354872.
Hexadecimal | #7F7C38 | #7F7C38 |
RGB Decimal | 127, 124, 56 | rgb(127, 124, 56) |
RGB Percent | 49.8039, 48.6275, 21.9608 | rgb(49.8039%, 48.6275%, 21.9608%) |
RGB Proportion | 0.498, 0.4863, 0.2196 | rgb(0.498, 0.4863, 0.2196) |
CMYK | 0, 2.35, 55.9, 50.2 | |
HSL | 57.5ยบ, 38.8, 35.88 | hsl(57.5, 38.8%, 35.88%) |
Websafe | 666633 | #666633 |
XYZ | 16.673, 19.214, 6.571 | |
Yxy | 19.214, 0.393, 0.453 | |
CIE-LAB | 50.937, -8.625, 36.959 | |
CIE-LCH | 50.937, 37.952, 103.136 | |
CIE-LUV | 50.937, 5.047, 42.648 | |
Hunter-Lab | 43.834, -8.813, 21.796 |
Colors that go well with #7F7C38.
Common HTML and CSS shortcodes for #7F7C38.
<div style="color: #7F7C38;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #7F7C38;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #7F7C38;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #7F7C38 to transparent.
<div style="background: linear-gradient(#7F7C38, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #7F7C38 to transparent.
<div style="background: radial-gradient(#7F7C38, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #7F7C38 to #8083C7.
<div style="background: linear-gradient(#7F7C38, #8083C7);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #7F7C38 to #8083C7.
<div style="background: radial-gradient(#7F7C38, #8083C7);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #7F7C38; }
.background { background-color: #7F7C38; }
.border { border: 1px solid #7F7C38; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #020201 while the lightest tint is #FDFDFC.