COLOR #7D786C

HEX: #7D786C
RGB: (125,120,108)

Color info

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

RGB color model

#7D786C color RGB value is (125,120,108).

  • red value is 125;
  • green value is 120;
  • blue value is 108.
RGB:
(125,120,108)
(49%,47%,42%)

RGB channels and saturation

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

125
120
108

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

Portions of RGB colors in percentages

R + G + B =
125 + 120 + 108 = 353 (100%)
R 125 of 353 ~ 35.41%
G 120 of 353 ~ 33.99%
B 108 of 353 ~ 30.59%

%35.41
%33.99
%30.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 13.60%
  • 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
%13.6
%50.98

Codes

Color #7D786C in popluar color models

7D786C
RGB125120108
HSL42°7.30%45.69%
HSB/HSV42°13.60%49.02%
CMYK0.00%4.00%13.60%
50.98%

Color #7D786C in popluar number systems.

HEX7D786C
Decimal125120108
Binary111110111110001101100
Octal175170154

Shades and tints

Shades of #7D786C

#7D786C
(125,120,108)
#726E63
(114,110,99)
#67645A
(103,100,90)
#5C5A51
(92,90,81)
#515048
(81,80,72)
#46463F
(70,70,63)
#3B3C36
(59,60,54)
#30322D
(48,50,45)
#252824
(37,40,36)
#1A1E1B
(26,30,27)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #7D786C

#7D786C
(125,120,108)
#888479
(136,132,121)
#939086
(147,144,134)
#9E9C93
(158,156,147)
#A9A8A0
(169,168,160)
#B4B4AD
(180,180,173)
#BFC0BA
(191,192,186)
#CACCC7
(202,204,199)
#D5D8D4
(213,216,212)
#E0E4E1
(224,228,225)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D786C; }

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

This text font color is #7D786C.


Background Color

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

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

This div background color is #7D786C.


Border color

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

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

This div border color is #7D786C.


Opacity

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

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

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

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

This text has shadow with #7D786C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D786C on black background.


Color preview on white background

This text has color #7D786C on white background.



Black color preview on #7D786C background

This text has black color on #7D786C background.


White color preview on #7D786C background

This text has white color on #7D786C background.