COLOR #7C706B

HEX: #7C706B
RGB: (124,112,107)

Color info

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

RGB color model

#7C706B color RGB value is (124,112,107).

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

RGB channels and saturation

R 124 of 255 = 49%
G 112 of 255 = 44%
B 107 of 255 = 42%

124
112
107

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

Portions of RGB colors in percentages

R + G + B =
124 + 112 + 107 = 343 (100%)
R 124 of 343 ~ 36.15%
G 112 of 343 ~ 32.65%
B 107 of 343 ~ 31.2%

%36.15
%32.65
%31.2

CMYK color model

#7C706B color CMYK value is (0,10,14,51).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 13.71%
  • key color value is 51.37%
CMYK:
(0,10,14,51)
C0M10Y14K51 
(0%,10%,14%,51%)
(0.00/0.10/0.14/0.51)	

CMYK percentages

%0
%9.68
%13.71
%51.37

Codes

Color #7C706B in popluar color models

7C706B
RGB124112107
HSL18°7.36%45.29%
HSB/HSV18°13.71%48.63%
CMYK0.00%9.68%13.71%
51.37%

Color #7C706B in popluar number systems.

HEX7C706B
Decimal124112107
Binary111110011100001101011
Octal174160153

Shades and tints

Shades of #7C706B

#7C706B
(124,112,107)
#716662
(113,102,98)
#665C59
(102,92,89)
#5B5250
(91,82,80)
#504847
(80,72,71)
#453E3E
(69,62,62)
#3A3435
(58,52,53)
#2F2A2C
(47,42,44)
#242023
(36,32,35)
#19161A
(25,22,26)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #7C706B

#7C706B
(124,112,107)
#877D78
(135,125,120)
#928A85
(146,138,133)
#9D9792
(157,151,146)
#A8A49F
(168,164,159)
#B3B1AC
(179,177,172)
#BEBEB9
(190,190,185)
#C9CBC6
(201,203,198)
#D4D8D3
(212,216,211)
#DFE5E0
(223,229,224)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C706B; }

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

This text font color is #7C706B.


Background Color

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

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

This div background color is #7C706B.


Border color

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

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

This div border color is #7C706B.


Opacity

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

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

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

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

This text has shadow with #7C706B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C706B on black background.


Color preview on white background

This text has color #7C706B on white background.



Black color preview on #7C706B background

This text has black color on #7C706B background.


White color preview on #7C706B background

This text has white color on #7C706B background.