COLOR #7D775F

HEX: #7D775F RGB: (125,119,95)

Color info

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

RGB color model

#7D775F color RGB value is (125,119,95).

RGB: (125,119,95) (49%, 47%, 37%)

RGB channels and saturation

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

125
119
95

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

Portions of RGB colors in percentages

R + G + B = 125 + 119 + 95 = 339 (100%)
R 125 of 339 ~ 36.87%
G 119 of 339 ~ 35.1%
B 95 of 339 ~ 28.02'%

%36.87
%35.1
%28.02

CMYK color model

#7D775F color CMYK value is (0,5,24,51).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK: (0,5,24,51) C0M5Y24K51 (0%,5%,24%,51%) (0.00/0.05/0.24/0.51) 

CMYK percentages

%0
%4.8
%24
%50.98

Codes

Color #7D775F in popluar color models

7D 77 5F
RGB 125 119 95
HSL 48° 13.64% 43.14%
HSB/HSV 48° 24.00% 49.02%
CMYK 0.00% 4.80% 24.00%
50.98%

Color #7D775F in popluar number systems.

HEX 7D 77 5F
Decimal 125 119 95
Binary 1111101 1110111 1011111
Octal 175 167 137

Shades and tints

Shades of #7D775F

#7D775F
(125,119,95)
#726D57
(114,109,87)
#67634F
(103,99,79)
#5C5947
(92,89,71)
#514F3F
(81,79,63)
#464537
(70,69,55)
#3B3B2F
(59,59,47)
#303127
(48,49,39)
#25271F
(37,39,31)
#1A1D17
(26,29,23)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #7D775F

#7D775F
(125,119,95)
#88836D
(136,131,109)
#938F7B
(147,143,123)
#9E9B89
(158,155,137)
#A9A797
(169,167,151)
#B4B3A5
(180,179,165)
#BFBFB3
(191,191,179)
#CACBC1
(202,203,193)
#D5D7CF
(213,215,207)
#E0E3DD
(224,227,221)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D775F; }

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

This text font color is #7D775F.

Background Color

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

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

This div background color is #7D775F.

Border color

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

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

This div border color is #7D775F.

Opacity

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

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

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

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

This text has shadow with #7D775F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D775F.

Preview

Color preview on black background

This text has color #7D775F on black background.


Color preview on white background

This text has color #7D775F on white background.


Black color preview on #7D775F background

This text has black color on #7D775F background.


White color preview on #7D775F background

This text has white color on #7D775F background.


Related colors

Complementary color

Complementary color for #hex is #8288A0.


I love getcolorcode.com

Triadic colors

1 #5F7D77 and #775F7D with #7D775F are triadic colors.

2 #5F777D and #777D5F with #7D775F are triadic colors.