COLOR #7E4876

HEX: #7E4876
RGB: (126,72,118)

Renk bilgisi

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

RGB renk modeli

#7E4876 color RGB value is (126,72,118).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 72 of 255 = 28%
B 118 of 255 = 46%

126
72
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 72 + 118 = 316 (100%)
R 126 of 316 ~ 39.87%
G 72 of 316 ~ 22.78%
B 118 of 316 ~ 37.34%

%39.87
%22.78
%37.34

CMYK RENK MODELİ

#7E4876 rengi CMYK tonu (0,43,6,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.86%
  • sarı tonu 6.35%
  • ana renk tonu 50.59%
CMYK:
(0,43,6,51)
C0M43Y6K51 
(0%,43%,6%,51%)
(0.00/0.43/0.06/0.51)	

CMYK yüzdeleri

%0
%42.86
%6.35
%50.59

Codes

Color #7E4876 in popluar color models

7E4876
RGB12672118
HSL309°27.27%38.82%
HSB/HSV309°42.86%49.41%
CMYK0.00%42.86%6.35%
50.59%

Color #7E4876 in popluar number systems.

HEX7E4876
Decimal12672118
Binary111111010010001110110
Octal176110166

Shades and tints

Shades of #7E4876

#7E4876
(126,72,118)
#73426C
(115,66,108)
#683C62
(104,60,98)
#5D3658
(93,54,88)
#52304E
(82,48,78)
#472A44
(71,42,68)
#3C243A
(60,36,58)
#311E30
(49,30,48)
#261826
(38,24,38)
#1B121C
(27,18,28)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #7E4876

#7E4876
(126,72,118)
#895882
(137,88,130)
#94688E
(148,104,142)
#9F789A
(159,120,154)
#AA88A6
(170,136,166)
#B598B2
(181,152,178)
#C0A8BE
(192,168,190)
#CBB8CA
(203,184,202)
#D6C8D6
(214,200,214)
#E1D8E2
(225,216,226)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4876; }

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

This text font color is #7E4876.


Background Color

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

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

This div background color is #7E4876.


Border color

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

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

This div border color is #7E4876.


Opacity

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

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

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

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

This text has shadow with #7E4876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4876 on black background.


Color preview on white background

This text has color #7E4876 on white background.



Black color preview on #7E4876 background

This text has black color on #7E4876 background.


White color preview on #7E4876 background

This text has white color on #7E4876 background.