COLOR #7C7D73

HEX: #7C7D73 RGB: (124,125,115)

Color info

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

RGB color model

#7C7D73 color RGB value is (124,125,115).

RGB: (124,125,115) (49%, 49%, 45%)

RGB channels and saturation

R 124 of 255 = 49%
G 125 of 255 = 49%
B 115 of 255 = 45%

124
125
115

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

Portions of RGB colors in percentages

R + G + B = 124 + 125 + 115 = 364 (100%)
R 124 of 364 ~ 34.07%
G 125 of 364 ~ 34.34%
B 115 of 364 ~ 31.59'%

%34.07
%34.34
%31.59

CMYK color model

#7C7D73 color CMYK value is (1,0,8,51).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 50.98%

CMYK: (1,0,8,51)
C1M0Y8K51 (1%, 0%, 8%, 51%)
(0.01 / 0.00 / 0.08 / 0.51)

CMYK percentages

%0.8
%0
%8
%50.98

Codes

Color #7C7D73 in popluar color models

7C 7D 73
RGB 124 125 115
HSL 66° 4.17% 47.06%
HSB/HSV 66° 8.00% 49.02%
CMYK 0.80% 0.00% 8.00%
50.98%

Color #7C7D73 in popluar number systems.

HEX 7C 7D 73
Decimal 124 125 115
Binary 1111100 1111101 1110011
Octal 174 175 163

Shades and tints

Shades of #7C7D73

#7C7D73
(124,125,115)
#717269
(113,114,105)
#66675F
(102,103,95)
#5B5C55
(91,92,85)
#50514B
(80,81,75)
#454641
(69,70,65)
#3A3B37
(58,59,55)
#2F302D
(47,48,45)
#242523
(36,37,35)
#191A19
(25,26,25)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #7C7D73

#7C7D73
(124,125,115)
#87887F
(135,136,127)
#92938B
(146,147,139)
#9D9E97
(157,158,151)
#A8A9A3
(168,169,163)
#B3B4AF
(179,180,175)
#BEBFBB
(190,191,187)
#C9CAC7
(201,202,199)
#D4D5D3
(212,213,211)
#DFE0DF
(223,224,223)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7D73 color. Also use rgb(124,125,115) instead hex code.

Text Font Color

.myTextColor { color: #7C7D73; }

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

This text font color is #7C7D73.

Background Color

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

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

This div background color is #7C7D73.

Border color

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

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

This div border color is #7C7D73.

Opacity

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

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

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

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

This text has shadow with #7C7D73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7D73.

Preview

Color preview on black background

This text has color #7C7D73 on black background.


Color preview on white background

This text has color #7C7D73 on white background.


Black color preview on #7C7D73 background

This text has black color on #7C7D73 background.


White color preview on #7C7D73 background

This text has white color on #7C7D73 background.


Related colors

Complementary color

Complementary color for #hex is #83828C.


I love getcolorcode.com

Triadic colors

1 #737C7D and #7D737C with #7C7D73 are triadic colors.

2 #737D7C and #7D7C73 with #7C7D73 are triadic colors.