COLOR #7E4A74

HEX: #7E4A74
RGB: (126,74,116)

Renk bilgisi

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

RGB renk modeli

#7E4A74 color RGB value is (126,74,116).

  • kırmız ton 126;
  • yeşil ton 74;
  • mavi ton 116.
RGB:
(126,74,116)
(49%,29%,45%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 74 of 255 = 29%
B 116 of 255 = 45%

126
74
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 74 + 116 = 316 (100%)
R 126 of 316 ~ 39.87%
G 74 of 316 ~ 23.42%
B 116 of 316 ~ 36.71%

%39.87
%23.42
%36.71

CMYK RENK MODELİ

#7E4A74 rengi CMYK tonu (0,41,8,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.27%
  • sarı tonu 7.94%
  • ana renk tonu 50.59%
CMYK:
(0,41,8,51)
C0M41Y8K51 
(0%,41%,8%,51%)
(0.00/0.41/0.08/0.51)	

CMYK yüzdeleri

%0
%41.27
%7.94
%50.59

Codes

Color #7E4A74 in popluar color models

7E4A74
RGB12674116
HSL312°26.00%39.22%
HSB/HSV312°41.27%49.41%
CMYK0.00%41.27%7.94%
50.59%

Color #7E4A74 in popluar number systems.

HEX7E4A74
Decimal12674116
Binary111111010010101110100
Octal176112164

Shades and tints

Shades of #7E4A74

#7E4A74
(126,74,116)
#73446A
(115,68,106)
#683E60
(104,62,96)
#5D3856
(93,56,86)
#52324C
(82,50,76)
#472C42
(71,44,66)
#3C2638
(60,38,56)
#31202E
(49,32,46)
#261A24
(38,26,36)
#1B141A
(27,20,26)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #7E4A74

#7E4A74
(126,74,116)
#895A80
(137,90,128)
#946A8C
(148,106,140)
#9F7A98
(159,122,152)
#AA8AA4
(170,138,164)
#B59AB0
(181,154,176)
#C0AABC
(192,170,188)
#CBBAC8
(203,186,200)
#D6CAD4
(214,202,212)
#E1DAE0
(225,218,224)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4A74 color. Also use rgb(126,74,116) instead hex code.

Text Font Color

.myTextColor { color: #7E4A74; }

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

This text font color is #7E4A74.


Background Color

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

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

This div background color is #7E4A74.


Border color

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

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

This div border color is #7E4A74.


Opacity

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

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

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

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

This text has shadow with #7E4A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4A74 on black background.


Color preview on white background

This text has color #7E4A74 on white background.



Black color preview on #7E4A74 background

This text has black color on #7E4A74 background.


White color preview on #7E4A74 background

This text has white color on #7E4A74 background.