COLOR #7D606B

HEX: #7D606B RGB: (125,96,107)

Color info

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

RGB color model

#7D606B color RGB value is (125,96,107).

RGB: (125,96,107) (49%, 38%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 96 of 255 = 38%
B 107 of 255 = 42%

125
96
107

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

Portions of RGB colors in percentages

R + G + B = 125 + 96 + 107 = 328 (100%)
R 125 of 328 ~ 38.11%
G 96 of 328 ~ 29.27%
B 107 of 328 ~ 32.62'%

%38.11
%29.27
%32.62

CMYK color model

#7D606B color CMYK value is (0,23,14,51).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 14.40%
  • key color value is 50.98%

CMYK: (0,23,14,51)
C0M23Y14K51 (0%, 23%, 14%, 51%)
(0.00 / 0.23 / 0.14 / 0.51)

CMYK percentages

%0
%23.2
%14.4
%50.98

Codes

Color #7D606B in popluar color models

7D 60 6B
RGB 125 96 107
HSL 337° 13.12% 43.33%
HSB/HSV 337° 23.20% 49.02%
CMYK 0.00% 23.20% 14.40%
50.98%

Color #7D606B in popluar number systems.

HEX 7D 60 6B
Decimal 125 96 107
Binary 1111101 1100000 1101011
Octal 175 140 153

Shades and tints

Shades of #7D606B

#7D606B
(125,96,107)
#725862
(114,88,98)
#675059
(103,80,89)
#5C4850
(92,72,80)
#514047
(81,64,71)
#46383E
(70,56,62)
#3B3035
(59,48,53)
#30282C
(48,40,44)
#252023
(37,32,35)
#1A181A
(26,24,26)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #7D606B

#7D606B
(125,96,107)
#886E78
(136,110,120)
#937C85
(147,124,133)
#9E8A92
(158,138,146)
#A9989F
(169,152,159)
#B4A6AC
(180,166,172)
#BFB4B9
(191,180,185)
#CAC2C6
(202,194,198)
#D5D0D3
(213,208,211)
#E0DEE0
(224,222,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D606B color. Also use rgb(125,96,107) instead hex code.

Text Font Color

.myTextColor { color: #7D606B; }

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

This text font color is #7D606B.

Background Color

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

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

This div background color is #7D606B.

Border color

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

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

This div border color is #7D606B.

Opacity

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

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

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

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

This text has shadow with #7D606B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D606B.

Preview

Color preview on black background

This text has color #7D606B on black background.


Color preview on white background

This text has color #7D606B on white background.


Black color preview on #7D606B background

This text has black color on #7D606B background.


White color preview on #7D606B background

This text has white color on #7D606B background.


Related colors

Complementary color

Complementary color for #hex is #829F94.


I love getcolorcode.com

Triadic colors

1 #6B7D60 and #606B7D with #7D606B are triadic colors.

2 #6B607D and #607D6B with #7D606B are triadic colors.