COLOR #7C705E

HEX: #7C705E
RGB: (124,112,94)

Color info

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

RGB color model

#7C705E color RGB value is (124,112,94).

  • red value is 124;
  • green value is 112;
  • blue value is 94.
RGB:
(124,112,94)
(49%,44%,37%)

RGB channels and saturation

R 124 of 255 = 49%
G 112 of 255 = 44%
B 94 of 255 = 37%

124
112
94

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

Portions of RGB colors in percentages

R + G + B =
124 + 112 + 94 = 330 (100%)
R 124 of 330 ~ 37.58%
G 112 of 330 ~ 33.94%
B 94 of 330 ~ 28.48%

%37.58
%33.94
%28.48

CMYK color model

#7C705E color CMYK value is (0,10,24,51).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 24.19%
  • key color value is 51.37%
CMYK:
(0,10,24,51)
C0M10Y24K51 
(0%,10%,24%,51%)
(0.00/0.10/0.24/0.51)	

CMYK percentages

%0
%9.68
%24.19
%51.37

Codes

Color #7C705E in popluar color models

7C705E
RGB12411294
HSL36°13.76%42.75%
HSB/HSV36°24.19%48.63%
CMYK0.00%9.68%24.19%
51.37%

Color #7C705E in popluar number systems.

HEX7C705E
Decimal12411294
Binary111110011100001011110
Octal174160136

Shades and tints

Shades of #7C705E

#7C705E
(124,112,94)
#716656
(113,102,86)
#665C4E
(102,92,78)
#5B5246
(91,82,70)
#50483E
(80,72,62)
#453E36
(69,62,54)
#3A342E
(58,52,46)
#2F2A26
(47,42,38)
#24201E
(36,32,30)
#191616
(25,22,22)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #7C705E

#7C705E
(124,112,94)
#877D6C
(135,125,108)
#928A7A
(146,138,122)
#9D9788
(157,151,136)
#A8A496
(168,164,150)
#B3B1A4
(179,177,164)
#BEBEB2
(190,190,178)
#C9CBC0
(201,203,192)
#D4D8CE
(212,216,206)
#DFE5DC
(223,229,220)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C705E; }

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

This text font color is #7C705E.


Background Color

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

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

This div background color is #7C705E.


Border color

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

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

This div border color is #7C705E.


Opacity

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

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

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

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

This text has shadow with #7C705E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C705E on black background.


Color preview on white background

This text has color #7C705E on white background.



Black color preview on #7C705E background

This text has black color on #7C705E background.


White color preview on #7C705E background

This text has white color on #7C705E background.