COLOR #7E78A5

HEX: #7E78A5
RGB: (126,120,165)

Renk bilgisi

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

RGB renk modeli

#7E78A5 color RGB value is (126,120,165).

  • kırmız ton 126;
  • yeşil ton 120;
  • mavi ton 165.
RGB:
(126,120,165)
(49%,47%,65%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 120 of 255 = 47%
B 165 of 255 = 65%

126
120
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 120 + 165 = 411 (100%)
R 126 of 411 ~ 30.66%
G 120 of 411 ~ 29.2%
B 165 of 411 ~ 40.15%

%30.66
%29.2
%40.15

CMYK RENK MODELİ

#7E78A5 rengi CMYK tonu (24,27,0,35).

  • camgöbeği tonu 23.64%
  • eflatun tonu 27.27%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(24,27,0,35)
C24M27Y0K35 
(24%,27%,0%,35%)
(0.24/0.27/0.00/0.35)	

CMYK yüzdeleri

%23.64
%27.27
%0
%35.29

Codes

Color #7E78A5 in popluar color models

7E78A5
RGB126120165
HSL248°20.00%55.88%
HSB/HSV248°27.27%64.71%
CMYK23.64%27.27%0.00%
35.29%

Color #7E78A5 in popluar number systems.

HEX7E78A5
Decimal126120165
Binary1111110111100010100101
Octal176170245

Shades and tints

Shades of #7E78A5

#7E78A5
(126,120,165)
#736E96
(115,110,150)
#686487
(104,100,135)
#5D5A78
(93,90,120)
#525069
(82,80,105)
#47465A
(71,70,90)
#3C3C4B
(60,60,75)
#31323C
(49,50,60)
#26282D
(38,40,45)
#1B1E1E
(27,30,30)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7E78A5

#7E78A5
(126,120,165)
#8984AD
(137,132,173)
#9490B5
(148,144,181)
#9F9CBD
(159,156,189)
#AAA8C5
(170,168,197)
#B5B4CD
(181,180,205)
#C0C0D5
(192,192,213)
#CBCCDD
(203,204,221)
#D6D8E5
(214,216,229)
#E1E4ED
(225,228,237)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E78A5 color. Also use rgb(126,120,165) instead hex code.

Text Font Color

.myTextColor { color: #7E78A5; }

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

This text font color is #7E78A5.


Background Color

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

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

This div background color is #7E78A5.


Border color

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

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

This div border color is #7E78A5.


Opacity

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

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

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

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

This text has shadow with #7E78A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E78A5 on black background.


Color preview on white background

This text has color #7E78A5 on white background.



Black color preview on #7E78A5 background

This text has black color on #7E78A5 background.


White color preview on #7E78A5 background

This text has white color on #7E78A5 background.