COLOR #7D727C

HEX: #7D727C RGB: (125,114,124)

Color info

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

RGB color model

#7D727C color RGB value is (125,114,124).

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

RGB channels and saturation

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

125
114
124

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

Portions of RGB colors in percentages

R + G + B = 125 + 114 + 124 = 363 (100%)
R 125 of 363 ~ 34.44%
G 114 of 363 ~ 31.4%
B 124 of 363 ~ 34.16'%

%34.44
%31.4
%34.16

CMYK color model

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

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

CMYK: (0,9,1,51)
C0M9Y1K51 (0%, 9%, 1%, 51%)
(0.00 / 0.09 / 0.01 / 0.51)

CMYK percentages

%0
%8.8
%0.8
%50.98

Codes

Color #7D727C in popluar color models

7D 72 7C
RGB 125 114 124
HSL 305° 4.60% 46.86%
HSB/HSV 305° 8.80% 49.02%
CMYK 0.00% 8.80% 0.80%
50.98%

Color #7D727C in popluar number systems.

HEX 7D 72 7C
Decimal 125 114 124
Binary 1111101 1110010 1111100
Octal 175 162 174

Shades and tints

Shades of #7D727C

#7D727C
(125,114,124)
#726871
(114,104,113)
#675E66
(103,94,102)
#5C545B
(92,84,91)
#514A50
(81,74,80)
#464045
(70,64,69)
#3B363A
(59,54,58)
#302C2F
(48,44,47)
#252224
(37,34,36)
#1A1819
(26,24,25)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #7D727C

#7D727C
(125,114,124)
#887E87
(136,126,135)
#938A92
(147,138,146)
#9E969D
(158,150,157)
#A9A2A8
(169,162,168)
#B4AEB3
(180,174,179)
#BFBABE
(191,186,190)
#CAC6C9
(202,198,201)
#D5D2D4
(213,210,212)
#E0DEDF
(224,222,223)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D727C; }

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

This text font color is #7D727C.

Background Color

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

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

This div background color is #7D727C.

Border color

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

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

This div border color is #7D727C.

Opacity

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

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

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

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

This text has shadow with #7D727C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D727C.

Preview

Color preview on black background

This text has color #7D727C on black background.


Color preview on white background

This text has color #7D727C on white background.


Black color preview on #7D727C background

This text has black color on #7D727C background.


White color preview on #7D727C background

This text has white color on #7D727C background.


Related colors

Complementary color

Complementary color for #hex is #828D83.


I love getcolorcode.com

Triadic colors

1 #7C7D72 and #727C7D with #7D727C are triadic colors.

2 #7C727D and #727D7C with #7D727C are triadic colors.