COLOR #7C6E2C

HEX: #7C6E2C RGB: (124,110,44)

Color info

#7C6E2C contains mainly red and green colors. Web safe color of #7C6E2C is #666633 (or #663).

RGB color model

#7C6E2C color RGB value is (124,110,44).

RGB: (124,110,44) (49%, 43%, 17%)

RGB channels and saturation

R 124 of 255 = 49%
G 110 of 255 = 43%
B 44 of 255 = 17%

124
110
44

R + G + B ~ 36%. #7C6E2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 110 + 44 = 278 (100%)
R 124 of 278 ~ 44.6%
G 110 of 278 ~ 39.57%
B 44 of 278 ~ 15.83'%

%44.6
%39.57
%15.83

CMYK color model

#7C6E2C color CMYK value is (0,11,65,51).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 64.52%
  • key color value is 51.37%

CMYK: (0,11,65,51)
C0M11Y65K51 (0%, 11%, 65%, 51%)
(0.00 / 0.11 / 0.65 / 0.51)

CMYK percentages

%0
%11.29
%64.52
%51.37

Codes

Color #7C6E2C in popluar color models

7C 6E 2C
RGB 124 110 44
HSL 50° 47.62% 32.94%
HSB/HSV 50° 64.52% 48.63%
CMYK 0.00% 11.29% 64.52%
51.37%

Color #7C6E2C in popluar number systems.

HEX 7C 6E 2C
Decimal 124 110 44
Binary 1111100 1101110 101100
Octal 174 156 54

Shades and tints

Shades of #7C6E2C

#7C6E2C
(124,110,44)
#716428
(113,100,40)
#665A24
(102,90,36)
#5B5020
(91,80,32)
#50461C
(80,70,28)
#453C18
(69,60,24)
#3A3214
(58,50,20)
#2F2810
(47,40,16)
#241E0C
(36,30,12)
#191408
(25,20,8)
#0E0A04
(14,10,4)
#000000
(0,0,0)

Tints of #7C6E2C

#7C6E2C
(124,110,44)
#877B3F
(135,123,63)
#928852
(146,136,82)
#9D9565
(157,149,101)
#A8A278
(168,162,120)
#B3AF8B
(179,175,139)
#BEBC9E
(190,188,158)
#C9C9B1
(201,201,177)
#D4D6C4
(212,214,196)
#DFE3D7
(223,227,215)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6E2C color. Also use rgb(124,110,44) instead hex code.

Text Font Color

.myTextColor { color: #7C6E2C; }

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

This text font color is #7C6E2C.

Background Color

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

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

This div background color is #7C6E2C.

Border color

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

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

This div border color is #7C6E2C.

Opacity

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

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

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

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

This text has shadow with #7C6E2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6E2C.

Preview

Color preview on black background

This text has color #7C6E2C on black background.


Color preview on white background

This text has color #7C6E2C on white background.


Black color preview on #7C6E2C background

This text has black color on #7C6E2C background.


White color preview on #7C6E2C background

This text has white color on #7C6E2C background.


Related colors

Complementary color

Complementary color for #hex is #8391D3.


I love getcolorcode.com

Triadic colors

1 #2C7C6E and #6E2C7C with #7C6E2C are triadic colors.

2 #2C6E7C and #6E7C2C with #7C6E2C are triadic colors.