COLOR #7E7861

HEX: #7E7861 RGB: (126,120,97)

Color info

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

RGB color model

#7E7861 color RGB value is (126,120,97).

RGB: (126,120,97) (49%, 47%, 38%)

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 97 of 255 = 38%

126
120
97

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

Portions of RGB colors in percentages

R + G + B = 126 + 120 + 97 = 343 (100%)
R 126 of 343 ~ 36.73%
G 120 of 343 ~ 34.99%
B 97 of 343 ~ 28.28'%

%36.73
%34.99
%28.28

CMYK color model

#7E7861 color CMYK value is (0,5,23,51).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 23.02%
  • key color value is 50.59%

CMYK: (0,5,23,51)
C0M5Y23K51 (0%, 5%, 23%, 51%)
(0.00 / 0.05 / 0.23 / 0.51)

CMYK percentages

%0
%4.76
%23.02
%50.59

Codes

Color #7E7861 in popluar color models

7E 78 61
RGB 126 120 97
HSL 48° 13.00% 43.73%
HSB/HSV 48° 23.02% 49.41%
CMYK 0.00% 4.76% 23.02%
50.59%

Color #7E7861 in popluar number systems.

HEX 7E 78 61
Decimal 126 120 97
Binary 1111110 1111000 1100001
Octal 176 170 141

Shades and tints

Shades of #7E7861

#7E7861
(126,120,97)
#736E59
(115,110,89)
#686451
(104,100,81)
#5D5A49
(93,90,73)
#525041
(82,80,65)
#474639
(71,70,57)
#3C3C31
(60,60,49)
#313229
(49,50,41)
#262821
(38,40,33)
#1B1E19
(27,30,25)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #7E7861

#7E7861
(126,120,97)
#89846F
(137,132,111)
#94907D
(148,144,125)
#9F9C8B
(159,156,139)
#AAA899
(170,168,153)
#B5B4A7
(181,180,167)
#C0C0B5
(192,192,181)
#CBCCC3
(203,204,195)
#D6D8D1
(214,216,209)
#E1E4DF
(225,228,223)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7861 color. Also use rgb(126,120,97) instead hex code.

Text Font Color

.myTextColor { color: #7E7861; }

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

This text font color is #7E7861.

Background Color

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

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

This div background color is #7E7861.

Border color

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

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

This div border color is #7E7861.

Opacity

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

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

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

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

This text has shadow with #7E7861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7861.

Preview

Color preview on black background

This text has color #7E7861 on black background.


Color preview on white background

This text has color #7E7861 on white background.


Black color preview on #7E7861 background

This text has black color on #7E7861 background.


White color preview on #7E7861 background

This text has white color on #7E7861 background.


Related colors

Complementary color

Complementary color for #hex is #81879E.


I love getcolorcode.com

Triadic colors

1 #617E78 and #78617E with #7E7861 are triadic colors.

2 #61787E and #787E61 with #7E7861 are triadic colors.