COLOR #7D7C5E

HEX: #7D7C5E
RGB: (125,124,94)

Color info

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

RGB color model

#7D7C5E color RGB value is (125,124,94).

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

RGB channels and saturation

R 125 of 255 = 49%
G 124 of 255 = 49%
B 94 of 255 = 37%

125
124
94

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

Portions of RGB colors in percentages

R + G + B =
125 + 124 + 94 = 343 (100%)
R 125 of 343 ~ 36.44%
G 124 of 343 ~ 36.15%
B 94 of 343 ~ 27.41%

%36.44
%36.15
%27.41

CMYK color model

#7D7C5E color CMYK value is (0,1,25,51).

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 24.80%
  • key color value is 50.98%
CMYK:
(0,1,25,51)
C0M1Y25K51 
(0%,1%,25%,51%)
(0.00/0.01/0.25/0.51)	

CMYK percentages

%0
%0.8
%24.8
%50.98

Codes

Color #7D7C5E in popluar color models

7D7C5E
RGB12512494
HSL58°14.16%42.94%
HSB/HSV58°24.80%49.02%
CMYK0.00%0.80%24.80%
50.98%

Color #7D7C5E in popluar number systems.

HEX7D7C5E
Decimal12512494
Binary111110111111001011110
Octal175174136

Shades and tints

Shades of #7D7C5E

#7D7C5E
(125,124,94)
#727156
(114,113,86)
#67664E
(103,102,78)
#5C5B46
(92,91,70)
#51503E
(81,80,62)
#464536
(70,69,54)
#3B3A2E
(59,58,46)
#302F26
(48,47,38)
#25241E
(37,36,30)
#1A1916
(26,25,22)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #7D7C5E

#7D7C5E
(125,124,94)
#88876C
(136,135,108)
#93927A
(147,146,122)
#9E9D88
(158,157,136)
#A9A896
(169,168,150)
#B4B3A4
(180,179,164)
#BFBEB2
(191,190,178)
#CAC9C0
(202,201,192)
#D5D4CE
(213,212,206)
#E0DFDC
(224,223,220)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7C5E; }

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

This text font color is #7D7C5E.


Background Color

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

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

This div background color is #7D7C5E.


Border color

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

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

This div border color is #7D7C5E.


Opacity

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

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

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

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

This text has shadow with #7D7C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7C5E on black background.


Color preview on white background

This text has color #7D7C5E on white background.



Black color preview on #7D7C5E background

This text has black color on #7D7C5E background.


White color preview on #7D7C5E background

This text has white color on #7D7C5E background.