COLOR #7E7C75

HEX: #7E7C75
RGB: (126,124,117)

Color info

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

RGB color model

#7E7C75 color RGB value is (126,124,117).

  • red value is 126;
  • green value is 124;
  • blue value is 117.
RGB: (126,124,117) (49%,49%,46%)

RGB channels and saturation

R 126 of 255 = 49%
G 124 of 255 = 49%
B 117 of 255 = 46%

126
124
117

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

Portions of RGB colors in percentages

R + G + B =
126 + 124 + 117 = 367 (100%)
R 126 of 367 ~ 34.33%
G 124 of 367 ~ 33.79%
B 117 of 367 ~ 31.88%

%34.33
%33.79
%31.88

CMYK color model

#7E7C75 color CMYK value is (0,2,7,51).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 7.14%
  • key color value is 50.59%
CMYK: (0,2,7,51) C0M2Y7K51 (0%,2%,7%,51%) (0.00/0.02/0.07/0.51)

CMYK percentages

%0
%1.59
%7.14
%50.59

Codes

Color #7E7C75 in popluar color models

7E7C75
RGB126124117
HSL47°3.70%47.65%
HSB/HSV47°7.14%49.41%
CMYK0.00%1.59%7.14%
50.59%

Color #7E7C75 in popluar number systems.

HEX7E7C75
Decimal126124117
Binary111111011111001110101
Octal176174165

Shades and tints

Shades of #7E7C75

#7E7C75
(126,124,117)
#73716B
(115,113,107)
#686661
(104,102,97)
#5D5B57
(93,91,87)
#52504D
(82,80,77)
#474543
(71,69,67)
#3C3A39
(60,58,57)
#312F2F
(49,47,47)
#262425
(38,36,37)
#1B191B
(27,25,27)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #7E7C75

#7E7C75
(126,124,117)
#898781
(137,135,129)
#94928D
(148,146,141)
#9F9D99
(159,157,153)
#AAA8A5
(170,168,165)
#B5B3B1
(181,179,177)
#C0BEBD
(192,190,189)
#CBC9C9
(203,201,201)
#D6D4D5
(214,212,213)
#E1DFE1
(225,223,225)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7C75; }

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

This text font color is #7E7C75.


Background Color

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

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

This div background color is #7E7C75.


Border color

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

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

This div border color is #7E7C75.


Opacity

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

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

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

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

This text has shadow with #7E7C75 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #7E7C75; -webkit-box-shadow:	1px 1px 3px 2px #7E7C75; box-shadow:	1px 1px 3px 2px #7E7C75; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E7C75; -webkit-box-shadow: 1px 1px 3px 2px #7E7C75; box-shadow:1px 1px 3px 2px #7E7C75;">
Div content here</div>
This div box has shadow with color #7E7C75.

Preview

Color preview on black background

This text has color #7E7C75 on black background.


Color preview on white background

This text has color #7E7C75 on white background.



Black color preview on #7E7C75 background

This text has black color on #7E7C75 background.


White color preview on #7E7C75 background

This text has white color on #7E7C75 background.