COLOR #7E6C63

HEX: #7E6C63
RGB: (126,108,99)

Renk bilgisi

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

RGB renk modeli

#7E6C63 color RGB value is (126,108,99).

  • kırmız ton 126;
  • yeşil ton 108;
  • mavi ton 99.
RGB:
(126,108,99)
(49%,42%,39%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 108 of 255 = 42%
B 99 of 255 = 39%

126
108
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 108 + 99 = 333 (100%)
R 126 of 333 ~ 37.84%
G 108 of 333 ~ 32.43%
B 99 of 333 ~ 29.73%

%37.84
%32.43
%29.73

CMYK RENK MODELİ

#7E6C63 rengi CMYK tonu (0,14,21,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.29%
  • sarı tonu 21.43%
  • ana renk tonu 50.59%
CMYK:
(0,14,21,51)
C0M14Y21K51 
(0%,14%,21%,51%)
(0.00/0.14/0.21/0.51)	

CMYK yüzdeleri

%0
%14.29
%21.43
%50.59

Codes

Color #7E6C63 in popluar color models

7E6C63
RGB12610899
HSL20°12.00%44.12%
HSB/HSV20°21.43%49.41%
CMYK0.00%14.29%21.43%
50.59%

Color #7E6C63 in popluar number systems.

HEX7E6C63
Decimal12610899
Binary111111011011001100011
Octal176154143

Shades and tints

Shades of #7E6C63

#7E6C63
(126,108,99)
#73635A
(115,99,90)
#685A51
(104,90,81)
#5D5148
(93,81,72)
#52483F
(82,72,63)
#473F36
(71,63,54)
#3C362D
(60,54,45)
#312D24
(49,45,36)
#26241B
(38,36,27)
#1B1B12
(27,27,18)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #7E6C63

#7E6C63
(126,108,99)
#897971
(137,121,113)
#94867F
(148,134,127)
#9F938D
(159,147,141)
#AAA09B
(170,160,155)
#B5ADA9
(181,173,169)
#C0BAB7
(192,186,183)
#CBC7C5
(203,199,197)
#D6D4D3
(214,212,211)
#E1E1E1
(225,225,225)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6C63 color. Also use rgb(126,108,99) instead hex code.

Text Font Color

.myTextColor { color: #7E6C63; }

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

This text font color is #7E6C63.


Background Color

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

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

This div background color is #7E6C63.


Border color

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

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

This div border color is #7E6C63.


Opacity

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

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

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

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

This text has shadow with #7E6C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6C63 on black background.


Color preview on white background

This text has color #7E6C63 on white background.



Black color preview on #7E6C63 background

This text has black color on #7E6C63 background.


White color preview on #7E6C63 background

This text has white color on #7E6C63 background.