COLOR #7E777A

HEX: #7E777A
RGB: (126,119,122)

Renk bilgisi

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

RGB renk modeli

#7E777A color RGB value is (126,119,122).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 119 of 255 = 47%
B 122 of 255 = 48%

126
119
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 119 + 122 = 367 (100%)
R 126 of 367 ~ 34.33%
G 119 of 367 ~ 32.43%
B 122 of 367 ~ 33.24%

%34.33
%32.43
%33.24

CMYK RENK MODELİ

#7E777A rengi CMYK tonu (0,6,3,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.56%
  • sarı tonu 3.17%
  • ana renk tonu 50.59%
CMYK:
(0,6,3,51)
C0M6Y3K51 
(0%,6%,3%,51%)
(0.00/0.06/0.03/0.51)	

CMYK yüzdeleri

%0
%5.56
%3.17
%50.59

Codes

Color #7E777A in popluar color models

7E777A
RGB126119122
HSL334°2.86%48.04%
HSB/HSV334°5.56%49.41%
CMYK0.00%5.56%3.17%
50.59%

Color #7E777A in popluar number systems.

HEX7E777A
Decimal126119122
Binary111111011101111111010
Octal176167172

Shades and tints

Shades of #7E777A

#7E777A
(126,119,122)
#736D6F
(115,109,111)
#686364
(104,99,100)
#5D5959
(93,89,89)
#524F4E
(82,79,78)
#474543
(71,69,67)
#3C3B38
(60,59,56)
#31312D
(49,49,45)
#262722
(38,39,34)
#1B1D17
(27,29,23)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #7E777A

#7E777A
(126,119,122)
#898386
(137,131,134)
#948F92
(148,143,146)
#9F9B9E
(159,155,158)
#AAA7AA
(170,167,170)
#B5B3B6
(181,179,182)
#C0BFC2
(192,191,194)
#CBCBCE
(203,203,206)
#D6D7DA
(214,215,218)
#E1E3E6
(225,227,230)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E777A; }

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

This text font color is #7E777A.


Background Color

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

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

This div background color is #7E777A.


Border color

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

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

This div border color is #7E777A.


Opacity

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

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

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

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

This text has shadow with #7E777A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E777A on black background.


Color preview on white background

This text has color #7E777A on white background.



Black color preview on #7E777A background

This text has black color on #7E777A background.


White color preview on #7E777A background

This text has white color on #7E777A background.