COLOR #7D785F

HEX: #7D785F
RGB: (125,120,95)

Color info

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

RGB color model

#7D785F color RGB value is (125,120,95).

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

RGB channels and saturation

R 125 of 255 = 49%
G 120 of 255 = 47%
B 95 of 255 = 37%

125
120
95

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

Portions of RGB colors in percentages

R + G + B =
125 + 120 + 95 = 340 (100%)
R 125 of 340 ~ 36.76%
G 120 of 340 ~ 35.29%
B 95 of 340 ~ 27.94%

%36.76
%35.29
%27.94

CMYK color model

#7D785F color CMYK value is (0,4,24,51).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(0,4,24,51)
C0M4Y24K51 
(0%,4%,24%,51%)
(0.00/0.04/0.24/0.51)	

CMYK percentages

%0
%4
%24
%50.98

Codes

Color #7D785F in popluar color models

7D785F
RGB12512095
HSL50°13.64%43.14%
HSB/HSV50°24.00%49.02%
CMYK0.00%4.00%24.00%
50.98%

Color #7D785F in popluar number systems.

HEX7D785F
Decimal12512095
Binary111110111110001011111
Octal175170137

Shades and tints

Shades of #7D785F

#7D785F
(125,120,95)
#726E57
(114,110,87)
#67644F
(103,100,79)
#5C5A47
(92,90,71)
#51503F
(81,80,63)
#464637
(70,70,55)
#3B3C2F
(59,60,47)
#303227
(48,50,39)
#25281F
(37,40,31)
#1A1E17
(26,30,23)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #7D785F

#7D785F
(125,120,95)
#88846D
(136,132,109)
#93907B
(147,144,123)
#9E9C89
(158,156,137)
#A9A897
(169,168,151)
#B4B4A5
(180,180,165)
#BFC0B3
(191,192,179)
#CACCC1
(202,204,193)
#D5D8CF
(213,216,207)
#E0E4DD
(224,228,221)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D785F; }

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

This text font color is #7D785F.


Background Color

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

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

This div background color is #7D785F.


Border color

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

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

This div border color is #7D785F.


Opacity

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

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

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

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

This text has shadow with #7D785F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D785F on black background.


Color preview on white background

This text has color #7D785F on white background.



Black color preview on #7D785F background

This text has black color on #7D785F background.


White color preview on #7D785F background

This text has white color on #7D785F background.