COLOR #7E753F

HEX: #7E753F RGB: (126,117,63)

Color info

#7E753F contains mainly red and green colors. Web safe color of #7E753F is #666633 (or #663).

RGB color model

#7E753F color RGB value is (126,117,63).

RGB: (126,117,63) (49%, 46%, 25%)

RGB channels and saturation

R 126 of 255 = 49%
G 117 of 255 = 46%
B 63 of 255 = 25%

126
117
63

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

Portions of RGB colors in percentages

R + G + B = 126 + 117 + 63 = 306 (100%)
R 126 of 306 ~ 41.18%
G 117 of 306 ~ 38.24%
B 63 of 306 ~ 20.59'%

%41.18
%38.24
%20.59

CMYK color model

#7E753F color CMYK value is (0,7,50,51).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 50.00%
  • key color value is 50.59%
CMYK: (0,7,50,51) C0M7Y50K51 (0%,7%,50%,51%) (0.00/0.07/0.50/0.51) 

CMYK percentages

%0
%7.14
%50
%50.59

Codes

Color #7E753F in popluar color models

7E 75 3F
RGB 126 117 63
HSL 51° 33.33% 37.06%
HSB/HSV 51° 50.00% 49.41%
CMYK 0.00% 7.14% 50.00%
50.59%

Color #7E753F in popluar number systems.

HEX 7E 75 3F
Decimal 126 117 63
Binary 1111110 1110101 111111
Octal 176 165 77

Shades and tints

Shades of #7E753F

#7E753F
(126,117,63)
#736B3A
(115,107,58)
#686135
(104,97,53)
#5D5730
(93,87,48)
#524D2B
(82,77,43)
#474326
(71,67,38)
#3C3921
(60,57,33)
#312F1C
(49,47,28)
#262517
(38,37,23)
#1B1B12
(27,27,18)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #7E753F

#7E753F
(126,117,63)
#898150
(137,129,80)
#948D61
(148,141,97)
#9F9972
(159,153,114)
#AAA583
(170,165,131)
#B5B194
(181,177,148)
#C0BDA5
(192,189,165)
#CBC9B6
(203,201,182)
#D6D5C7
(214,213,199)
#E1E1D8
(225,225,216)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E753F color. Also use rgb(126,117,63) instead hex code.

Text Font Color

.myTextColor { color: #7E753F; }

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

This text font color is #7E753F.

Background Color

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

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

This div background color is #7E753F.

Border color

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

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

This div border color is #7E753F.

Opacity

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

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

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

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

This text has shadow with #7E753F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E753F.

Preview

Color preview on black background

This text has color #7E753F on black background.


Color preview on white background

This text has color #7E753F on white background.


Black color preview on #7E753F background

This text has black color on #7E753F background.


White color preview on #7E753F background

This text has white color on #7E753F background.


Related colors

Complementary color

Complementary color for #hex is #818AC0.


I love getcolorcode.com

Triadic colors

1 #3F7E75 and #753F7E with #7E753F are triadic colors.

2 #3F757E and #757E3F with #7E753F are triadic colors.