COLOR #7E7D7E

HEX: #7E7D7E
RGB: (126,125,126)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

126
125
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 125 + 126 = 377 (100%)
R 126 of 377 ~ 33.42%
G 125 of 377 ~ 33.16%
B 126 of 377 ~ 33.42%

%33.42
%33.16
%33.42

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%0.79
%0
%50.59

Codes

Color #7E7D7E in popluar color models

7E7D7E
RGB126125126
HSL300°0.40%49.22%
HSB/HSV300°0.79%49.41%
CMYK0.00%0.79%0.00%
50.59%

Color #7E7D7E in popluar number systems.

HEX7E7D7E
Decimal126125126
Binary111111011111011111110
Octal176175176

Shades and tints

Shades of #7E7D7E

#7E7D7E
(126,125,126)
#737273
(115,114,115)
#686768
(104,103,104)
#5D5C5D
(93,92,93)
#525152
(82,81,82)
#474647
(71,70,71)
#3C3B3C
(60,59,60)
#313031
(49,48,49)
#262526
(38,37,38)
#1B1A1B
(27,26,27)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E7D7E

#7E7D7E
(126,125,126)
#898889
(137,136,137)
#949394
(148,147,148)
#9F9E9F
(159,158,159)
#AAA9AA
(170,169,170)
#B5B4B5
(181,180,181)
#C0BFC0
(192,191,192)
#CBCACB
(203,202,203)
#D6D5D6
(214,213,214)
#E1E0E1
(225,224,225)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7D7E; }

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

This text font color is #7E7D7E.


Background Color

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

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

This div background color is #7E7D7E.


Border color

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

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

This div border color is #7E7D7E.


Opacity

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

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

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

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

This text has shadow with #7E7D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7D7E on black background.


Color preview on white background

This text has color #7E7D7E on white background.



Black color preview on #7E7D7E background

This text has black color on #7E7D7E background.


White color preview on #7E7D7E background

This text has white color on #7E7D7E background.