COLOR #7C6639

HEX: #7C6639 RGB: (124,102,57)

Color info

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

RGB color model

#7C6639 color RGB value is (124,102,57).

RGB: (124,102,57) (49%, 40%, 22%)

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 57 of 255 = 22%

124
102
57

R + G + B ~ 37%. #7C6639 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 102 + 57 = 283 (100%)
R 124 of 283 ~ 43.82%
G 102 of 283 ~ 36.04%
B 57 of 283 ~ 20.14'%

%43.82
%36.04
%20.14

CMYK color model

#7C6639 color CMYK value is (0,18,54,51).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 54.03%
  • key color value is 51.37%

CMYK: (0,18,54,51)
C0M18Y54K51 (0%, 18%, 54%, 51%)
(0.00 / 0.18 / 0.54 / 0.51)

CMYK percentages

%0
%17.74
%54.03
%51.37

Codes

Color #7C6639 in popluar color models

7C 66 39
RGB 124 102 57
HSL 40° 37.02% 35.49%
HSB/HSV 40° 54.03% 48.63%
CMYK 0.00% 17.74% 54.03%
51.37%

Color #7C6639 in popluar number systems.

HEX 7C 66 39
Decimal 124 102 57
Binary 1111100 1100110 111001
Octal 174 146 71

Shades and tints

Shades of #7C6639

#7C6639
(124,102,57)
#715D34
(113,93,52)
#66542F
(102,84,47)
#5B4B2A
(91,75,42)
#504225
(80,66,37)
#453920
(69,57,32)
#3A301B
(58,48,27)
#2F2716
(47,39,22)
#241E11
(36,30,17)
#19150C
(25,21,12)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #7C6639

#7C6639
(124,102,57)
#87734B
(135,115,75)
#92805D
(146,128,93)
#9D8D6F
(157,141,111)
#A89A81
(168,154,129)
#B3A793
(179,167,147)
#BEB4A5
(190,180,165)
#C9C1B7
(201,193,183)
#D4CEC9
(212,206,201)
#DFDBDB
(223,219,219)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6639 color. Also use rgb(124,102,57) instead hex code.

Text Font Color

.myTextColor { color: #7C6639; }

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

This text font color is #7C6639.

Background Color

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

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

This div background color is #7C6639.

Border color

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

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

This div border color is #7C6639.

Opacity

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

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

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

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

This text has shadow with #7C6639 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6639.

Preview

Color preview on black background

This text has color #7C6639 on black background.


Color preview on white background

This text has color #7C6639 on white background.


Black color preview on #7C6639 background

This text has black color on #7C6639 background.


White color preview on #7C6639 background

This text has white color on #7C6639 background.


Related colors

Complementary color

Complementary color for #hex is #8399C6.


I love getcolorcode.com

Triadic colors

1 #397C66 and #66397C with #7C6639 are triadic colors.

2 #39667C and #667C39 with #7C6639 are triadic colors.