COLOR #7E7E74

HEX: #7E7E74
RGB: (126,126,116)

Renk bilgisi

#7E7E74 contains red, green and blue colors in about the same proportion. #7E7E74 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#7E7E74 color RGB value is (126,126,116).

  • kırmız ton 126;
  • yeşil ton 126;
  • mavi ton 116.
RGB:
(126,126,116)
(49%,49%,45%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 126 of 255 = 49%
B 116 of 255 = 45%

126
126
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 126 + 116 = 368 (100%)
R 126 of 368 ~ 34.24%
G 126 of 368 ~ 34.24%
B 116 of 368 ~ 31.52%

%34.24
%34.24
%31.52

CMYK RENK MODELİ

#7E7E74 rengi CMYK tonu (0,0,8,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 7.94%
  • ana renk tonu 50.59%
CMYK:
(0,0,8,51)
C0M0Y8K51 
(0%,0%,8%,51%)
(0.00/0.00/0.08/0.51)	

CMYK yüzdeleri

%0
%0
%7.94
%50.59

Codes

Color #7E7E74 in popluar color models

7E7E74
RGB126126116
HSL60°4.13%47.45%
HSB/HSV60°7.94%49.41%
CMYK0.00%0.00%7.94%
50.59%

Color #7E7E74 in popluar number systems.

HEX7E7E74
Decimal126126116
Binary111111011111101110100
Octal176176164

Shades and tints

Shades of #7E7E74

#7E7E74
(126,126,116)
#73736A
(115,115,106)
#686860
(104,104,96)
#5D5D56
(93,93,86)
#52524C
(82,82,76)
#474742
(71,71,66)
#3C3C38
(60,60,56)
#31312E
(49,49,46)
#262624
(38,38,36)
#1B1B1A
(27,27,26)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E7E74

#7E7E74
(126,126,116)
#898980
(137,137,128)
#94948C
(148,148,140)
#9F9F98
(159,159,152)
#AAAAA4
(170,170,164)
#B5B5B0
(181,181,176)
#C0C0BC
(192,192,188)
#CBCBC8
(203,203,200)
#D6D6D4
(214,214,212)
#E1E1E0
(225,225,224)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7E74; }

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

This text font color is #7E7E74.


Background Color

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

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

This div background color is #7E7E74.


Border color

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

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

This div border color is #7E7E74.


Opacity

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

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

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

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

This text has shadow with #7E7E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7E74 on black background.


Color preview on white background

This text has color #7E7E74 on white background.



Black color preview on #7E7E74 background

This text has black color on #7E7E74 background.


White color preview on #7E7E74 background

This text has white color on #7E7E74 background.