COLOR #7D646E

HEX: #7D646E RGB: (125,100,110)

Color info

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

RGB color model

#7D646E color RGB value is (125,100,110).

RGB: (125,100,110) (49%, 39%, 43%)

RGB channels and saturation

R 125 of 255 = 49%
G 100 of 255 = 39%
B 110 of 255 = 43%

125
100
110

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

Portions of RGB colors in percentages

R + G + B = 125 + 100 + 110 = 335 (100%)
R 125 of 335 ~ 37.31%
G 100 of 335 ~ 29.85%
B 110 of 335 ~ 32.84'%

%37.31
%29.85
%32.84

CMYK color model

#7D646E color CMYK value is (0,20,12,51).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK: (0,20,12,51) C0M20Y12K51 (0%,20%,12%,51%) (0.00/0.20/0.12/0.51) 

CMYK percentages

%0
%20
%12
%50.98

Codes

Color #7D646E in popluar color models

7D 64 6E
RGB 125 100 110
HSL 336° 11.11% 44.12%
HSB/HSV 336° 20.00% 49.02%
CMYK 0.00% 20.00% 12.00%
50.98%

Color #7D646E in popluar number systems.

HEX 7D 64 6E
Decimal 125 100 110
Binary 1111101 1100100 1101110
Octal 175 144 156

Shades and tints

Shades of #7D646E

#7D646E
(125,100,110)
#725B64
(114,91,100)
#67525A
(103,82,90)
#5C4950
(92,73,80)
#514046
(81,64,70)
#46373C
(70,55,60)
#3B2E32
(59,46,50)
#302528
(48,37,40)
#251C1E
(37,28,30)
#1A1314
(26,19,20)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #7D646E

#7D646E
(125,100,110)
#88727B
(136,114,123)
#938088
(147,128,136)
#9E8E95
(158,142,149)
#A99CA2
(169,156,162)
#B4AAAF
(180,170,175)
#BFB8BC
(191,184,188)
#CAC6C9
(202,198,201)
#D5D4D6
(213,212,214)
#E0E2E3
(224,226,227)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D646E; }

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

This text font color is #7D646E.

Background Color

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

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

This div background color is #7D646E.

Border color

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

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

This div border color is #7D646E.

Opacity

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

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

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

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

This text has shadow with #7D646E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D646E.

Preview

Color preview on black background

This text has color #7D646E on black background.


Color preview on white background

This text has color #7D646E on white background.


Black color preview on #7D646E background

This text has black color on #7D646E background.


White color preview on #7D646E background

This text has white color on #7D646E background.


Related colors

Complementary color

Complementary color for #hex is #829B91.


I love getcolorcode.com

Triadic colors

1 #6E7D64 and #646E7D with #7D646E are triadic colors.

2 #6E647D and #647D6E with #7D646E are triadic colors.