COLOR #7E7E7C

HEX: #7E7E7C
RGB: (126,126,124)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

126
126
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 126 + 124 = 376 (100%)
R 126 of 376 ~ 33.51%
G 126 of 376 ~ 33.51%
B 124 of 376 ~ 32.98%

%33.51
%33.51
%32.98

CMYK RENK MODELİ

#7E7E7C rengi CMYK tonu (0,0,2,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 1.59%
  • ana renk tonu 50.59%
CMYK:
(0,0,2,51)
C0M0Y2K51 
(0%,0%,2%,51%)
(0.00/0.00/0.02/0.51)	

CMYK yüzdeleri

%0
%0
%1.59
%50.59

Codes

Color #7E7E7C in popluar color models

7E7E7C
RGB126126124
HSL60°0.80%49.02%
HSB/HSV60°1.59%49.41%
CMYK0.00%0.00%1.59%
50.59%

Color #7E7E7C in popluar number systems.

HEX7E7E7C
Decimal126126124
Binary111111011111101111100
Octal176176174

Shades and tints

Shades of #7E7E7C

#7E7E7C
(126,126,124)
#737371
(115,115,113)
#686866
(104,104,102)
#5D5D5B
(93,93,91)
#525250
(82,82,80)
#474745
(71,71,69)
#3C3C3A
(60,60,58)
#31312F
(49,49,47)
#262624
(38,38,36)
#1B1B19
(27,27,25)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #7E7E7C

#7E7E7C
(126,126,124)
#898987
(137,137,135)
#949492
(148,148,146)
#9F9F9D
(159,159,157)
#AAAAA8
(170,170,168)
#B5B5B3
(181,181,179)
#C0C0BE
(192,192,190)
#CBCBC9
(203,203,201)
#D6D6D4
(214,214,212)
#E1E1DF
(225,225,223)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7E7C; }

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

This text font color is #7E7E7C.


Background Color

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

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

This div background color is #7E7E7C.


Border color

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

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

This div border color is #7E7E7C.


Opacity

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

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

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

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

This text has shadow with #7E7E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7E7C on black background.


Color preview on white background

This text has color #7E7E7C on white background.



Black color preview on #7E7E7C background

This text has black color on #7E7E7C background.


White color preview on #7E7E7C background

This text has white color on #7E7E7C background.