COLOR #7E778A

HEX: #7E778A
RGB: (126,119,138)

Renk bilgisi

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

RGB renk modeli

#7E778A color RGB value is (126,119,138).

  • kırmız ton 126;
  • yeşil ton 119;
  • mavi ton 138.
RGB:
(126,119,138)
(49%,47%,54%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 119 of 255 = 47%
B 138 of 255 = 54%

126
119
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 119 + 138 = 383 (100%)
R 126 of 383 ~ 32.9%
G 119 of 383 ~ 31.07%
B 138 of 383 ~ 36.03%

%32.9
%31.07
%36.03

CMYK RENK MODELİ

#7E778A rengi CMYK tonu (9,14,0,46).

  • camgöbeği tonu 8.70%
  • eflatun tonu 13.77%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(9,14,0,46)
C9M14Y0K46 
(9%,14%,0%,46%)
(0.09/0.14/0.00/0.46)	

CMYK yüzdeleri

%8.7
%13.77
%0
%45.88

Codes

Color #7E778A in popluar color models

7E778A
RGB126119138
HSL262°7.51%50.39%
HSB/HSV262°13.77%54.12%
CMYK8.70%13.77%0.00%
45.88%

Color #7E778A in popluar number systems.

HEX7E778A
Decimal126119138
Binary1111110111011110001010
Octal176167212

Shades and tints

Shades of #7E778A

#7E778A
(126,119,138)
#736D7E
(115,109,126)
#686372
(104,99,114)
#5D5966
(93,89,102)
#524F5A
(82,79,90)
#47454E
(71,69,78)
#3C3B42
(60,59,66)
#313136
(49,49,54)
#26272A
(38,39,42)
#1B1D1E
(27,29,30)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #7E778A

#7E778A
(126,119,138)
#898394
(137,131,148)
#948F9E
(148,143,158)
#9F9BA8
(159,155,168)
#AAA7B2
(170,167,178)
#B5B3BC
(181,179,188)
#C0BFC6
(192,191,198)
#CBCBD0
(203,203,208)
#D6D7DA
(214,215,218)
#E1E3E4
(225,227,228)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E778A color. Also use rgb(126,119,138) instead hex code.

Text Font Color

.myTextColor { color: #7E778A; }

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

This text font color is #7E778A.


Background Color

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

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

This div background color is #7E778A.


Border color

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

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

This div border color is #7E778A.


Opacity

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

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

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

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

This text has shadow with #7E778A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E778A on black background.


Color preview on white background

This text has color #7E778A on white background.



Black color preview on #7E778A background

This text has black color on #7E778A background.


White color preview on #7E778A background

This text has white color on #7E778A background.