COLOR #7E6466

HEX: #7E6466
RGB: (126,100,102)

Renk bilgisi

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

RGB renk modeli

#7E6466 color RGB value is (126,100,102).

  • kırmız ton 126;
  • yeşil ton 100;
  • mavi ton 102.
RGB:
(126,100,102)
(49%,39%,40%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 100 of 255 = 39%
B 102 of 255 = 40%

126
100
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 100 + 102 = 328 (100%)
R 126 of 328 ~ 38.41%
G 100 of 328 ~ 30.49%
B 102 of 328 ~ 31.1%

%38.41
%30.49
%31.1

CMYK RENK MODELİ

#7E6466 rengi CMYK tonu (0,21,19,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.63%
  • sarı tonu 19.05%
  • ana renk tonu 50.59%
CMYK:
(0,21,19,51)
C0M21Y19K51 
(0%,21%,19%,51%)
(0.00/0.21/0.19/0.51)	

CMYK yüzdeleri

%0
%20.63
%19.05
%50.59

Codes

Color #7E6466 in popluar color models

7E6466
RGB126100102
HSL355°11.50%44.31%
HSB/HSV355°20.63%49.41%
CMYK0.00%20.63%19.05%
50.59%

Color #7E6466 in popluar number systems.

HEX7E6466
Decimal126100102
Binary111111011001001100110
Octal176144146

Shades and tints

Shades of #7E6466

#7E6466
(126,100,102)
#735B5D
(115,91,93)
#685254
(104,82,84)
#5D494B
(93,73,75)
#524042
(82,64,66)
#473739
(71,55,57)
#3C2E30
(60,46,48)
#312527
(49,37,39)
#261C1E
(38,28,30)
#1B1315
(27,19,21)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #7E6466

#7E6466
(126,100,102)
#897273
(137,114,115)
#948080
(148,128,128)
#9F8E8D
(159,142,141)
#AA9C9A
(170,156,154)
#B5AAA7
(181,170,167)
#C0B8B4
(192,184,180)
#CBC6C1
(203,198,193)
#D6D4CE
(214,212,206)
#E1E2DB
(225,226,219)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6466 color. Also use rgb(126,100,102) instead hex code.

Text Font Color

.myTextColor { color: #7E6466; }

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

This text font color is #7E6466.


Background Color

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

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

This div background color is #7E6466.


Border color

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

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

This div border color is #7E6466.


Opacity

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

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

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

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

This text has shadow with #7E6466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6466 on black background.


Color preview on white background

This text has color #7E6466 on white background.



Black color preview on #7E6466 background

This text has black color on #7E6466 background.


White color preview on #7E6466 background

This text has white color on #7E6466 background.