COLOR #7D786B

HEX: #7D786B RGB: (125,120,107)

Color info

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

RGB color model

#7D786B color RGB value is (125,120,107).

RGB: (125,120,107) (49%, 47%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 120 of 255 = 47%
B 107 of 255 = 42%

125
120
107

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

Portions of RGB colors in percentages

R + G + B = 125 + 120 + 107 = 352 (100%)
R 125 of 352 ~ 35.51%
G 120 of 352 ~ 34.09%
B 107 of 352 ~ 30.4'%

%35.51
%34.09
%30.4

CMYK color model

#7D786B color CMYK value is (0,4,14,51).

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

CMYK: (0,4,14,51)
C0M4Y14K51 (0%, 4%, 14%, 51%)
(0.00 / 0.04 / 0.14 / 0.51)

CMYK percentages

%0
%4
%14.4
%50.98

Codes

Color #7D786B in popluar color models

7D 78 6B
RGB 125 120 107
HSL 43° 7.76% 45.49%
HSB/HSV 43° 14.40% 49.02%
CMYK 0.00% 4.00% 14.40%
50.98%

Color #7D786B in popluar number systems.

HEX 7D 78 6B
Decimal 125 120 107
Binary 1111101 1111000 1101011
Octal 175 170 153

Shades and tints

Shades of #7D786B

#7D786B
(125,120,107)
#726E62
(114,110,98)
#676459
(103,100,89)
#5C5A50
(92,90,80)
#515047
(81,80,71)
#46463E
(70,70,62)
#3B3C35
(59,60,53)
#30322C
(48,50,44)
#252823
(37,40,35)
#1A1E1A
(26,30,26)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #7D786B

#7D786B
(125,120,107)
#888478
(136,132,120)
#939085
(147,144,133)
#9E9C92
(158,156,146)
#A9A89F
(169,168,159)
#B4B4AC
(180,180,172)
#BFC0B9
(191,192,185)
#CACCC6
(202,204,198)
#D5D8D3
(213,216,211)
#E0E4E0
(224,228,224)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D786B; }

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

This text font color is #7D786B.

Background Color

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

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

This div background color is #7D786B.

Border color

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

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

This div border color is #7D786B.

Opacity

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

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

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

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

This text has shadow with #7D786B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D786B.

Preview

Color preview on black background

This text has color #7D786B on black background.


Color preview on white background

This text has color #7D786B on white background.


Black color preview on #7D786B background

This text has black color on #7D786B background.


White color preview on #7D786B background

This text has white color on #7D786B background.


Related colors

Complementary color

Complementary color for #hex is #828794.


I love getcolorcode.com

Triadic colors

1 #6B7D78 and #786B7D with #7D786B are triadic colors.

2 #6B787D and #787D6B with #7D786B are triadic colors.