COLOR #7E6E73

HEX: #7E6E73
RGB: (126,110,115)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

126
110
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 110 + 115 = 351 (100%)
R 126 of 351 ~ 35.9%
G 110 of 351 ~ 31.34%
B 115 of 351 ~ 32.76%

%35.9
%31.34
%32.76

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%12.7
%8.73
%50.59

Codes

Color #7E6E73 in popluar color models

7E6E73
RGB126110115
HSL341°6.78%46.27%
HSB/HSV341°12.70%49.41%
CMYK0.00%12.70%8.73%
50.59%

Color #7E6E73 in popluar number systems.

HEX7E6E73
Decimal126110115
Binary111111011011101110011
Octal176156163

Shades and tints

Shades of #7E6E73

#7E6E73
(126,110,115)
#736469
(115,100,105)
#685A5F
(104,90,95)
#5D5055
(93,80,85)
#52464B
(82,70,75)
#473C41
(71,60,65)
#3C3237
(60,50,55)
#31282D
(49,40,45)
#261E23
(38,30,35)
#1B1419
(27,20,25)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #7E6E73

#7E6E73
(126,110,115)
#897B7F
(137,123,127)
#94888B
(148,136,139)
#9F9597
(159,149,151)
#AAA2A3
(170,162,163)
#B5AFAF
(181,175,175)
#C0BCBB
(192,188,187)
#CBC9C7
(203,201,199)
#D6D6D3
(214,214,211)
#E1E3DF
(225,227,223)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6E73; }

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

This text font color is #7E6E73.


Background Color

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

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

This div background color is #7E6E73.


Border color

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

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

This div border color is #7E6E73.


Opacity

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

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

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

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

This text has shadow with #7E6E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6E73 on black background.


Color preview on white background

This text has color #7E6E73 on white background.



Black color preview on #7E6E73 background

This text has black color on #7E6E73 background.


White color preview on #7E6E73 background

This text has white color on #7E6E73 background.