COLOR #7C644E

HEX: #7C644E RGB: (124,100,78)

Color info

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

RGB color model

#7C644E color RGB value is (124,100,78).

RGB: (124,100,78) (49%, 39%, 31%)

RGB channels and saturation

R 124 of 255 = 49%
G 100 of 255 = 39%
B 78 of 255 = 31%

124
100
78

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

Portions of RGB colors in percentages

R + G + B = 124 + 100 + 78 = 302 (100%)
R 124 of 302 ~ 41.06%
G 100 of 302 ~ 33.11%
B 78 of 302 ~ 25.83'%

%41.06
%33.11
%25.83

CMYK color model

#7C644E color CMYK value is (0,19,37,51).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 37.10%
  • key color value is 51.37%

CMYK: (0,19,37,51)
C0M19Y37K51 (0%, 19%, 37%, 51%)
(0.00 / 0.19 / 0.37 / 0.51)

CMYK percentages

%0
%19.35
%37.1
%51.37

Codes

Color #7C644E in popluar color models

7C 64 4E
RGB 124 100 78
HSL 29° 22.77% 39.61%
HSB/HSV 29° 37.10% 48.63%
CMYK 0.00% 19.35% 37.10%
51.37%

Color #7C644E in popluar number systems.

HEX 7C 64 4E
Decimal 124 100 78
Binary 1111100 1100100 1001110
Octal 174 144 116

Shades and tints

Shades of #7C644E

#7C644E
(124,100,78)
#715B47
(113,91,71)
#665240
(102,82,64)
#5B4939
(91,73,57)
#504032
(80,64,50)
#45372B
(69,55,43)
#3A2E24
(58,46,36)
#2F251D
(47,37,29)
#241C16
(36,28,22)
#19130F
(25,19,15)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #7C644E

#7C644E
(124,100,78)
#87725E
(135,114,94)
#92806E
(146,128,110)
#9D8E7E
(157,142,126)
#A89C8E
(168,156,142)
#B3AA9E
(179,170,158)
#BEB8AE
(190,184,174)
#C9C6BE
(201,198,190)
#D4D4CE
(212,212,206)
#DFE2DE
(223,226,222)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C644E color. Also use rgb(124,100,78) instead hex code.

Text Font Color

.myTextColor { color: #7C644E; }

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

This text font color is #7C644E.

Background Color

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

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

This div background color is #7C644E.

Border color

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

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

This div border color is #7C644E.

Opacity

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

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

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

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

This text has shadow with #7C644E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C644E.

Preview

Color preview on black background

This text has color #7C644E on black background.


Color preview on white background

This text has color #7C644E on white background.


Black color preview on #7C644E background

This text has black color on #7C644E background.


White color preview on #7C644E background

This text has white color on #7C644E background.


Related colors

Complementary color

Complementary color for #hex is #839BB1.


I love getcolorcode.com

Triadic colors

1 #4E7C64 and #644E7C with #7C644E are triadic colors.

2 #4E647C and #647C4E with #7C644E are triadic colors.