COLOR #7D6F67

HEX: #7D6F67
RGB: (125,111,103)

Color info

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

RGB color model

#7D6F67 color RGB value is (125,111,103).

  • red value is 125;
  • green value is 111;
  • blue value is 103.
RGB:
(125,111,103)
(49%,44%,40%)

RGB channels and saturation

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

125
111
103

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

Portions of RGB colors in percentages

R + G + B =
125 + 111 + 103 = 339 (100%)
R 125 of 339 ~ 36.87%
G 111 of 339 ~ 32.74%
B 103 of 339 ~ 30.38%

%36.87
%32.74
%30.38

CMYK color model

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

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

CMYK percentages

%0
%11.2
%17.6
%50.98

Codes

Color #7D6F67 in popluar color models

7D6F67
RGB125111103
HSL22°9.65%44.71%
HSB/HSV22°17.60%49.02%
CMYK0.00%11.20%17.60%
50.98%

Color #7D6F67 in popluar number systems.

HEX7D6F67
Decimal125111103
Binary111110111011111100111
Octal175157147

Shades and tints

Shades of #7D6F67

#7D6F67
(125,111,103)
#72655E
(114,101,94)
#675B55
(103,91,85)
#5C514C
(92,81,76)
#514743
(81,71,67)
#463D3A
(70,61,58)
#3B3331
(59,51,49)
#302928
(48,41,40)
#251F1F
(37,31,31)
#1A1516
(26,21,22)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #7D6F67

#7D6F67
(125,111,103)
#887C74
(136,124,116)
#938981
(147,137,129)
#9E968E
(158,150,142)
#A9A39B
(169,163,155)
#B4B0A8
(180,176,168)
#BFBDB5
(191,189,181)
#CACAC2
(202,202,194)
#D5D7CF
(213,215,207)
#E0E4DC
(224,228,220)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6F67; }

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

This text font color is #7D6F67.


Background Color

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

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

This div background color is #7D6F67.


Border color

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

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

This div border color is #7D6F67.


Opacity

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

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

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

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

This text has shadow with #7D6F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6F67 on black background.


Color preview on white background

This text has color #7D6F67 on white background.



Black color preview on #7D6F67 background

This text has black color on #7D6F67 background.


White color preview on #7D6F67 background

This text has white color on #7D6F67 background.