COLOR #7C6F40

HEX: #7C6F40 RGB: (124,111,64)

Color info

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

RGB color model

#7C6F40 color RGB value is (124,111,64).

RGB: (124,111,64) (49%, 44%, 25%)

RGB channels and saturation

R 124 of 255 = 49%
G 111 of 255 = 44%
B 64 of 255 = 25%

124
111
64

R + G + B ~ 39%. #7C6F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 111 + 64 = 299 (100%)
R 124 of 299 ~ 41.47%
G 111 of 299 ~ 37.12%
B 64 of 299 ~ 21.4'%

%41.47
%37.12
%21.4

CMYK color model

#7C6F40 color CMYK value is (0,10,48,51).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 48.39%
  • key color value is 51.37%

CMYK: (0,10,48,51)
C0M10Y48K51 (0%, 10%, 48%, 51%)
(0.00 / 0.10 / 0.48 / 0.51)

CMYK percentages

%0
%10.48
%48.39
%51.37

Codes

Color #7C6F40 in popluar color models

7C 6F 40
RGB 124 111 64
HSL 47° 31.91% 36.86%
HSB/HSV 47° 48.39% 48.63%
CMYK 0.00% 10.48% 48.39%
51.37%

Color #7C6F40 in popluar number systems.

HEX 7C 6F 40
Decimal 124 111 64
Binary 1111100 1101111 1000000
Octal 174 157 100

Shades and tints

Shades of #7C6F40

#7C6F40
(124,111,64)
#71653B
(113,101,59)
#665B36
(102,91,54)
#5B5131
(91,81,49)
#50472C
(80,71,44)
#453D27
(69,61,39)
#3A3322
(58,51,34)
#2F291D
(47,41,29)
#241F18
(36,31,24)
#191513
(25,21,19)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #7C6F40

#7C6F40
(124,111,64)
#877C51
(135,124,81)
#928962
(146,137,98)
#9D9673
(157,150,115)
#A8A384
(168,163,132)
#B3B095
(179,176,149)
#BEBDA6
(190,189,166)
#C9CAB7
(201,202,183)
#D4D7C8
(212,215,200)
#DFE4D9
(223,228,217)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6F40 color. Also use rgb(124,111,64) instead hex code.

Text Font Color

.myTextColor { color: #7C6F40; }

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

This text font color is #7C6F40.

Background Color

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

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

This div background color is #7C6F40.

Border color

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

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

This div border color is #7C6F40.

Opacity

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

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

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

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

This text has shadow with #7C6F40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6F40.

Preview

Color preview on black background

This text has color #7C6F40 on black background.


Color preview on white background

This text has color #7C6F40 on white background.


Black color preview on #7C6F40 background

This text has black color on #7C6F40 background.


White color preview on #7C6F40 background

This text has white color on #7C6F40 background.


Related colors

Complementary color

Complementary color for #hex is #8390BF.


I love getcolorcode.com

Triadic colors

1 #407C6F and #6F407C with #7C6F40 are triadic colors.

2 #406F7C and #6F7C40 with #7C6F40 are triadic colors.