COLOR #7C7644

HEX: #7C7644 RGB: (124,118,68)

Color info

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

RGB color model

#7C7644 color RGB value is (124,118,68).

RGB: (124,118,68) (49%, 46%, 27%)

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 68 of 255 = 27%

124
118
68

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

Portions of RGB colors in percentages

R + G + B = 124 + 118 + 68 = 310 (100%)
R 124 of 310 ~ 40%
G 118 of 310 ~ 38.06%
B 68 of 310 ~ 21.94'%

%40
%38.06
%21.94

CMYK color model

#7C7644 color CMYK value is (0,5,45,51).

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 45.16%
  • key color value is 51.37%

CMYK: (0,5,45,51)
C0M5Y45K51 (0%, 5%, 45%, 51%)
(0.00 / 0.05 / 0.45 / 0.51)

CMYK percentages

%0
%4.84
%45.16
%51.37

Codes

Color #7C7644 in popluar color models

7C 76 44
RGB 124 118 68
HSL 54° 29.17% 37.65%
HSB/HSV 54° 45.16% 48.63%
CMYK 0.00% 4.84% 45.16%
51.37%

Color #7C7644 in popluar number systems.

HEX 7C 76 44
Decimal 124 118 68
Binary 1111100 1110110 1000100
Octal 174 166 104

Shades and tints

Shades of #7C7644

#7C7644
(124,118,68)
#716C3E
(113,108,62)
#666238
(102,98,56)
#5B5832
(91,88,50)
#504E2C
(80,78,44)
#454426
(69,68,38)
#3A3A20
(58,58,32)
#2F301A
(47,48,26)
#242614
(36,38,20)
#191C0E
(25,28,14)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #7C7644

#7C7644
(124,118,68)
#878255
(135,130,85)
#928E66
(146,142,102)
#9D9A77
(157,154,119)
#A8A688
(168,166,136)
#B3B299
(179,178,153)
#BEBEAA
(190,190,170)
#C9CABB
(201,202,187)
#D4D6CC
(212,214,204)
#DFE2DD
(223,226,221)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7644 color. Also use rgb(124,118,68) instead hex code.

Text Font Color

.myTextColor { color: #7C7644; }

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

This text font color is #7C7644.

Background Color

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

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

This div background color is #7C7644.

Border color

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

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

This div border color is #7C7644.

Opacity

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

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

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

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

This text has shadow with #7C7644 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7644.

Preview

Color preview on black background

This text has color #7C7644 on black background.


Color preview on white background

This text has color #7C7644 on white background.


Black color preview on #7C7644 background

This text has black color on #7C7644 background.


White color preview on #7C7644 background

This text has white color on #7C7644 background.


Related colors

Complementary color

Complementary color for #hex is #8389BB.


I love getcolorcode.com

Triadic colors

1 #447C76 and #76447C with #7C7644 are triadic colors.

2 #44767C and #767C44 with #7C7644 are triadic colors.