COLOR #7D666D

HEX: #7D666D
RGB: (125,102,109)

Color info

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

RGB color model

#7D666D color RGB value is (125,102,109).

  • red value is 125;
  • green value is 102;
  • blue value is 109.
RGB:
(125,102,109)
(49%,40%,43%)

RGB channels and saturation

R 125 of 255 = 49%
G 102 of 255 = 40%
B 109 of 255 = 43%

125
102
109

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

Portions of RGB colors in percentages

R + G + B =
125 + 102 + 109 = 336 (100%)
R 125 of 336 ~ 37.2%
G 102 of 336 ~ 30.36%
B 109 of 336 ~ 32.44%

%37.2
%30.36
%32.44

CMYK color model

#7D666D color CMYK value is (0,18,13,51).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 12.80%
  • key color value is 50.98%
CMYK:
(0,18,13,51)
C0M18Y13K51 
(0%,18%,13%,51%)
(0.00/0.18/0.13/0.51)	

CMYK percentages

%0
%18.4
%12.8
%50.98

Codes

Color #7D666D in popluar color models

7D666D
RGB125102109
HSL342°10.13%44.51%
HSB/HSV342°18.40%49.02%
CMYK0.00%18.40%12.80%
50.98%

Color #7D666D in popluar number systems.

HEX7D666D
Decimal125102109
Binary111110111001101101101
Octal175146155

Shades and tints

Shades of #7D666D

#7D666D
(125,102,109)
#725D64
(114,93,100)
#67545B
(103,84,91)
#5C4B52
(92,75,82)
#514249
(81,66,73)
#463940
(70,57,64)
#3B3037
(59,48,55)
#30272E
(48,39,46)
#251E25
(37,30,37)
#1A151C
(26,21,28)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #7D666D

#7D666D
(125,102,109)
#88737A
(136,115,122)
#938087
(147,128,135)
#9E8D94
(158,141,148)
#A99AA1
(169,154,161)
#B4A7AE
(180,167,174)
#BFB4BB
(191,180,187)
#CAC1C8
(202,193,200)
#D5CED5
(213,206,213)
#E0DBE2
(224,219,226)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D666D; }

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

This text font color is #7D666D.


Background Color

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

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

This div background color is #7D666D.


Border color

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

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

This div border color is #7D666D.


Opacity

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

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

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

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

This text has shadow with #7D666D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D666D on black background.


Color preview on white background

This text has color #7D666D on white background.



Black color preview on #7D666D background

This text has black color on #7D666D background.


White color preview on #7D666D background

This text has white color on #7D666D background.