COLOR #7E8B75

HEX: #7E8B75 RGB: (126,139,117)

Color info

#7E8B75 contains red, green and blue colors in about the same proportion. Web safe color of #7E8B75 is #669966 (or #696).

RGB color model

#7E8B75 color RGB value is (126,139,117).

RGB: (126,139,117) (49%, 55%, 46%)

RGB channels and saturation

R 126 of 255 = 49%
G 139 of 255 = 55%
B 117 of 255 = 46%

126
139
117

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

Portions of RGB colors in percentages

R + G + B = 126 + 139 + 117 = 382 (100%)
R 126 of 382 ~ 32.98%
G 139 of 382 ~ 36.39%
B 117 of 382 ~ 30.63'%

%32.98
%36.39
%30.63

CMYK color model

#7E8B75 color CMYK value is (9,0,16,45).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 45.49%

CMYK: (9,0,16,45)
C9M0Y16K45 (9%, 0%, 16%, 45%)
(0.09 / 0.00 / 0.16 / 0.45)

CMYK percentages

%9.35
%0
%15.83
%45.49

Codes

Color #7E8B75 in popluar color models

7E 8B 75
RGB 126 139 117
HSL 95° 8.66% 50.20%
HSB/HSV 95° 15.83% 54.51%
CMYK 9.35% 0.00% 15.83%
45.49%

Color #7E8B75 in popluar number systems.

HEX 7E 8B 75
Decimal 126 139 117
Binary 1111110 10001011 1110101
Octal 176 213 165

Shades and tints

Shades of #7E8B75

#7E8B75
(126,139,117)
#737F6B
(115,127,107)
#687361
(104,115,97)
#5D6757
(93,103,87)
#525B4D
(82,91,77)
#474F43
(71,79,67)
#3C4339
(60,67,57)
#31372F
(49,55,47)
#262B25
(38,43,37)
#1B1F1B
(27,31,27)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #7E8B75

#7E8B75
(126,139,117)
#899581
(137,149,129)
#949F8D
(148,159,141)
#9FA999
(159,169,153)
#AAB3A5
(170,179,165)
#B5BDB1
(181,189,177)
#C0C7BD
(192,199,189)
#CBD1C9
(203,209,201)
#D6DBD5
(214,219,213)
#E1E5E1
(225,229,225)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8B75; }

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

This text font color is #7E8B75.

Background Color

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

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

This div background color is #7E8B75.

Border color

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

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

This div border color is #7E8B75.

Opacity

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

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

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

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

This text has shadow with #7E8B75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E8B75.

Preview

Color preview on black background

This text has color #7E8B75 on black background.


Color preview on white background

This text has color #7E8B75 on white background.


Black color preview on #7E8B75 background

This text has black color on #7E8B75 background.


White color preview on #7E8B75 background

This text has white color on #7E8B75 background.


Related colors

Complementary color

Complementary color for #hex is #81748A.


I love getcolorcode.com

Triadic colors

1 #757E8B and #8B757E with #7E8B75 are triadic colors.

2 #758B7E and #8B7E75 with #7E8B75 are triadic colors.