COLOR #7E7958

HEX: #7E7958 RGB: (126,121,88)

Color info

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

RGB color model

#7E7958 color RGB value is (126,121,88).

RGB: (126,121,88) (49%, 47%, 35%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 88 of 255 = 35%

126
121
88

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

Portions of RGB colors in percentages

R + G + B = 126 + 121 + 88 = 335 (100%)
R 126 of 335 ~ 37.61%
G 121 of 335 ~ 36.12%
B 88 of 335 ~ 26.27'%

%37.61
%36.12
%26.27

CMYK color model

#7E7958 color CMYK value is (0,4,30,51).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 30.16%
  • key color value is 50.59%

CMYK: (0,4,30,51)
C0M4Y30K51 (0%, 4%, 30%, 51%)
(0.00 / 0.04 / 0.30 / 0.51)

CMYK percentages

%0
%3.97
%30.16
%50.59

Codes

Color #7E7958 in popluar color models

7E 79 58
RGB 126 121 88
HSL 52° 17.76% 41.96%
HSB/HSV 52° 30.16% 49.41%
CMYK 0.00% 3.97% 30.16%
50.59%

Color #7E7958 in popluar number systems.

HEX 7E 79 58
Decimal 126 121 88
Binary 1111110 1111001 1011000
Octal 176 171 130

Shades and tints

Shades of #7E7958

#7E7958
(126,121,88)
#736E50
(115,110,80)
#686348
(104,99,72)
#5D5840
(93,88,64)
#524D38
(82,77,56)
#474230
(71,66,48)
#3C3728
(60,55,40)
#312C20
(49,44,32)
#262118
(38,33,24)
#1B1610
(27,22,16)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #7E7958

#7E7958
(126,121,88)
#898567
(137,133,103)
#949176
(148,145,118)
#9F9D85
(159,157,133)
#AAA994
(170,169,148)
#B5B5A3
(181,181,163)
#C0C1B2
(192,193,178)
#CBCDC1
(203,205,193)
#D6D9D0
(214,217,208)
#E1E5DF
(225,229,223)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7958 color. Also use rgb(126,121,88) instead hex code.

Text Font Color

.myTextColor { color: #7E7958; }

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

This text font color is #7E7958.

Background Color

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

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

This div background color is #7E7958.

Border color

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

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

This div border color is #7E7958.

Opacity

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

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

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

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

This text has shadow with #7E7958 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7958.

Preview

Color preview on black background

This text has color #7E7958 on black background.


Color preview on white background

This text has color #7E7958 on white background.


Black color preview on #7E7958 background

This text has black color on #7E7958 background.


White color preview on #7E7958 background

This text has white color on #7E7958 background.


Related colors

Complementary color

Complementary color for #hex is #8186A7.


I love getcolorcode.com

Triadic colors

1 #587E79 and #79587E with #7E7958 are triadic colors.

2 #58797E and #797E58 with #7E7958 are triadic colors.