COLOR #7C704F

HEX: #7C704F RGB: (124,112,79)

Color info

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

RGB color model

#7C704F color RGB value is (124,112,79).

RGB: (124,112,79) (49%, 44%, 31%)

RGB channels and saturation

R 124 of 255 = 49%
G 112 of 255 = 44%
B 79 of 255 = 31%

124
112
79

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

Portions of RGB colors in percentages

R + G + B = 124 + 112 + 79 = 315 (100%)
R 124 of 315 ~ 39.37%
G 112 of 315 ~ 35.56%
B 79 of 315 ~ 25.08'%

%39.37
%35.56
%25.08

CMYK color model

#7C704F color CMYK value is (0,10,36,51).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 36.29%
  • key color value is 51.37%
CMYK: (0,10,36,51) C0M10Y36K51 (0%,10%,36%,51%) (0.00/0.10/0.36/0.51) 

CMYK percentages

%0
%9.68
%36.29
%51.37

Codes

Color #7C704F in popluar color models

7C 70 4F
RGB 124 112 79
HSL 44° 22.17% 39.80%
HSB/HSV 44° 36.29% 48.63%
CMYK 0.00% 9.68% 36.29%
51.37%

Color #7C704F in popluar number systems.

HEX 7C 70 4F
Decimal 124 112 79
Binary 1111100 1110000 1001111
Octal 174 160 117

Shades and tints

Shades of #7C704F

#7C704F
(124,112,79)
#716648
(113,102,72)
#665C41
(102,92,65)
#5B523A
(91,82,58)
#504833
(80,72,51)
#453E2C
(69,62,44)
#3A3425
(58,52,37)
#2F2A1E
(47,42,30)
#242017
(36,32,23)
#191610
(25,22,16)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #7C704F

#7C704F
(124,112,79)
#877D5F
(135,125,95)
#928A6F
(146,138,111)
#9D977F
(157,151,127)
#A8A48F
(168,164,143)
#B3B19F
(179,177,159)
#BEBEAF
(190,190,175)
#C9CBBF
(201,203,191)
#D4D8CF
(212,216,207)
#DFE5DF
(223,229,223)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C704F color. Also use rgb(124,112,79) instead hex code.

Text Font Color

.myTextColor { color: #7C704F; }

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

This text font color is #7C704F.

Background Color

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

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

This div background color is #7C704F.

Border color

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

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

This div border color is #7C704F.

Opacity

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

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

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

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

This text has shadow with #7C704F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C704F.

Preview

Color preview on black background

This text has color #7C704F on black background.


Color preview on white background

This text has color #7C704F on white background.


Black color preview on #7C704F background

This text has black color on #7C704F background.


White color preview on #7C704F background

This text has white color on #7C704F background.


Related colors

Complementary color

Complementary color for #hex is #838FB0.


I love getcolorcode.com

Triadic colors

1 #4F7C70 and #704F7C with #7C704F are triadic colors.

2 #4F707C and #707C4F with #7C704F are triadic colors.