COLOR #7E6E5D

HEX: #7E6E5D
RGB: (126,110,93)

Renk bilgisi

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

RGB renk modeli

#7E6E5D color RGB value is (126,110,93).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 110 of 255 = 43%
B 93 of 255 = 36%

126
110
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 110 + 93 = 329 (100%)
R 126 of 329 ~ 38.3%
G 110 of 329 ~ 33.43%
B 93 of 329 ~ 28.27%

%38.3
%33.43
%28.27

CMYK RENK MODELİ

#7E6E5D rengi CMYK tonu (0,13,26,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.70%
  • sarı tonu 26.19%
  • ana renk tonu 50.59%
CMYK:
(0,13,26,51)
C0M13Y26K51 
(0%,13%,26%,51%)
(0.00/0.13/0.26/0.51)	

CMYK yüzdeleri

%0
%12.7
%26.19
%50.59

Codes

Color #7E6E5D in popluar color models

7E6E5D
RGB12611093
HSL31°15.07%42.94%
HSB/HSV31°26.19%49.41%
CMYK0.00%12.70%26.19%
50.59%

Color #7E6E5D in popluar number systems.

HEX7E6E5D
Decimal12611093
Binary111111011011101011101
Octal176156135

Shades and tints

Shades of #7E6E5D

#7E6E5D
(126,110,93)
#736455
(115,100,85)
#685A4D
(104,90,77)
#5D5045
(93,80,69)
#52463D
(82,70,61)
#473C35
(71,60,53)
#3C322D
(60,50,45)
#312825
(49,40,37)
#261E1D
(38,30,29)
#1B1415
(27,20,21)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #7E6E5D

#7E6E5D
(126,110,93)
#897B6B
(137,123,107)
#948879
(148,136,121)
#9F9587
(159,149,135)
#AAA295
(170,162,149)
#B5AFA3
(181,175,163)
#C0BCB1
(192,188,177)
#CBC9BF
(203,201,191)
#D6D6CD
(214,214,205)
#E1E3DB
(225,227,219)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6E5D; }

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

This text font color is #7E6E5D.


Background Color

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

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

This div background color is #7E6E5D.


Border color

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

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

This div border color is #7E6E5D.


Opacity

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

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

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

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

This text has shadow with #7E6E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6E5D on black background.


Color preview on white background

This text has color #7E6E5D on white background.



Black color preview on #7E6E5D background

This text has black color on #7E6E5D background.


White color preview on #7E6E5D background

This text has white color on #7E6E5D background.