COLOR #7E476A

HEX: #7E476A
RGB: (126,71,106)

Renk bilgisi

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

RGB renk modeli

#7E476A color RGB value is (126,71,106).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 71 of 255 = 28%
B 106 of 255 = 42%

126
71
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 71 + 106 = 303 (100%)
R 126 of 303 ~ 41.58%
G 71 of 303 ~ 23.43%
B 106 of 303 ~ 34.98%

%41.58
%23.43
%34.98

CMYK RENK MODELİ

#7E476A rengi CMYK tonu (0,44,16,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.65%
  • sarı tonu 15.87%
  • ana renk tonu 50.59%
CMYK:
(0,44,16,51)
C0M44Y16K51 
(0%,44%,16%,51%)
(0.00/0.44/0.16/0.51)	

CMYK yüzdeleri

%0
%43.65
%15.87
%50.59

Codes

Color #7E476A in popluar color models

7E476A
RGB12671106
HSL322°27.92%38.63%
HSB/HSV322°43.65%49.41%
CMYK0.00%43.65%15.87%
50.59%

Color #7E476A in popluar number systems.

HEX7E476A
Decimal12671106
Binary111111010001111101010
Octal176107152

Shades and tints

Shades of #7E476A

#7E476A
(126,71,106)
#734161
(115,65,97)
#683B58
(104,59,88)
#5D354F
(93,53,79)
#522F46
(82,47,70)
#47293D
(71,41,61)
#3C2334
(60,35,52)
#311D2B
(49,29,43)
#261722
(38,23,34)
#1B1119
(27,17,25)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #7E476A

#7E476A
(126,71,106)
#895777
(137,87,119)
#946784
(148,103,132)
#9F7791
(159,119,145)
#AA879E
(170,135,158)
#B597AB
(181,151,171)
#C0A7B8
(192,167,184)
#CBB7C5
(203,183,197)
#D6C7D2
(214,199,210)
#E1D7DF
(225,215,223)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E476A; }

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

This text font color is #7E476A.


Background Color

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

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

This div background color is #7E476A.


Border color

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

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

This div border color is #7E476A.


Opacity

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

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

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

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

This text has shadow with #7E476A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E476A on black background.


Color preview on white background

This text has color #7E476A on white background.



Black color preview on #7E476A background

This text has black color on #7E476A background.


White color preview on #7E476A background

This text has white color on #7E476A background.