COLOR #7E6D79

HEX: #7E6D79
RGB: (126,109,121)

Renk bilgisi

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

RGB renk modeli

#7E6D79 color RGB value is (126,109,121).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 109 of 255 = 43%
B 121 of 255 = 47%

126
109
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 109 + 121 = 356 (100%)
R 126 of 356 ~ 35.39%
G 109 of 356 ~ 30.62%
B 121 of 356 ~ 33.99%

%35.39
%30.62
%33.99

CMYK RENK MODELİ

#7E6D79 rengi CMYK tonu (0,13,4,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.49%
  • sarı tonu 3.97%
  • ana renk tonu 50.59%
CMYK:
(0,13,4,51)
C0M13Y4K51 
(0%,13%,4%,51%)
(0.00/0.13/0.04/0.51)	

CMYK yüzdeleri

%0
%13.49
%3.97
%50.59

Codes

Color #7E6D79 in popluar color models

7E6D79
RGB126109121
HSL318°7.23%46.08%
HSB/HSV318°13.49%49.41%
CMYK0.00%13.49%3.97%
50.59%

Color #7E6D79 in popluar number systems.

HEX7E6D79
Decimal126109121
Binary111111011011011111001
Octal176155171

Shades and tints

Shades of #7E6D79

#7E6D79
(126,109,121)
#73646E
(115,100,110)
#685B63
(104,91,99)
#5D5258
(93,82,88)
#52494D
(82,73,77)
#474042
(71,64,66)
#3C3737
(60,55,55)
#312E2C
(49,46,44)
#262521
(38,37,33)
#1B1C16
(27,28,22)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #7E6D79

#7E6D79
(126,109,121)
#897A85
(137,122,133)
#948791
(148,135,145)
#9F949D
(159,148,157)
#AAA1A9
(170,161,169)
#B5AEB5
(181,174,181)
#C0BBC1
(192,187,193)
#CBC8CD
(203,200,205)
#D6D5D9
(214,213,217)
#E1E2E5
(225,226,229)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6D79; }

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

This text font color is #7E6D79.


Background Color

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

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

This div background color is #7E6D79.


Border color

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

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

This div border color is #7E6D79.


Opacity

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

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

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

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

This text has shadow with #7E6D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6D79 on black background.


Color preview on white background

This text has color #7E6D79 on white background.



Black color preview on #7E6D79 background

This text has black color on #7E6D79 background.


White color preview on #7E6D79 background

This text has white color on #7E6D79 background.