COLOR #7E4E63

HEX: #7E4E63
RGB: (126,78,99)

Renk bilgisi

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

RGB renk modeli

#7E4E63 color RGB value is (126,78,99).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 78 of 255 = 31%
B 99 of 255 = 39%

126
78
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 78 + 99 = 303 (100%)
R 126 of 303 ~ 41.58%
G 78 of 303 ~ 25.74%
B 99 of 303 ~ 32.67%

%41.58
%25.74
%32.67

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%38.1
%21.43
%50.59

Codes

Color #7E4E63 in popluar color models

7E4E63
RGB1267899
HSL334°23.53%40.00%
HSB/HSV334°38.10%49.41%
CMYK0.00%38.10%21.43%
50.59%

Color #7E4E63 in popluar number systems.

HEX7E4E63
Decimal1267899
Binary111111010011101100011
Octal176116143

Shades and tints

Shades of #7E4E63

#7E4E63
(126,78,99)
#73475A
(115,71,90)
#684051
(104,64,81)
#5D3948
(93,57,72)
#52323F
(82,50,63)
#472B36
(71,43,54)
#3C242D
(60,36,45)
#311D24
(49,29,36)
#26161B
(38,22,27)
#1B0F12
(27,15,18)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #7E4E63

#7E4E63
(126,78,99)
#895E71
(137,94,113)
#946E7F
(148,110,127)
#9F7E8D
(159,126,141)
#AA8E9B
(170,142,155)
#B59EA9
(181,158,169)
#C0AEB7
(192,174,183)
#CBBEC5
(203,190,197)
#D6CED3
(214,206,211)
#E1DEE1
(225,222,225)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4E63; }

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

This text font color is #7E4E63.


Background Color

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

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

This div background color is #7E4E63.


Border color

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

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

This div border color is #7E4E63.


Opacity

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

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

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

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

This text has shadow with #7E4E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4E63 on black background.


Color preview on white background

This text has color #7E4E63 on white background.



Black color preview on #7E4E63 background

This text has black color on #7E4E63 background.


White color preview on #7E4E63 background

This text has white color on #7E4E63 background.