COLOR #7C6A4E

HEX: #7C6A4E RGB: (124,106,78)

Color info

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

RGB color model

#7C6A4E color RGB value is (124,106,78).

RGB: (124,106,78) (49%, 42%, 31%)

RGB channels and saturation

R 124 of 255 = 49%
G 106 of 255 = 42%
B 78 of 255 = 31%

124
106
78

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

Portions of RGB colors in percentages

R + G + B = 124 + 106 + 78 = 308 (100%)
R 124 of 308 ~ 40.26%
G 106 of 308 ~ 34.42%
B 78 of 308 ~ 25.32'%

%40.26
%34.42
%25.32

CMYK color model

#7C6A4E color CMYK value is (0,15,37,51).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 37.10%
  • key color value is 51.37%
CMYK: (0,15,37,51) C0M15Y37K51 (0%,15%,37%,51%) (0.00/0.15/0.37/0.51) 

CMYK percentages

%0
%14.52
%37.1
%51.37

Codes

Color #7C6A4E in popluar color models

7C 6A 4E
RGB 124 106 78
HSL 37° 22.77% 39.61%
HSB/HSV 37° 37.10% 48.63%
CMYK 0.00% 14.52% 37.10%
51.37%

Color #7C6A4E in popluar number systems.

HEX 7C 6A 4E
Decimal 124 106 78
Binary 1111100 1101010 1001110
Octal 174 152 116

Shades and tints

Shades of #7C6A4E

#7C6A4E
(124,106,78)
#716147
(113,97,71)
#665840
(102,88,64)
#5B4F39
(91,79,57)
#504632
(80,70,50)
#453D2B
(69,61,43)
#3A3424
(58,52,36)
#2F2B1D
(47,43,29)
#242216
(36,34,22)
#19190F
(25,25,15)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #7C6A4E

#7C6A4E
(124,106,78)
#87775E
(135,119,94)
#92846E
(146,132,110)
#9D917E
(157,145,126)
#A89E8E
(168,158,142)
#B3AB9E
(179,171,158)
#BEB8AE
(190,184,174)
#C9C5BE
(201,197,190)
#D4D2CE
(212,210,206)
#DFDFDE
(223,223,222)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6A4E; }

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

This text font color is #7C6A4E.

Background Color

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

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

This div background color is #7C6A4E.

Border color

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

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

This div border color is #7C6A4E.

Opacity

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

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

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

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

This text has shadow with #7C6A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6A4E.

Preview

Color preview on black background

This text has color #7C6A4E on black background.


Color preview on white background

This text has color #7C6A4E on white background.


Black color preview on #7C6A4E background

This text has black color on #7C6A4E background.


White color preview on #7C6A4E background

This text has white color on #7C6A4E background.


Related colors

Complementary color

Complementary color for #hex is #8395B1.


I love getcolorcode.com

Triadic colors

1 #4E7C6A and #6A4E7C with #7C6A4E are triadic colors.

2 #4E6A7C and #6A7C4E with #7C6A4E are triadic colors.