COLOR #7D7E6D

HEX: #7D7E6D RGB: (125,126,109)

Color info

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

RGB color model

#7D7E6D color RGB value is (125,126,109).

RGB: (125,126,109) (49%, 49%, 43%)

RGB channels and saturation

R 125 of 255 = 49%
G 126 of 255 = 49%
B 109 of 255 = 43%

125
126
109

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

Portions of RGB colors in percentages

R + G + B = 125 + 126 + 109 = 360 (100%)
R 125 of 360 ~ 34.72%
G 126 of 360 ~ 35%
B 109 of 360 ~ 30.28'%

%34.72
%35
%30.28

CMYK color model

#7D7E6D color CMYK value is (1,0,13,51).

  • cyan value is 0.79%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 50.59%

CMYK: (1,0,13,51)
C1M0Y13K51 (1%, 0%, 13%, 51%)
(0.01 / 0.00 / 0.13 / 0.51)

CMYK percentages

%0.79
%0
%13.49
%50.59

Codes

Color #7D7E6D in popluar color models

7D 7E 6D
RGB 125 126 109
HSL 64° 7.23% 46.08%
HSB/HSV 64° 13.49% 49.41%
CMYK 0.79% 0.00% 13.49%
50.59%

Color #7D7E6D in popluar number systems.

HEX 7D 7E 6D
Decimal 125 126 109
Binary 1111101 1111110 1101101
Octal 175 176 155

Shades and tints

Shades of #7D7E6D

#7D7E6D
(125,126,109)
#727364
(114,115,100)
#67685B
(103,104,91)
#5C5D52
(92,93,82)
#515249
(81,82,73)
#464740
(70,71,64)
#3B3C37
(59,60,55)
#30312E
(48,49,46)
#252625
(37,38,37)
#1A1B1C
(26,27,28)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7D7E6D

#7D7E6D
(125,126,109)
#88897A
(136,137,122)
#939487
(147,148,135)
#9E9F94
(158,159,148)
#A9AAA1
(169,170,161)
#B4B5AE
(180,181,174)
#BFC0BB
(191,192,187)
#CACBC8
(202,203,200)
#D5D6D5
(213,214,213)
#E0E1E2
(224,225,226)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7E6D color. Also use rgb(125,126,109) instead hex code.

Text Font Color

.myTextColor { color: #7D7E6D; }

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

This text font color is #7D7E6D.

Background Color

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

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

This div background color is #7D7E6D.

Border color

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

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

This div border color is #7D7E6D.

Opacity

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

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

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

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

This text has shadow with #7D7E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7E6D.

Preview

Color preview on black background

This text has color #7D7E6D on black background.


Color preview on white background

This text has color #7D7E6D on white background.


Black color preview on #7D7E6D background

This text has black color on #7D7E6D background.


White color preview on #7D7E6D background

This text has white color on #7D7E6D background.


Related colors

Complementary color

Complementary color for #hex is #828192.


I love getcolorcode.com

Triadic colors

1 #6D7D7E and #7E6D7D with #7D7E6D are triadic colors.

2 #6D7E7D and #7E7D6D with #7D7E6D are triadic colors.