COLOR #7D6E79

HEX: #7D6E79
RGB: (125,110,121)

Color info

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

RGB color model

#7D6E79 color RGB value is (125,110,121).

  • red value is 125;
  • green value is 110;
  • blue value is 121.
RGB:
(125,110,121)
(49%,43%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 110 of 255 = 43%
B 121 of 255 = 47%

125
110
121

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

Portions of RGB colors in percentages

R + G + B =
125 + 110 + 121 = 356 (100%)
R 125 of 356 ~ 35.11%
G 110 of 356 ~ 30.9%
B 121 of 356 ~ 33.99%

%35.11
%30.9
%33.99

CMYK color model

#7D6E79 color CMYK value is (0,12,3,51).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 3.20%
  • key color value is 50.98%
CMYK:
(0,12,3,51)
C0M12Y3K51 
(0%,12%,3%,51%)
(0.00/0.12/0.03/0.51)	

CMYK percentages

%0
%12
%3.2
%50.98

Codes

Color #7D6E79 in popluar color models

7D6E79
RGB125110121
HSL316°6.38%46.08%
HSB/HSV316°12.00%49.02%
CMYK0.00%12.00%3.20%
50.98%

Color #7D6E79 in popluar number systems.

HEX7D6E79
Decimal125110121
Binary111110111011101111001
Octal175156171

Shades and tints

Shades of #7D6E79

#7D6E79
(125,110,121)
#72646E
(114,100,110)
#675A63
(103,90,99)
#5C5058
(92,80,88)
#51464D
(81,70,77)
#463C42
(70,60,66)
#3B3237
(59,50,55)
#30282C
(48,40,44)
#251E21
(37,30,33)
#1A1416
(26,20,22)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #7D6E79

#7D6E79
(125,110,121)
#887B85
(136,123,133)
#938891
(147,136,145)
#9E959D
(158,149,157)
#A9A2A9
(169,162,169)
#B4AFB5
(180,175,181)
#BFBCC1
(191,188,193)
#CAC9CD
(202,201,205)
#D5D6D9
(213,214,217)
#E0E3E5
(224,227,229)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6E79 color. Also use rgb(125,110,121) instead hex code.

Text Font Color

.myTextColor { color: #7D6E79; }

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

This text font color is #7D6E79.


Background Color

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

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

This div background color is #7D6E79.


Border color

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

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

This div border color is #7D6E79.


Opacity

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

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

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

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

This text has shadow with #7D6E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6E79 on black background.


Color preview on white background

This text has color #7D6E79 on white background.



Black color preview on #7D6E79 background

This text has black color on #7D6E79 background.


White color preview on #7D6E79 background

This text has white color on #7D6E79 background.