COLOR #7E4C99

HEX: #7E4C99
RGB: (126,76,153)

Renk bilgisi

#7E4C99 contains mainly red and blue colors. #7E4C99 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#7E4C99 color RGB value is (126,76,153).

  • kırmız ton 126;
  • yeşil ton 76;
  • mavi ton 153.
RGB:
(126,76,153)
(49%,30%,60%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 76 of 255 = 30%
B 153 of 255 = 60%

126
76
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 76 + 153 = 355 (100%)
R 126 of 355 ~ 35.49%
G 76 of 355 ~ 21.41%
B 153 of 355 ~ 43.1%

%35.49
%21.41
%43.1

CMYK RENK MODELİ

#7E4C99 rengi CMYK tonu (18,50,0,40).

  • camgöbeği tonu 17.65%
  • eflatun tonu 50.33%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(18,50,0,40)
C18M50Y0K40 
(18%,50%,0%,40%)
(0.18/0.50/0.00/0.40)	

CMYK yüzdeleri

%17.65
%50.33
%0
%40

Codes

Color #7E4C99 in popluar color models

7E4C99
RGB12676153
HSL279°33.62%44.90%
HSB/HSV279°50.33%60.00%
CMYK17.65%50.33%0.00%
40.00%

Color #7E4C99 in popluar number systems.

HEX7E4C99
Decimal12676153
Binary1111110100110010011001
Octal176114231

Shades and tints

Shades of #7E4C99

#7E4C99
(126,76,153)
#73468C
(115,70,140)
#68407F
(104,64,127)
#5D3A72
(93,58,114)
#523465
(82,52,101)
#472E58
(71,46,88)
#3C284B
(60,40,75)
#31223E
(49,34,62)
#261C31
(38,28,49)
#1B1624
(27,22,36)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #7E4C99

#7E4C99
(126,76,153)
#895CA2
(137,92,162)
#946CAB
(148,108,171)
#9F7CB4
(159,124,180)
#AA8CBD
(170,140,189)
#B59CC6
(181,156,198)
#C0ACCF
(192,172,207)
#CBBCD8
(203,188,216)
#D6CCE1
(214,204,225)
#E1DCEA
(225,220,234)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4C99 color. Also use rgb(126,76,153) instead hex code.

Text Font Color

.myTextColor { color: #7E4C99; }

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

This text font color is #7E4C99.


Background Color

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

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

This div background color is #7E4C99.


Border color

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

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

This div border color is #7E4C99.


Opacity

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

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

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

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

This text has shadow with #7E4C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4C99 on black background.


Color preview on white background

This text has color #7E4C99 on white background.



Black color preview on #7E4C99 background

This text has black color on #7E4C99 background.


White color preview on #7E4C99 background

This text has white color on #7E4C99 background.