COLOR #7E747D

HEX: #7E747D
RGB: (126,116,125)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

126
116
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 116 + 125 = 367 (100%)
R 126 of 367 ~ 34.33%
G 116 of 367 ~ 31.61%
B 125 of 367 ~ 34.06%

%34.33
%31.61
%34.06

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%7.94
%0.79
%50.59

Codes

Color #7E747D in popluar color models

7E747D
RGB126116125
HSL306°4.13%47.45%
HSB/HSV306°7.94%49.41%
CMYK0.00%7.94%0.79%
50.59%

Color #7E747D in popluar number systems.

HEX7E747D
Decimal126116125
Binary111111011101001111101
Octal176164175

Shades and tints

Shades of #7E747D

#7E747D
(126,116,125)
#736A72
(115,106,114)
#686067
(104,96,103)
#5D565C
(93,86,92)
#524C51
(82,76,81)
#474246
(71,66,70)
#3C383B
(60,56,59)
#312E30
(49,46,48)
#262425
(38,36,37)
#1B1A1A
(27,26,26)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #7E747D

#7E747D
(126,116,125)
#898088
(137,128,136)
#948C93
(148,140,147)
#9F989E
(159,152,158)
#AAA4A9
(170,164,169)
#B5B0B4
(181,176,180)
#C0BCBF
(192,188,191)
#CBC8CA
(203,200,202)
#D6D4D5
(214,212,213)
#E1E0E0
(225,224,224)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E747D; }

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

This text font color is #7E747D.


Background Color

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

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

This div background color is #7E747D.


Border color

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

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

This div border color is #7E747D.


Opacity

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

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

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

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

This text has shadow with #7E747D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E747D on black background.


Color preview on white background

This text has color #7E747D on white background.



Black color preview on #7E747D background

This text has black color on #7E747D background.


White color preview on #7E747D background

This text has white color on #7E747D background.