COLOR #7E799B

HEX: #7E799B
RGB: (126,121,155)

Renk bilgisi

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

RGB renk modeli

#7E799B color RGB value is (126,121,155).

  • kırmız ton 126;
  • yeşil ton 121;
  • mavi ton 155.
RGB:
(126,121,155)
(49%,47%,61%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 121 of 255 = 47%
B 155 of 255 = 61%

126
121
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 121 + 155 = 402 (100%)
R 126 of 402 ~ 31.34%
G 121 of 402 ~ 30.1%
B 155 of 402 ~ 38.56%

%31.34
%30.1
%38.56

CMYK RENK MODELİ

#7E799B rengi CMYK tonu (19,22,0,39).

  • camgöbeği tonu 18.71%
  • eflatun tonu 21.94%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(19,22,0,39)
C19M22Y0K39 
(19%,22%,0%,39%)
(0.19/0.22/0.00/0.39)	

CMYK yüzdeleri

%18.71
%21.94
%0
%39.22

Codes

Color #7E799B in popluar color models

7E799B
RGB126121155
HSL249°14.53%54.12%
HSB/HSV249°21.94%60.78%
CMYK18.71%21.94%0.00%
39.22%

Color #7E799B in popluar number systems.

HEX7E799B
Decimal126121155
Binary1111110111100110011011
Octal176171233

Shades and tints

Shades of #7E799B

#7E799B
(126,121,155)
#736E8D
(115,110,141)
#68637F
(104,99,127)
#5D5871
(93,88,113)
#524D63
(82,77,99)
#474255
(71,66,85)
#3C3747
(60,55,71)
#312C39
(49,44,57)
#26212B
(38,33,43)
#1B161D
(27,22,29)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #7E799B

#7E799B
(126,121,155)
#8985A4
(137,133,164)
#9491AD
(148,145,173)
#9F9DB6
(159,157,182)
#AAA9BF
(170,169,191)
#B5B5C8
(181,181,200)
#C0C1D1
(192,193,209)
#CBCDDA
(203,205,218)
#D6D9E3
(214,217,227)
#E1E5EC
(225,229,236)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E799B color. Also use rgb(126,121,155) instead hex code.

Text Font Color

.myTextColor { color: #7E799B; }

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

This text font color is #7E799B.


Background Color

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

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

This div background color is #7E799B.


Border color

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

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

This div border color is #7E799B.


Opacity

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

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

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

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

This text has shadow with #7E799B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E799B on black background.


Color preview on white background

This text has color #7E799B on white background.



Black color preview on #7E799B background

This text has black color on #7E799B background.


White color preview on #7E799B background

This text has white color on #7E799B background.