COLOR #7E4E76

HEX: #7E4E76
RGB: (126,78,118)

Renk bilgisi

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

RGB renk modeli

#7E4E76 color RGB value is (126,78,118).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 78 of 255 = 31%
B 118 of 255 = 46%

126
78
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 78 + 118 = 322 (100%)
R 126 of 322 ~ 39.13%
G 78 of 322 ~ 24.22%
B 118 of 322 ~ 36.65%

%39.13
%24.22
%36.65

CMYK RENK MODELİ

#7E4E76 rengi CMYK tonu (0,38,6,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.10%
  • sarı tonu 6.35%
  • ana renk tonu 50.59%
CMYK:
(0,38,6,51)
C0M38Y6K51 
(0%,38%,6%,51%)
(0.00/0.38/0.06/0.51)	

CMYK yüzdeleri

%0
%38.1
%6.35
%50.59

Codes

Color #7E4E76 in popluar color models

7E4E76
RGB12678118
HSL310°23.53%40.00%
HSB/HSV310°38.10%49.41%
CMYK0.00%38.10%6.35%
50.59%

Color #7E4E76 in popluar number systems.

HEX7E4E76
Decimal12678118
Binary111111010011101110110
Octal176116166

Shades and tints

Shades of #7E4E76

#7E4E76
(126,78,118)
#73476C
(115,71,108)
#684062
(104,64,98)
#5D3958
(93,57,88)
#52324E
(82,50,78)
#472B44
(71,43,68)
#3C243A
(60,36,58)
#311D30
(49,29,48)
#261626
(38,22,38)
#1B0F1C
(27,15,28)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #7E4E76

#7E4E76
(126,78,118)
#895E82
(137,94,130)
#946E8E
(148,110,142)
#9F7E9A
(159,126,154)
#AA8EA6
(170,142,166)
#B59EB2
(181,158,178)
#C0AEBE
(192,174,190)
#CBBECA
(203,190,202)
#D6CED6
(214,206,214)
#E1DEE2
(225,222,226)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4E76; }

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

This text font color is #7E4E76.


Background Color

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

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

This div background color is #7E4E76.


Border color

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

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

This div border color is #7E4E76.


Opacity

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

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

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

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

This text has shadow with #7E4E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4E76 on black background.


Color preview on white background

This text has color #7E4E76 on white background.



Black color preview on #7E4E76 background

This text has black color on #7E4E76 background.


White color preview on #7E4E76 background

This text has white color on #7E4E76 background.