COLOR #7E6364

HEX: #7E6364
RGB: (126,99,100)

Renk bilgisi

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

RGB renk modeli

#7E6364 color RGB value is (126,99,100).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 99 of 255 = 39%
B 100 of 255 = 39%

126
99
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 99 + 100 = 325 (100%)
R 126 of 325 ~ 38.77%
G 99 of 325 ~ 30.46%
B 100 of 325 ~ 30.77%

%38.77
%30.46
%30.77

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%21.43
%20.63
%50.59

Codes

Color #7E6364 in popluar color models

7E6364
RGB12699100
HSL358°12.00%44.12%
HSB/HSV358°21.43%49.41%
CMYK0.00%21.43%20.63%
50.59%

Color #7E6364 in popluar number systems.

HEX7E6364
Decimal12699100
Binary111111011000111100100
Octal176143144

Shades and tints

Shades of #7E6364

#7E6364
(126,99,100)
#735A5B
(115,90,91)
#685152
(104,81,82)
#5D4849
(93,72,73)
#523F40
(82,63,64)
#473637
(71,54,55)
#3C2D2E
(60,45,46)
#312425
(49,36,37)
#261B1C
(38,27,28)
#1B1213
(27,18,19)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #7E6364

#7E6364
(126,99,100)
#897172
(137,113,114)
#947F80
(148,127,128)
#9F8D8E
(159,141,142)
#AA9B9C
(170,155,156)
#B5A9AA
(181,169,170)
#C0B7B8
(192,183,184)
#CBC5C6
(203,197,198)
#D6D3D4
(214,211,212)
#E1E1E2
(225,225,226)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6364; }

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

This text font color is #7E6364.


Background Color

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

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

This div background color is #7E6364.


Border color

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

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

This div border color is #7E6364.


Opacity

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

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

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

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

This text has shadow with #7E6364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6364 on black background.


Color preview on white background

This text has color #7E6364 on white background.



Black color preview on #7E6364 background

This text has black color on #7E6364 background.


White color preview on #7E6364 background

This text has white color on #7E6364 background.