COLOR #7E4751

HEX: #7E4751
RGB: (126,71,81)

Renk bilgisi

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

RGB renk modeli

#7E4751 color RGB value is (126,71,81).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 71 of 255 = 28%
B 81 of 255 = 32%

126
71
81

R + G + B ~ 36%. #7E4751 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 71 + 81 = 278 (100%)
R 126 of 278 ~ 45.32%
G 71 of 278 ~ 25.54%
B 81 of 278 ~ 29.14%

%45.32
%25.54
%29.14

CMYK RENK MODELİ

#7E4751 rengi CMYK tonu (0,44,36,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.65%
  • sarı tonu 35.71%
  • ana renk tonu 50.59%
CMYK:
(0,44,36,51)
C0M44Y36K51 
(0%,44%,36%,51%)
(0.00/0.44/0.36/0.51)	

CMYK yüzdeleri

%0
%43.65
%35.71
%50.59

Codes

Color #7E4751 in popluar color models

7E4751
RGB1267181
HSL349°27.92%38.63%
HSB/HSV349°43.65%49.41%
CMYK0.00%43.65%35.71%
50.59%

Color #7E4751 in popluar number systems.

HEX7E4751
Decimal1267181
Binary111111010001111010001
Octal176107121

Shades and tints

Shades of #7E4751

#7E4751
(126,71,81)
#73414A
(115,65,74)
#683B43
(104,59,67)
#5D353C
(93,53,60)
#522F35
(82,47,53)
#47292E
(71,41,46)
#3C2327
(60,35,39)
#311D20
(49,29,32)
#261719
(38,23,25)
#1B1112
(27,17,18)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #7E4751

#7E4751
(126,71,81)
#895760
(137,87,96)
#94676F
(148,103,111)
#9F777E
(159,119,126)
#AA878D
(170,135,141)
#B5979C
(181,151,156)
#C0A7AB
(192,167,171)
#CBB7BA
(203,183,186)
#D6C7C9
(214,199,201)
#E1D7D8
(225,215,216)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4751; }

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

This text font color is #7E4751.


Background Color

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

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

This div background color is #7E4751.


Border color

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

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

This div border color is #7E4751.


Opacity

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

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

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

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

This text has shadow with #7E4751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4751 on black background.


Color preview on white background

This text has color #7E4751 on white background.



Black color preview on #7E4751 background

This text has black color on #7E4751 background.


White color preview on #7E4751 background

This text has white color on #7E4751 background.