COLOR #7E4A55

HEX: #7E4A55
RGB: (126,74,85)

Renk bilgisi

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

RGB renk modeli

#7E4A55 color RGB value is (126,74,85).

  • kırmız ton 126;
  • yeşil ton 74;
  • mavi ton 85.
RGB:
(126,74,85)
(49%,29%,33%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 74 of 255 = 29%
B 85 of 255 = 33%

126
74
85

R + G + B ~ 37%. #7E4A55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 74 + 85 = 285 (100%)
R 126 of 285 ~ 44.21%
G 74 of 285 ~ 25.96%
B 85 of 285 ~ 29.82%

%44.21
%25.96
%29.82

CMYK RENK MODELİ

#7E4A55 rengi CMYK tonu (0,41,33,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.27%
  • sarı tonu 32.54%
  • ana renk tonu 50.59%
CMYK:
(0,41,33,51)
C0M41Y33K51 
(0%,41%,33%,51%)
(0.00/0.41/0.33/0.51)	

CMYK yüzdeleri

%0
%41.27
%32.54
%50.59

Codes

Color #7E4A55 in popluar color models

7E4A55
RGB1267485
HSL347°26.00%39.22%
HSB/HSV347°41.27%49.41%
CMYK0.00%41.27%32.54%
50.59%

Color #7E4A55 in popluar number systems.

HEX7E4A55
Decimal1267485
Binary111111010010101010101
Octal176112125

Shades and tints

Shades of #7E4A55

#7E4A55
(126,74,85)
#73444E
(115,68,78)
#683E47
(104,62,71)
#5D3840
(93,56,64)
#523239
(82,50,57)
#472C32
(71,44,50)
#3C262B
(60,38,43)
#312024
(49,32,36)
#261A1D
(38,26,29)
#1B1416
(27,20,22)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #7E4A55

#7E4A55
(126,74,85)
#895A64
(137,90,100)
#946A73
(148,106,115)
#9F7A82
(159,122,130)
#AA8A91
(170,138,145)
#B59AA0
(181,154,160)
#C0AAAF
(192,170,175)
#CBBABE
(203,186,190)
#D6CACD
(214,202,205)
#E1DADC
(225,218,220)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4A55 color. Also use rgb(126,74,85) instead hex code.

Text Font Color

.myTextColor { color: #7E4A55; }

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

This text font color is #7E4A55.


Background Color

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

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

This div background color is #7E4A55.


Border color

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

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

This div border color is #7E4A55.


Opacity

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

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

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

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

This text has shadow with #7E4A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4A55 on black background.


Color preview on white background

This text has color #7E4A55 on white background.



Black color preview on #7E4A55 background

This text has black color on #7E4A55 background.


White color preview on #7E4A55 background

This text has white color on #7E4A55 background.