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).

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

7D 7C 5E
RGB 125 124 94
HSL 58° 14.16% 42.94%
HSB/HSV 58° 24.80% 49.02%
CMYK 0.00% 0.80% 24.80%
50.98%

Color #7D7C5E in popluar number systems.

HEX 7D 7C 5E
Decimal 125 124 94
Binary 1111101 1111100 1011110
Octal 175 174 136

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.


Related colors

Complementary color

Complementary color for #hex is #8283A1.


I love getcolorcode.com

Triadic colors

1 #5E7D7C and #7C5E7D with #7D7C5E are triadic colors.

2 #5E7C7D and #7C7D5E with #7D7C5E are triadic colors.