COLOR #7D7452

HEX: #7D7452 RGB: (125,116,82)

Color info

#7D7452 contains red, green and blue colors in about the same proportion. Web safe color of #7D7452 is #666666 (or #666).

RGB color model

#7D7452 color RGB value is (125,116,82).

RGB: (125,116,82) (49%, 45%, 32%)

RGB channels and saturation

R 125 of 255 = 49%
G 116 of 255 = 45%
B 82 of 255 = 32%

125
116
82

R + G + B ~ 42%. #7D7452 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 125 + 116 + 82 = 323 (100%)
R 125 of 323 ~ 38.7%
G 116 of 323 ~ 35.91%
B 82 of 323 ~ 25.39'%

%38.7
%35.91
%25.39

CMYK color model

#7D7452 color CMYK value is (0,7,34,51).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 34.40%
  • key color value is 50.98%

CMYK: (0,7,34,51)
C0M7Y34K51 (0%, 7%, 34%, 51%)
(0.00 / 0.07 / 0.34 / 0.51)

CMYK percentages

%0
%7.2
%34.4
%50.98

Codes

Color #7D7452 in popluar color models

7D 74 52
RGB 125 116 82
HSL 47° 20.77% 40.59%
HSB/HSV 47° 34.40% 49.02%
CMYK 0.00% 7.20% 34.40%
50.98%

Color #7D7452 in popluar number systems.

HEX 7D 74 52
Decimal 125 116 82
Binary 1111101 1110100 1010010
Octal 175 164 122

Shades and tints

Shades of #7D7452

#7D7452
(125,116,82)
#726A4B
(114,106,75)
#676044
(103,96,68)
#5C563D
(92,86,61)
#514C36
(81,76,54)
#46422F
(70,66,47)
#3B3828
(59,56,40)
#302E21
(48,46,33)
#25241A
(37,36,26)
#1A1A13
(26,26,19)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #7D7452

#7D7452
(125,116,82)
#888061
(136,128,97)
#938C70
(147,140,112)
#9E987F
(158,152,127)
#A9A48E
(169,164,142)
#B4B09D
(180,176,157)
#BFBCAC
(191,188,172)
#CAC8BB
(202,200,187)
#D5D4CA
(213,212,202)
#E0E0D9
(224,224,217)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7452 color. Also use rgb(125,116,82) instead hex code.

Text Font Color

.myTextColor { color: #7D7452; }

<p style="color:#7D7452">This sample text font color is #7D7452.</p>

This text font color is #7D7452.

Background Color

.myBgColor { background-color: #7D7452; }

<div style="background-color:#7D7452">Inner text</div>

This div background color is #7D7452.

Border color

.myBorderColor { border: 1px solid #7D7452; }

<div style="border:3px solid #7D7452">Div</div>

This div border color is #7D7452.

Opacity

.myOpacity80 { color: #7D7452; opacity: 0.8; }

<p style="color:#7D7452;opacity:0.8;">80%</p>

Text with #7D7452 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7D7452;}

<p style="text-shadow: 3px 3px 1px #7D7452">Text here.</p>

This text has shadow with #7D7452 color.


.textShadow {text-shadow: 3px 3px 1px #7D7452', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7D7452, 5px 5px 20px red">Text here.</p>

This text has shadow with #7D7452 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D7452, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7D7452, Direction=45, Strength=4)">Text</p>

This text has shadow with #7D7452 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D7452;
-webkit-box-shadow: 1px 1px 3px 2px #7D7452;
box-shadow: 1px 1px 3px 2px #7D7452;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D7452; -webkit-box-shadow: 1px 1px 3px 2px #7D7452; box-shadow:1px 1px 3px 2px #7D7452;">
Div content here
</div>

This div box has shadow with color #7D7452.

Preview

Color preview on black background

This text has color #7D7452 on black background.


Color preview on white background

This text has color #7D7452 on white background.


Black color preview on #7D7452 background

This text has black color on #7D7452 background.


White color preview on #7D7452 background

This text has white color on #7D7452 background.


Related colors

Complementary color

Complementary color for #hex is #828BAD.


I love getcolorcode.com

Triadic colors

1 #527D74 and #74527D with #7D7452 are triadic colors.

2 #52747D and #747D52 with #7D7452 are triadic colors.