COLOR #7D7F62

HEX: #7D7F62 RGB: (125,127,98)

Color info

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

RGB color model

#7D7F62 color RGB value is (125,127,98).

RGB: (125,127,98) (49%, 50%, 38%)

RGB channels and saturation

R 125 of 255 = 49%
G 127 of 255 = 50%
B 98 of 255 = 38%

125
127
98

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

Portions of RGB colors in percentages

R + G + B = 125 + 127 + 98 = 350 (100%)
R 125 of 350 ~ 35.71%
G 127 of 350 ~ 36.29%
B 98 of 350 ~ 28'%

%35.71
%36.29
%28

CMYK color model

#7D7F62 color CMYK value is (2,0,23,50).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 50.20%

CMYK: (2,0,23,50)
C2M0Y23K50 (2%, 0%, 23%, 50%)
(0.02 / 0.00 / 0.23 / 0.50)

CMYK percentages

%1.57
%0
%22.83
%50.2

Codes

Color #7D7F62 in popluar color models

7D 7F 62
RGB 125 127 98
HSL 64° 12.89% 44.12%
HSB/HSV 64° 22.83% 49.80%
CMYK 1.57% 0.00% 22.83%
50.20%

Color #7D7F62 in popluar number systems.

HEX 7D 7F 62
Decimal 125 127 98
Binary 1111101 1111111 1100010
Octal 175 177 142

Shades and tints

Shades of #7D7F62

#7D7F62
(125,127,98)
#72745A
(114,116,90)
#676952
(103,105,82)
#5C5E4A
(92,94,74)
#515342
(81,83,66)
#46483A
(70,72,58)
#3B3D32
(59,61,50)
#30322A
(48,50,42)
#252722
(37,39,34)
#1A1C1A
(26,28,26)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #7D7F62

#7D7F62
(125,127,98)
#888A70
(136,138,112)
#93957E
(147,149,126)
#9EA08C
(158,160,140)
#A9AB9A
(169,171,154)
#B4B6A8
(180,182,168)
#BFC1B6
(191,193,182)
#CACCC4
(202,204,196)
#D5D7D2
(213,215,210)
#E0E2E0
(224,226,224)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7F62 color. Also use rgb(125,127,98) instead hex code.

Text Font Color

.myTextColor { color: #7D7F62; }

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

This text font color is #7D7F62.

Background Color

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

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

This div background color is #7D7F62.

Border color

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

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

This div border color is #7D7F62.

Opacity

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

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

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

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

This text has shadow with #7D7F62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7F62.

Preview

Color preview on black background

This text has color #7D7F62 on black background.


Color preview on white background

This text has color #7D7F62 on white background.


Black color preview on #7D7F62 background

This text has black color on #7D7F62 background.


White color preview on #7D7F62 background

This text has white color on #7D7F62 background.


Related colors

Complementary color

Complementary color for #hex is #82809D.


I love getcolorcode.com

Triadic colors

1 #627D7F and #7F627D with #7D7F62 are triadic colors.

2 #627F7D and #7F7D62 with #7D7F62 are triadic colors.