COLOR #7D6C7C

HEX: #7D6C7C RGB: (125,108,124)

Color info

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

RGB color model

#7D6C7C color RGB value is (125,108,124).

RGB: (125,108,124) (49%, 42%, 49%)

RGB channels and saturation

R 125 of 255 = 49%
G 108 of 255 = 42%
B 124 of 255 = 49%

125
108
124

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

Portions of RGB colors in percentages

R + G + B = 125 + 108 + 124 = 357 (100%)
R 125 of 357 ~ 35.01%
G 108 of 357 ~ 30.25%
B 124 of 357 ~ 34.73'%

%35.01
%30.25
%34.73

CMYK color model

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

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

CMYK: (0,14,1,51)
C0M14Y1K51 (0%, 14%, 1%, 51%)
(0.00 / 0.14 / 0.01 / 0.51)

CMYK percentages

%0
%13.6
%0.8
%50.98

Codes

Color #7D6C7C in popluar color models

7D 6C 7C
RGB 125 108 124
HSL 304° 7.30% 45.69%
HSB/HSV 304° 13.60% 49.02%
CMYK 0.00% 13.60% 0.80%
50.98%

Color #7D6C7C in popluar number systems.

HEX 7D 6C 7C
Decimal 125 108 124
Binary 1111101 1101100 1111100
Octal 175 154 174

Shades and tints

Shades of #7D6C7C

#7D6C7C
(125,108,124)
#726371
(114,99,113)
#675A66
(103,90,102)
#5C515B
(92,81,91)
#514850
(81,72,80)
#463F45
(70,63,69)
#3B363A
(59,54,58)
#302D2F
(48,45,47)
#252424
(37,36,36)
#1A1B19
(26,27,25)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #7D6C7C

#7D6C7C
(125,108,124)
#887987
(136,121,135)
#938692
(147,134,146)
#9E939D
(158,147,157)
#A9A0A8
(169,160,168)
#B4ADB3
(180,173,179)
#BFBABE
(191,186,190)
#CAC7C9
(202,199,201)
#D5D4D4
(213,212,212)
#E0E1DF
(224,225,223)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6C7C; }

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

This text font color is #7D6C7C.

Background Color

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

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

This div background color is #7D6C7C.

Border color

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

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

This div border color is #7D6C7C.

Opacity

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

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

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

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

This text has shadow with #7D6C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6C7C.

Preview

Color preview on black background

This text has color #7D6C7C on black background.


Color preview on white background

This text has color #7D6C7C on white background.


Black color preview on #7D6C7C background

This text has black color on #7D6C7C background.


White color preview on #7D6C7C background

This text has white color on #7D6C7C background.


Related colors

Complementary color

Complementary color for #hex is #829383.


I love getcolorcode.com

Triadic colors

1 #7C7D6C and #6C7C7D with #7D6C7C are triadic colors.

2 #7C6C7D and #6C7D7C with #7D6C7C are triadic colors.