COLOR #7D666F

HEX: #7D666F RGB: (125,102,111)

Color info

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

RGB color model

#7D666F color RGB value is (125,102,111).

RGB: (125,102,111) (49%, 40%, 44%)

RGB channels and saturation

R 125 of 255 = 49%
G 102 of 255 = 40%
B 111 of 255 = 44%

125
102
111

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

Portions of RGB colors in percentages

R + G + B = 125 + 102 + 111 = 338 (100%)
R 125 of 338 ~ 36.98%
G 102 of 338 ~ 30.18%
B 111 of 338 ~ 32.84'%

%36.98
%30.18
%32.84

CMYK color model

#7D666F color CMYK value is (0,18,11,51).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK: (0,18,11,51) C0M18Y11K51 (0%,18%,11%,51%) (0.00/0.18/0.11/0.51) 

CMYK percentages

%0
%18.4
%11.2
%50.98

Codes

Color #7D666F in popluar color models

7D 66 6F
RGB 125 102 111
HSL 337° 10.13% 44.51%
HSB/HSV 337° 18.40% 49.02%
CMYK 0.00% 18.40% 11.20%
50.98%

Color #7D666F in popluar number systems.

HEX 7D 66 6F
Decimal 125 102 111
Binary 1111101 1100110 1101111
Octal 175 146 157

Shades and tints

Shades of #7D666F

#7D666F
(125,102,111)
#725D65
(114,93,101)
#67545B
(103,84,91)
#5C4B51
(92,75,81)
#514247
(81,66,71)
#46393D
(70,57,61)
#3B3033
(59,48,51)
#302729
(48,39,41)
#251E1F
(37,30,31)
#1A1515
(26,21,21)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #7D666F

#7D666F
(125,102,111)
#88737C
(136,115,124)
#938089
(147,128,137)
#9E8D96
(158,141,150)
#A99AA3
(169,154,163)
#B4A7B0
(180,167,176)
#BFB4BD
(191,180,189)
#CAC1CA
(202,193,202)
#D5CED7
(213,206,215)
#E0DBE4
(224,219,228)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D666F color. Also use rgb(125,102,111) instead hex code.

Text Font Color

.myTextColor { color: #7D666F; }

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

This text font color is #7D666F.

Background Color

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

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

This div background color is #7D666F.

Border color

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

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

This div border color is #7D666F.

Opacity

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

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

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

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

This text has shadow with #7D666F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D666F.

Preview

Color preview on black background

This text has color #7D666F on black background.


Color preview on white background

This text has color #7D666F on white background.


Black color preview on #7D666F background

This text has black color on #7D666F background.


White color preview on #7D666F background

This text has white color on #7D666F background.


Related colors

Complementary color

Complementary color for #hex is #829990.


I love getcolorcode.com

Triadic colors

1 #6F7D66 and #666F7D with #7D666F are triadic colors.

2 #6F667D and #667D6F with #7D666F are triadic colors.