COLOR #7E726B

HEX: #7E726B
RGB: (126,114,107)

Renk bilgisi

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

RGB renk modeli

#7E726B color RGB value is (126,114,107).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 114 of 255 = 45%
B 107 of 255 = 42%

126
114
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 114 + 107 = 347 (100%)
R 126 of 347 ~ 36.31%
G 114 of 347 ~ 32.85%
B 107 of 347 ~ 30.84%

%36.31
%32.85
%30.84

CMYK RENK MODELİ

#7E726B rengi CMYK tonu (0,10,15,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.52%
  • sarı tonu 15.08%
  • ana renk tonu 50.59%
CMYK:
(0,10,15,51)
C0M10Y15K51 
(0%,10%,15%,51%)
(0.00/0.10/0.15/0.51)	

CMYK yüzdeleri

%0
%9.52
%15.08
%50.59

Codes

Color #7E726B in popluar color models

7E726B
RGB126114107
HSL22°8.15%45.69%
HSB/HSV22°15.08%49.41%
CMYK0.00%9.52%15.08%
50.59%

Color #7E726B in popluar number systems.

HEX7E726B
Decimal126114107
Binary111111011100101101011
Octal176162153

Shades and tints

Shades of #7E726B

#7E726B
(126,114,107)
#736862
(115,104,98)
#685E59
(104,94,89)
#5D5450
(93,84,80)
#524A47
(82,74,71)
#47403E
(71,64,62)
#3C3635
(60,54,53)
#312C2C
(49,44,44)
#262223
(38,34,35)
#1B181A
(27,24,26)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #7E726B

#7E726B
(126,114,107)
#897E78
(137,126,120)
#948A85
(148,138,133)
#9F9692
(159,150,146)
#AAA29F
(170,162,159)
#B5AEAC
(181,174,172)
#C0BAB9
(192,186,185)
#CBC6C6
(203,198,198)
#D6D2D3
(214,210,211)
#E1DEE0
(225,222,224)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E726B; }

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

This text font color is #7E726B.


Background Color

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

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

This div background color is #7E726B.


Border color

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

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

This div border color is #7E726B.


Opacity

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

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

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

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

This text has shadow with #7E726B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E726B on black background.


Color preview on white background

This text has color #7E726B on white background.



Black color preview on #7E726B background

This text has black color on #7E726B background.


White color preview on #7E726B background

This text has white color on #7E726B background.