COLOR #7E4787

HEX: #7E4787
RGB: (126,71,135)

Renk bilgisi

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

RGB renk modeli

#7E4787 color RGB value is (126,71,135).

  • kırmız ton 126;
  • yeşil ton 71;
  • mavi ton 135.
RGB:
(126,71,135)
(49%,28%,53%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 71 of 255 = 28%
B 135 of 255 = 53%

126
71
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 71 + 135 = 332 (100%)
R 126 of 332 ~ 37.95%
G 71 of 332 ~ 21.39%
B 135 of 332 ~ 40.66%

%37.95
%21.39
%40.66

CMYK RENK MODELİ

#7E4787 rengi CMYK tonu (7,47,0,47).

  • camgöbeği tonu 6.67%
  • eflatun tonu 47.41%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(7,47,0,47)
C7M47Y0K47 
(7%,47%,0%,47%)
(0.07/0.47/0.00/0.47)	

CMYK yüzdeleri

%6.67
%47.41
%0
%47.06

Codes

Color #7E4787 in popluar color models

7E4787
RGB12671135
HSL292°31.07%40.39%
HSB/HSV292°47.41%52.94%
CMYK6.67%47.41%0.00%
47.06%

Color #7E4787 in popluar number systems.

HEX7E4787
Decimal12671135
Binary1111110100011110000111
Octal176107207

Shades and tints

Shades of #7E4787

#7E4787
(126,71,135)
#73417B
(115,65,123)
#683B6F
(104,59,111)
#5D3563
(93,53,99)
#522F57
(82,47,87)
#47294B
(71,41,75)
#3C233F
(60,35,63)
#311D33
(49,29,51)
#261727
(38,23,39)
#1B111B
(27,17,27)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #7E4787

#7E4787
(126,71,135)
#895791
(137,87,145)
#94679B
(148,103,155)
#9F77A5
(159,119,165)
#AA87AF
(170,135,175)
#B597B9
(181,151,185)
#C0A7C3
(192,167,195)
#CBB7CD
(203,183,205)
#D6C7D7
(214,199,215)
#E1D7E1
(225,215,225)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4787 color. Also use rgb(126,71,135) instead hex code.

Text Font Color

.myTextColor { color: #7E4787; }

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

This text font color is #7E4787.


Background Color

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

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

This div background color is #7E4787.


Border color

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

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

This div border color is #7E4787.


Opacity

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

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

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

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

This text has shadow with #7E4787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4787 on black background.


Color preview on white background

This text has color #7E4787 on white background.



Black color preview on #7E4787 background

This text has black color on #7E4787 background.


White color preview on #7E4787 background

This text has white color on #7E4787 background.