In the RGB color space, #7D7455 is composed of 49.0196% red, 45.4902% green, and 33.3333% blue.
In the CMYK color space, #7D7455 is composed of 0% cyan, 7.2% magenta, 32.01% yellow, and 50.98% black,
It has a hue angle of 46.5 degrees, a saturation of 19.05%, and a lightness of 41.17%.
The closest websafe color is #666666.
The hexadecimal color #7D7455 has RGB values of R:125, G:116, B:85 and CMYK values of C:0, M:7.2, Y:32.01, K:50.98. It has a decimal value of 8221781.
Hexadecimal | #7D7455 | #7D7455 |
RGB Decimal | 125, 116, 85 | rgb(125, 116, 85) |
RGB Percent | 49.0196, 45.4902, 33.3333 | rgb(49.0196%, 45.4902%, 33.3333%) |
RGB Proportion | 0.4902, 0.4549, 0.3333 | rgb(0.4902, 0.4549, 0.3333) |
CMYK | 0, 7.2, 32.01, 50.98 | |
HSL | 46.5ยบ, 19.05, 41.17 | hsl(46.5, 19.05%, 41.17%) |
Websafe | 666666 | #666666 |
XYZ | 16.342, 17.506, 11.11 | |
Yxy | 17.506, 0.363, 0.389 | |
CIE-LAB | 48.891, -1.674, 18.424 | |
CIE-LCH | 48.891, 18.5, 95.192 | |
CIE-LUV | 48.891, 7.307, 23.021 | |
Hunter-Lab | 41.84, -3.501, 13.545 |
Colors that go well with #7D7455.
Common HTML and CSS shortcodes for #7D7455.
<div style="color: #7D7455;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #7D7455;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #7D7455;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #7D7455 to transparent.
<div style="background: linear-gradient(#7D7455, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #7D7455 to transparent.
<div style="background: radial-gradient(#7D7455, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #7D7455 to #828BAA.
<div style="background: linear-gradient(#7D7455, #828BAA);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #7D7455 to #828BAA.
<div style="background: radial-gradient(#7D7455, #828BAA);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #7D7455; }
.background { background-color: #7D7455; }
.border { border: 1px solid #7D7455; }
.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 #020202 while the lightest tint is #FDFCFC.