COLOR #7C726D

HEX: #7C726D
RGB: (124,114,109)

Color info

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

RGB color model

#7C726D color RGB value is (124,114,109).

  • red value is 124;
  • green value is 114;
  • blue value is 109.
RGB:
(124,114,109)
(49%,45%,43%)

RGB channels and saturation

R 124 of 255 = 49%
G 114 of 255 = 45%
B 109 of 255 = 43%

124
114
109

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

Portions of RGB colors in percentages

R + G + B =
124 + 114 + 109 = 347 (100%)
R 124 of 347 ~ 35.73%
G 114 of 347 ~ 32.85%
B 109 of 347 ~ 31.41%

%35.73
%32.85
%31.41

CMYK color model

#7C726D color CMYK value is (0,8,12,51).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 12.10%
  • key color value is 51.37%
CMYK:
(0,8,12,51)
C0M8Y12K51 
(0%,8%,12%,51%)
(0.00/0.08/0.12/0.51)	

CMYK percentages

%0
%8.06
%12.1
%51.37

Codes

Color #7C726D in popluar color models

7C726D
RGB124114109
HSL20°6.44%45.69%
HSB/HSV20°12.10%48.63%
CMYK0.00%8.06%12.10%
51.37%

Color #7C726D in popluar number systems.

HEX7C726D
Decimal124114109
Binary111110011100101101101
Octal174162155

Shades and tints

Shades of #7C726D

#7C726D
(124,114,109)
#716864
(113,104,100)
#665E5B
(102,94,91)
#5B5452
(91,84,82)
#504A49
(80,74,73)
#454040
(69,64,64)
#3A3637
(58,54,55)
#2F2C2E
(47,44,46)
#242225
(36,34,37)
#19181C
(25,24,28)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #7C726D

#7C726D
(124,114,109)
#877E7A
(135,126,122)
#928A87
(146,138,135)
#9D9694
(157,150,148)
#A8A2A1
(168,162,161)
#B3AEAE
(179,174,174)
#BEBABB
(190,186,187)
#C9C6C8
(201,198,200)
#D4D2D5
(212,210,213)
#DFDEE2
(223,222,226)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C726D color. Also use rgb(124,114,109) instead hex code.

Text Font Color

.myTextColor { color: #7C726D; }

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

This text font color is #7C726D.


Background Color

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

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

This div background color is #7C726D.


Border color

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

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

This div border color is #7C726D.


Opacity

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

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

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

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

This text has shadow with #7C726D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C726D on black background.


Color preview on white background

This text has color #7C726D on white background.



Black color preview on #7C726D background

This text has black color on #7C726D background.


White color preview on #7C726D background

This text has white color on #7C726D background.