COLOR #7D747C

HEX: #7D747C RGB: (125,116,124)

Color info

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

RGB color model

#7D747C color RGB value is (125,116,124).

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

RGB channels and saturation

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

125
116
124

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

Portions of RGB colors in percentages

R + G + B = 125 + 116 + 124 = 365 (100%)
R 125 of 365 ~ 34.25%
G 116 of 365 ~ 31.78%
B 124 of 365 ~ 33.97'%

%34.25
%31.78
%33.97

CMYK color model

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

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

CMYK: (0,7,1,51)
C0M7Y1K51 (0%, 7%, 1%, 51%)
(0.00 / 0.07 / 0.01 / 0.51)

CMYK percentages

%0
%7.2
%0.8
%50.98

Codes

Color #7D747C in popluar color models

7D 74 7C
RGB 125 116 124
HSL 307° 3.73% 47.25%
HSB/HSV 307° 7.20% 49.02%
CMYK 0.00% 7.20% 0.80%
50.98%

Color #7D747C in popluar number systems.

HEX 7D 74 7C
Decimal 125 116 124
Binary 1111101 1110100 1111100
Octal 175 164 174

Shades and tints

Shades of #7D747C

#7D747C
(125,116,124)
#726A71
(114,106,113)
#676066
(103,96,102)
#5C565B
(92,86,91)
#514C50
(81,76,80)
#464245
(70,66,69)
#3B383A
(59,56,58)
#302E2F
(48,46,47)
#252424
(37,36,36)
#1A1A19
(26,26,25)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #7D747C

#7D747C
(125,116,124)
#888087
(136,128,135)
#938C92
(147,140,146)
#9E989D
(158,152,157)
#A9A4A8
(169,164,168)
#B4B0B3
(180,176,179)
#BFBCBE
(191,188,190)
#CAC8C9
(202,200,201)
#D5D4D4
(213,212,212)
#E0E0DF
(224,224,223)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D747C; }

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

This text font color is #7D747C.

Background Color

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

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

This div background color is #7D747C.

Border color

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

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

This div border color is #7D747C.

Opacity

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

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

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

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

This text has shadow with #7D747C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D747C.

Preview

Color preview on black background

This text has color #7D747C on black background.


Color preview on white background

This text has color #7D747C on white background.


Black color preview on #7D747C background

This text has black color on #7D747C background.


White color preview on #7D747C background

This text has white color on #7D747C background.


Related colors

Complementary color

Complementary color for #hex is #828B83.


I love getcolorcode.com

Triadic colors

1 #7C7D74 and #747C7D with #7D747C are triadic colors.

2 #7C747D and #747D7C with #7D747C are triadic colors.