COLOR #7E6B71

HEX: #7E6B71
RGB: (126,107,113)

Renk bilgisi

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

RGB renk modeli

#7E6B71 color RGB value is (126,107,113).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 107 of 255 = 42%
B 113 of 255 = 44%

126
107
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 107 + 113 = 346 (100%)
R 126 of 346 ~ 36.42%
G 107 of 346 ~ 30.92%
B 113 of 346 ~ 32.66%

%36.42
%30.92
%32.66

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%15.08
%10.32
%50.59

Codes

Color #7E6B71 in popluar color models

7E6B71
RGB126107113
HSL341°8.15%45.69%
HSB/HSV341°15.08%49.41%
CMYK0.00%15.08%10.32%
50.59%

Color #7E6B71 in popluar number systems.

HEX7E6B71
Decimal126107113
Binary111111011010111110001
Octal176153161

Shades and tints

Shades of #7E6B71

#7E6B71
(126,107,113)
#736267
(115,98,103)
#68595D
(104,89,93)
#5D5053
(93,80,83)
#524749
(82,71,73)
#473E3F
(71,62,63)
#3C3535
(60,53,53)
#312C2B
(49,44,43)
#262321
(38,35,33)
#1B1A17
(27,26,23)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #7E6B71

#7E6B71
(126,107,113)
#89787D
(137,120,125)
#948589
(148,133,137)
#9F9295
(159,146,149)
#AA9FA1
(170,159,161)
#B5ACAD
(181,172,173)
#C0B9B9
(192,185,185)
#CBC6C5
(203,198,197)
#D6D3D1
(214,211,209)
#E1E0DD
(225,224,221)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6B71; }

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

This text font color is #7E6B71.


Background Color

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

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

This div background color is #7E6B71.


Border color

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

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

This div border color is #7E6B71.


Opacity

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

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

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

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

This text has shadow with #7E6B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6B71 on black background.


Color preview on white background

This text has color #7E6B71 on white background.



Black color preview on #7E6B71 background

This text has black color on #7E6B71 background.


White color preview on #7E6B71 background

This text has white color on #7E6B71 background.