COLOR #7E6E6B

HEX: #7E6E6B
RGB: (126,110,107)

Renk bilgisi

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

RGB renk modeli

#7E6E6B color RGB value is (126,110,107).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 110 of 255 = 43%
B 107 of 255 = 42%

126
110
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 110 + 107 = 343 (100%)
R 126 of 343 ~ 36.73%
G 110 of 343 ~ 32.07%
B 107 of 343 ~ 31.2%

%36.73
%32.07
%31.2

CMYK RENK MODELİ

#7E6E6B rengi CMYK tonu (0,13,15,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.70%
  • sarı tonu 15.08%
  • ana renk tonu 50.59%
CMYK:
(0,13,15,51)
C0M13Y15K51 
(0%,13%,15%,51%)
(0.00/0.13/0.15/0.51)	

CMYK yüzdeleri

%0
%12.7
%15.08
%50.59

Codes

Color #7E6E6B in popluar color models

7E6E6B
RGB126110107
HSL8.15%45.69%
HSB/HSV15.08%49.41%
CMYK0.00%12.70%15.08%
50.59%

Color #7E6E6B in popluar number systems.

HEX7E6E6B
Decimal126110107
Binary111111011011101101011
Octal176156153

Shades and tints

Shades of #7E6E6B

#7E6E6B
(126,110,107)
#736462
(115,100,98)
#685A59
(104,90,89)
#5D5050
(93,80,80)
#524647
(82,70,71)
#473C3E
(71,60,62)
#3C3235
(60,50,53)
#31282C
(49,40,44)
#261E23
(38,30,35)
#1B141A
(27,20,26)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #7E6E6B

#7E6E6B
(126,110,107)
#897B78
(137,123,120)
#948885
(148,136,133)
#9F9592
(159,149,146)
#AAA29F
(170,162,159)
#B5AFAC
(181,175,172)
#C0BCB9
(192,188,185)
#CBC9C6
(203,201,198)
#D6D6D3
(214,214,211)
#E1E3E0
(225,227,224)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6E6B; }

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

This text font color is #7E6E6B.


Background Color

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

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

This div background color is #7E6E6B.


Border color

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

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

This div border color is #7E6E6B.


Opacity

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

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

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

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

This text has shadow with #7E6E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6E6B on black background.


Color preview on white background

This text has color #7E6E6B on white background.



Black color preview on #7E6E6B background

This text has black color on #7E6E6B background.


White color preview on #7E6E6B background

This text has white color on #7E6E6B background.