COLOR #7E5D6D

HEX: #7E5D6D
RGB: (126,93,109)

Renk bilgisi

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

RGB renk modeli

#7E5D6D color RGB value is (126,93,109).

  • kırmız ton 126;
  • yeşil ton 93;
  • mavi ton 109.
RGB:
(126,93,109)
(49%,36%,43%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 93 of 255 = 36%
B 109 of 255 = 43%

126
93
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 93 + 109 = 328 (100%)
R 126 of 328 ~ 38.41%
G 93 of 328 ~ 28.35%
B 109 of 328 ~ 33.23%

%38.41
%28.35
%33.23

CMYK RENK MODELİ

#7E5D6D rengi CMYK tonu (0,26,13,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.19%
  • sarı tonu 13.49%
  • ana renk tonu 50.59%
CMYK:
(0,26,13,51)
C0M26Y13K51 
(0%,26%,13%,51%)
(0.00/0.26/0.13/0.51)	

CMYK yüzdeleri

%0
%26.19
%13.49
%50.59

Codes

Color #7E5D6D in popluar color models

7E5D6D
RGB12693109
HSL331°15.07%42.94%
HSB/HSV331°26.19%49.41%
CMYK0.00%26.19%13.49%
50.59%

Color #7E5D6D in popluar number systems.

HEX7E5D6D
Decimal12693109
Binary111111010111011101101
Octal176135155

Shades and tints

Shades of #7E5D6D

#7E5D6D
(126,93,109)
#735564
(115,85,100)
#684D5B
(104,77,91)
#5D4552
(93,69,82)
#523D49
(82,61,73)
#473540
(71,53,64)
#3C2D37
(60,45,55)
#31252E
(49,37,46)
#261D25
(38,29,37)
#1B151C
(27,21,28)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #7E5D6D

#7E5D6D
(126,93,109)
#896B7A
(137,107,122)
#947987
(148,121,135)
#9F8794
(159,135,148)
#AA95A1
(170,149,161)
#B5A3AE
(181,163,174)
#C0B1BB
(192,177,187)
#CBBFC8
(203,191,200)
#D6CDD5
(214,205,213)
#E1DBE2
(225,219,226)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5D6D color. Also use rgb(126,93,109) instead hex code.

Text Font Color

.myTextColor { color: #7E5D6D; }

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

This text font color is #7E5D6D.


Background Color

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

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

This div background color is #7E5D6D.


Border color

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

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

This div border color is #7E5D6D.


Opacity

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

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

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

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

This text has shadow with #7E5D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5D6D on black background.


Color preview on white background

This text has color #7E5D6D on white background.



Black color preview on #7E5D6D background

This text has black color on #7E5D6D background.


White color preview on #7E5D6D background

This text has white color on #7E5D6D background.