COLOR #7E4979

HEX: #7E4979
RGB: (126,73,121)

Renk bilgisi

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

RGB renk modeli

#7E4979 color RGB value is (126,73,121).

  • kırmız ton 126;
  • yeşil ton 73;
  • mavi ton 121.
RGB:
(126,73,121)
(49%,29%,47%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 73 of 255 = 29%
B 121 of 255 = 47%

126
73
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 73 + 121 = 320 (100%)
R 126 of 320 ~ 39.38%
G 73 of 320 ~ 22.81%
B 121 of 320 ~ 37.81%

%39.38
%22.81
%37.81

CMYK RENK MODELİ

#7E4979 rengi CMYK tonu (0,42,4,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.06%
  • sarı tonu 3.97%
  • ana renk tonu 50.59%
CMYK:
(0,42,4,51)
C0M42Y4K51 
(0%,42%,4%,51%)
(0.00/0.42/0.04/0.51)	

CMYK yüzdeleri

%0
%42.06
%3.97
%50.59

Codes

Color #7E4979 in popluar color models

7E4979
RGB12673121
HSL306°26.63%39.02%
HSB/HSV306°42.06%49.41%
CMYK0.00%42.06%3.97%
50.59%

Color #7E4979 in popluar number systems.

HEX7E4979
Decimal12673121
Binary111111010010011111001
Octal176111171

Shades and tints

Shades of #7E4979

#7E4979
(126,73,121)
#73436E
(115,67,110)
#683D63
(104,61,99)
#5D3758
(93,55,88)
#52314D
(82,49,77)
#472B42
(71,43,66)
#3C2537
(60,37,55)
#311F2C
(49,31,44)
#261921
(38,25,33)
#1B1316
(27,19,22)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #7E4979

#7E4979
(126,73,121)
#895985
(137,89,133)
#946991
(148,105,145)
#9F799D
(159,121,157)
#AA89A9
(170,137,169)
#B599B5
(181,153,181)
#C0A9C1
(192,169,193)
#CBB9CD
(203,185,205)
#D6C9D9
(214,201,217)
#E1D9E5
(225,217,229)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4979 color. Also use rgb(126,73,121) instead hex code.

Text Font Color

.myTextColor { color: #7E4979; }

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

This text font color is #7E4979.


Background Color

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

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

This div background color is #7E4979.


Border color

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

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

This div border color is #7E4979.


Opacity

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

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

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

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

This text has shadow with #7E4979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4979 on black background.


Color preview on white background

This text has color #7E4979 on white background.



Black color preview on #7E4979 background

This text has black color on #7E4979 background.


White color preview on #7E4979 background

This text has white color on #7E4979 background.