COLOR #7E7A4B

HEX: #7E7A4B RGB: (126,122,75)

Color info

#7E7A4B contains red, green and blue colors in about the same proportion. Web safe color of #7E7A4B is #666633 (or #663).

RGB color model

#7E7A4B color RGB value is (126,122,75).

RGB: (126,122,75) (49%, 48%, 29%)

RGB channels and saturation

R 126 of 255 = 49%
G 122 of 255 = 48%
B 75 of 255 = 29%

126
122
75

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

Portions of RGB colors in percentages

R + G + B = 126 + 122 + 75 = 323 (100%)
R 126 of 323 ~ 39.01%
G 122 of 323 ~ 37.77%
B 75 of 323 ~ 23.22'%

%39.01
%37.77
%23.22

CMYK color model

#7E7A4B color CMYK value is (0,3,40,51).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 40.48%
  • key color value is 50.59%

CMYK: (0,3,40,51)
C0M3Y40K51 (0%, 3%, 40%, 51%)
(0.00 / 0.03 / 0.40 / 0.51)

CMYK percentages

%0
%3.17
%40.48
%50.59

Codes

Color #7E7A4B in popluar color models

7E 7A 4B
RGB 126 122 75
HSL 55° 25.37% 39.41%
HSB/HSV 55° 40.48% 49.41%
CMYK 0.00% 3.17% 40.48%
50.59%

Color #7E7A4B in popluar number systems.

HEX 7E 7A 4B
Decimal 126 122 75
Binary 1111110 1111010 1001011
Octal 176 172 113

Shades and tints

Shades of #7E7A4B

#7E7A4B
(126,122,75)
#736F45
(115,111,69)
#68643F
(104,100,63)
#5D5939
(93,89,57)
#524E33
(82,78,51)
#47432D
(71,67,45)
#3C3827
(60,56,39)
#312D21
(49,45,33)
#26221B
(38,34,27)
#1B1715
(27,23,21)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #7E7A4B

#7E7A4B
(126,122,75)
#89865B
(137,134,91)
#94926B
(148,146,107)
#9F9E7B
(159,158,123)
#AAAA8B
(170,170,139)
#B5B69B
(181,182,155)
#C0C2AB
(192,194,171)
#CBCEBB
(203,206,187)
#D6DACB
(214,218,203)
#E1E6DB
(225,230,219)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7A4B color. Also use rgb(126,122,75) instead hex code.

Text Font Color

.myTextColor { color: #7E7A4B; }

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

This text font color is #7E7A4B.

Background Color

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

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

This div background color is #7E7A4B.

Border color

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

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

This div border color is #7E7A4B.

Opacity

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

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

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

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

This text has shadow with #7E7A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7A4B.

Preview

Color preview on black background

This text has color #7E7A4B on black background.


Color preview on white background

This text has color #7E7A4B on white background.


Black color preview on #7E7A4B background

This text has black color on #7E7A4B background.


White color preview on #7E7A4B background

This text has white color on #7E7A4B background.


Related colors

Complementary color

Complementary color for #hex is #8185B4.


I love getcolorcode.com

Triadic colors

1 #4B7E7A and #7A4B7E with #7E7A4B are triadic colors.

2 #4B7A7E and #7A7E4B with #7E7A4B are triadic colors.