COLOR #7E7373

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

126
115
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 115 + 115 = 356 (100%)
R 126 of 356 ~ 35.39%
G 115 of 356 ~ 32.3%
B 115 of 356 ~ 32.3%

%35.39
%32.3
%32.3

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%8.73
%8.73
%50.59

Codes

Color #7E7373 in popluar color models

7E7373
RGB126115115
HSL4.56%47.25%
HSB/HSV8.73%49.41%
CMYK0.00%8.73%8.73%
50.59%

Color #7E7373 in popluar number systems.

HEX7E7373
Decimal126115115
Binary111111011100111110011
Octal176163163

Shades and tints

Shades of #7E7373

#7E7373
(126,115,115)
#736969
(115,105,105)
#685F5F
(104,95,95)
#5D5555
(93,85,85)
#524B4B
(82,75,75)
#474141
(71,65,65)
#3C3737
(60,55,55)
#312D2D
(49,45,45)
#262323
(38,35,35)
#1B1919
(27,25,25)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #7E7373

#7E7373
(126,115,115)
#897F7F
(137,127,127)
#948B8B
(148,139,139)
#9F9797
(159,151,151)
#AAA3A3
(170,163,163)
#B5AFAF
(181,175,175)
#C0BBBB
(192,187,187)
#CBC7C7
(203,199,199)
#D6D3D3
(214,211,211)
#E1DFDF
(225,223,223)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7373; }

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

This text font color is #7E7373.


Background Color

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

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

This div background color is #7E7373.


Border color

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

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

This div border color is #7E7373.


Opacity

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

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

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

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

This text has shadow with #7E7373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7373 on black background.


Color preview on white background

This text has color #7E7373 on white background.



Black color preview on #7E7373 background

This text has black color on #7E7373 background.


White color preview on #7E7373 background

This text has white color on #7E7373 background.