COLOR #7C7640

HEX: #7C7640 RGB: (124,118,64)

Color info

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

RGB color model

#7C7640 color RGB value is (124,118,64).

RGB: (124,118,64) (49%, 46%, 25%)

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 64 of 255 = 25%

124
118
64

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

Portions of RGB colors in percentages

R + G + B = 124 + 118 + 64 = 306 (100%)
R 124 of 306 ~ 40.52%
G 118 of 306 ~ 38.56%
B 64 of 306 ~ 20.92'%

%40.52
%38.56
%20.92

CMYK color model

#7C7640 color CMYK value is (0,5,48,51).

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

CMYK: (0,5,48,51)
C0M5Y48K51 (0%, 5%, 48%, 51%)
(0.00 / 0.05 / 0.48 / 0.51)

CMYK percentages

%0
%4.84
%48.39
%51.37

Codes

Color #7C7640 in popluar color models

7C 76 40
RGB 124 118 64
HSL 54° 31.91% 36.86%
HSB/HSV 54° 48.39% 48.63%
CMYK 0.00% 4.84% 48.39%
51.37%

Color #7C7640 in popluar number systems.

HEX 7C 76 40
Decimal 124 118 64
Binary 1111100 1110110 1000000
Octal 174 166 100

Shades and tints

Shades of #7C7640

#7C7640
(124,118,64)
#716C3B
(113,108,59)
#666236
(102,98,54)
#5B5831
(91,88,49)
#504E2C
(80,78,44)
#454427
(69,68,39)
#3A3A22
(58,58,34)
#2F301D
(47,48,29)
#242618
(36,38,24)
#191C13
(25,28,19)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #7C7640

#7C7640
(124,118,64)
#878251
(135,130,81)
#928E62
(146,142,98)
#9D9A73
(157,154,115)
#A8A684
(168,166,132)
#B3B295
(179,178,149)
#BEBEA6
(190,190,166)
#C9CAB7
(201,202,183)
#D4D6C8
(212,214,200)
#DFE2D9
(223,226,217)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7640; }

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

This text font color is #7C7640.

Background Color

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

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

This div background color is #7C7640.

Border color

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

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

This div border color is #7C7640.

Opacity

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

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

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

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

This text has shadow with #7C7640 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7640.

Preview

Color preview on black background

This text has color #7C7640 on black background.


Color preview on white background

This text has color #7C7640 on white background.


Black color preview on #7C7640 background

This text has black color on #7C7640 background.


White color preview on #7C7640 background

This text has white color on #7C7640 background.


Related colors

Complementary color

Complementary color for #hex is #8389BF.


I love getcolorcode.com

Triadic colors

1 #407C76 and #76407C with #7C7640 are triadic colors.

2 #40767C and #767C40 with #7C7640 are triadic colors.