COLOR #7E6D77

HEX: #7E6D77
RGB: (126,109,119)

Renk bilgisi

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

RGB renk modeli

#7E6D77 color RGB value is (126,109,119).

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

RGB bağlantıları ve doygunluk

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

126
109
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 109 + 119 = 354 (100%)
R 126 of 354 ~ 35.59%
G 109 of 354 ~ 30.79%
B 119 of 354 ~ 33.62%

%35.59
%30.79
%33.62

CMYK RENK MODELİ

#7E6D77 rengi CMYK tonu (0,13,6,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.49%
  • sarı tonu 5.56%
  • ana renk tonu 50.59%
CMYK:
(0,13,6,51)
C0M13Y6K51 
(0%,13%,6%,51%)
(0.00/0.13/0.06/0.51)	

CMYK yüzdeleri

%0
%13.49
%5.56
%50.59

Codes

Color #7E6D77 in popluar color models

7E6D77
RGB126109119
HSL325°7.23%46.08%
HSB/HSV325°13.49%49.41%
CMYK0.00%13.49%5.56%
50.59%

Color #7E6D77 in popluar number systems.

HEX7E6D77
Decimal126109119
Binary111111011011011110111
Octal176155167

Shades and tints

Shades of #7E6D77

#7E6D77
(126,109,119)
#73646D
(115,100,109)
#685B63
(104,91,99)
#5D5259
(93,82,89)
#52494F
(82,73,79)
#474045
(71,64,69)
#3C373B
(60,55,59)
#312E31
(49,46,49)
#262527
(38,37,39)
#1B1C1D
(27,28,29)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #7E6D77

#7E6D77
(126,109,119)
#897A83
(137,122,131)
#94878F
(148,135,143)
#9F949B
(159,148,155)
#AAA1A7
(170,161,167)
#B5AEB3
(181,174,179)
#C0BBBF
(192,187,191)
#CBC8CB
(203,200,203)
#D6D5D7
(214,213,215)
#E1E2E3
(225,226,227)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6D77; }

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

This text font color is #7E6D77.


Background Color

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

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

This div background color is #7E6D77.


Border color

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

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

This div border color is #7E6D77.


Opacity

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

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

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

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

This text has shadow with #7E6D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6D77 on black background.


Color preview on white background

This text has color #7E6D77 on white background.



Black color preview on #7E6D77 background

This text has black color on #7E6D77 background.


White color preview on #7E6D77 background

This text has white color on #7E6D77 background.