COLOR #7E737E

HEX: #7E737E
RGB: (126,115,126)

Renk bilgisi

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

RGB renk modeli

#7E737E color RGB value is (126,115,126).

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

RGB bağlantıları ve doygunluk

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

126
115
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 115 + 126 = 367 (100%)
R 126 of 367 ~ 34.33%
G 115 of 367 ~ 31.34%
B 126 of 367 ~ 34.33%

%34.33
%31.34
%34.33

CMYK RENK MODELİ

#7E737E rengi CMYK tonu (0,9,0,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.73%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(0,9,0,51)
C0M9Y0K51 
(0%,9%,0%,51%)
(0.00/0.09/0.00/0.51)	

CMYK yüzdeleri

%0
%8.73
%0
%50.59

Codes

Color #7E737E in popluar color models

7E737E
RGB126115126
HSL300°4.56%47.25%
HSB/HSV300°8.73%49.41%
CMYK0.00%8.73%0.00%
50.59%

Color #7E737E in popluar number systems.

HEX7E737E
Decimal126115126
Binary111111011100111111110
Octal176163176

Shades and tints

Shades of #7E737E

#7E737E
(126,115,126)
#736973
(115,105,115)
#685F68
(104,95,104)
#5D555D
(93,85,93)
#524B52
(82,75,82)
#474147
(71,65,71)
#3C373C
(60,55,60)
#312D31
(49,45,49)
#262326
(38,35,38)
#1B191B
(27,25,27)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E737E

#7E737E
(126,115,126)
#897F89
(137,127,137)
#948B94
(148,139,148)
#9F979F
(159,151,159)
#AAA3AA
(170,163,170)
#B5AFB5
(181,175,181)
#C0BBC0
(192,187,192)
#CBC7CB
(203,199,203)
#D6D3D6
(214,211,214)
#E1DFE1
(225,223,225)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E737E; }

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

This text font color is #7E737E.


Background Color

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

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

This div background color is #7E737E.


Border color

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

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

This div border color is #7E737E.


Opacity

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

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

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

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

This text has shadow with #7E737E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E737E on black background.


Color preview on white background

This text has color #7E737E on white background.



Black color preview on #7E737E background

This text has black color on #7E737E background.


White color preview on #7E737E background

This text has white color on #7E737E background.