COLOR #7D755E

HEX: #7D755E RGB: (125,117,94)

Color info

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

RGB color model

#7D755E color RGB value is (125,117,94).

RGB: (125,117,94) (49%, 46%, 37%)

RGB channels and saturation

R 125 of 255 = 49%
G 117 of 255 = 46%
B 94 of 255 = 37%

125
117
94

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

Portions of RGB colors in percentages

R + G + B = 125 + 117 + 94 = 336 (100%)
R 125 of 336 ~ 37.2%
G 117 of 336 ~ 34.82%
B 94 of 336 ~ 27.98'%

%37.2
%34.82
%27.98

CMYK color model

#7D755E color CMYK value is (0,6,25,51).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 24.80%
  • key color value is 50.98%

CMYK: (0,6,25,51)
C0M6Y25K51 (0%, 6%, 25%, 51%)
(0.00 / 0.06 / 0.25 / 0.51)

CMYK percentages

%0
%6.4
%24.8
%50.98

Codes

Color #7D755E in popluar color models

7D 75 5E
RGB 125 117 94
HSL 45° 14.16% 42.94%
HSB/HSV 45° 24.80% 49.02%
CMYK 0.00% 6.40% 24.80%
50.98%

Color #7D755E in popluar number systems.

HEX 7D 75 5E
Decimal 125 117 94
Binary 1111101 1110101 1011110
Octal 175 165 136

Shades and tints

Shades of #7D755E

#7D755E
(125,117,94)
#726B56
(114,107,86)
#67614E
(103,97,78)
#5C5746
(92,87,70)
#514D3E
(81,77,62)
#464336
(70,67,54)
#3B392E
(59,57,46)
#302F26
(48,47,38)
#25251E
(37,37,30)
#1A1B16
(26,27,22)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #7D755E

#7D755E
(125,117,94)
#88816C
(136,129,108)
#938D7A
(147,141,122)
#9E9988
(158,153,136)
#A9A596
(169,165,150)
#B4B1A4
(180,177,164)
#BFBDB2
(191,189,178)
#CAC9C0
(202,201,192)
#D5D5CE
(213,213,206)
#E0E1DC
(224,225,220)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D755E color. Also use rgb(125,117,94) instead hex code.

Text Font Color

.myTextColor { color: #7D755E; }

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

This text font color is #7D755E.

Background Color

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

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

This div background color is #7D755E.

Border color

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

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

This div border color is #7D755E.

Opacity

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

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

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

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

This text has shadow with #7D755E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D755E.

Preview

Color preview on black background

This text has color #7D755E on black background.


Color preview on white background

This text has color #7D755E on white background.


Black color preview on #7D755E background

This text has black color on #7D755E background.


White color preview on #7D755E background

This text has white color on #7D755E background.


Related colors

Complementary color

Complementary color for #hex is #828AA1.


I love getcolorcode.com

Triadic colors

1 #5E7D75 and #755E7D with #7D755E are triadic colors.

2 #5E757D and #757D5E with #7D755E are triadic colors.