COLOR #7E739D

HEX: #7E739D
RGB: (126,115,157)

Renk bilgisi

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

RGB renk modeli

#7E739D color RGB value is (126,115,157).

  • kırmız ton 126;
  • yeşil ton 115;
  • mavi ton 157.
RGB:
(126,115,157)
(49%,45%,62%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 115 of 255 = 45%
B 157 of 255 = 62%

126
115
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 115 + 157 = 398 (100%)
R 126 of 398 ~ 31.66%
G 115 of 398 ~ 28.89%
B 157 of 398 ~ 39.45%

%31.66
%28.89
%39.45

CMYK RENK MODELİ

#7E739D rengi CMYK tonu (20,27,0,38).

  • camgöbeği tonu 19.75%
  • eflatun tonu 26.75%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(20,27,0,38)
C20M27Y0K38 
(20%,27%,0%,38%)
(0.20/0.27/0.00/0.38)	

CMYK yüzdeleri

%19.75
%26.75
%0
%38.43

Codes

Color #7E739D in popluar color models

7E739D
RGB126115157
HSL256°17.65%53.33%
HSB/HSV256°26.75%61.57%
CMYK19.75%26.75%0.00%
38.43%

Color #7E739D in popluar number systems.

HEX7E739D
Decimal126115157
Binary1111110111001110011101
Octal176163235

Shades and tints

Shades of #7E739D

#7E739D
(126,115,157)
#73698F
(115,105,143)
#685F81
(104,95,129)
#5D5573
(93,85,115)
#524B65
(82,75,101)
#474157
(71,65,87)
#3C3749
(60,55,73)
#312D3B
(49,45,59)
#26232D
(38,35,45)
#1B191F
(27,25,31)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #7E739D

#7E739D
(126,115,157)
#897FA5
(137,127,165)
#948BAD
(148,139,173)
#9F97B5
(159,151,181)
#AAA3BD
(170,163,189)
#B5AFC5
(181,175,197)
#C0BBCD
(192,187,205)
#CBC7D5
(203,199,213)
#D6D3DD
(214,211,221)
#E1DFE5
(225,223,229)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E739D color. Also use rgb(126,115,157) instead hex code.

Text Font Color

.myTextColor { color: #7E739D; }

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

This text font color is #7E739D.


Background Color

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

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

This div background color is #7E739D.


Border color

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

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

This div border color is #7E739D.


Opacity

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

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

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

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

This text has shadow with #7E739D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E739D on black background.


Color preview on white background

This text has color #7E739D on white background.



Black color preview on #7E739D background

This text has black color on #7E739D background.


White color preview on #7E739D background

This text has white color on #7E739D background.