COLOR #7C7148

HEX: #7C7148 RGB: (124,113,72)

Color info

#7C7148 contains red, green and blue colors in about the same proportion. Web safe color of #7C7148 is #666633 (or #663).

RGB color model

#7C7148 color RGB value is (124,113,72).

RGB: (124,113,72) (49%, 44%, 28%)

RGB channels and saturation

R 124 of 255 = 49%
G 113 of 255 = 44%
B 72 of 255 = 28%

124
113
72

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

Portions of RGB colors in percentages

R + G + B = 124 + 113 + 72 = 309 (100%)
R 124 of 309 ~ 40.13%
G 113 of 309 ~ 36.57%
B 72 of 309 ~ 23.3'%

%40.13
%36.57
%23.3

CMYK color model

#7C7148 color CMYK value is (0,9,42,51).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 41.94%
  • key color value is 51.37%

CMYK: (0,9,42,51)
C0M9Y42K51 (0%, 9%, 42%, 51%)
(0.00 / 0.09 / 0.42 / 0.51)

CMYK percentages

%0
%8.87
%41.94
%51.37

Codes

Color #7C7148 in popluar color models

7C 71 48
RGB 124 113 72
HSL 47° 26.53% 38.43%
HSB/HSV 47° 41.94% 48.63%
CMYK 0.00% 8.87% 41.94%
51.37%

Color #7C7148 in popluar number systems.

HEX 7C 71 48
Decimal 124 113 72
Binary 1111100 1110001 1001000
Octal 174 161 110

Shades and tints

Shades of #7C7148

#7C7148
(124,113,72)
#716742
(113,103,66)
#665D3C
(102,93,60)
#5B5336
(91,83,54)
#504930
(80,73,48)
#453F2A
(69,63,42)
#3A3524
(58,53,36)
#2F2B1E
(47,43,30)
#242118
(36,33,24)
#191712
(25,23,18)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #7C7148

#7C7148
(124,113,72)
#877D58
(135,125,88)
#928968
(146,137,104)
#9D9578
(157,149,120)
#A8A188
(168,161,136)
#B3AD98
(179,173,152)
#BEB9A8
(190,185,168)
#C9C5B8
(201,197,184)
#D4D1C8
(212,209,200)
#DFDDD8
(223,221,216)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7148 color. Also use rgb(124,113,72) instead hex code.

Text Font Color

.myTextColor { color: #7C7148; }

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

This text font color is #7C7148.

Background Color

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

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

This div background color is #7C7148.

Border color

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

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

This div border color is #7C7148.

Opacity

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

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

Text with #7C7148 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 #7C7148;}

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

This text has shadow with #7C7148 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7148.

Preview

Color preview on black background

This text has color #7C7148 on black background.


Color preview on white background

This text has color #7C7148 on white background.


Black color preview on #7C7148 background

This text has black color on #7C7148 background.


White color preview on #7C7148 background

This text has white color on #7C7148 background.


Related colors

Complementary color

Complementary color for #hex is #838EB7.


I love getcolorcode.com

Triadic colors

1 #487C71 and #71487C with #7C7148 are triadic colors.

2 #48717C and #717C48 with #7C7148 are triadic colors.