COLOR #7E7977

HEX: #7E7977
RGB: (126,121,119)

Renk bilgisi

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

RGB renk modeli

#7E7977 color RGB value is (126,121,119).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 121 of 255 = 47%
B 119 of 255 = 47%

126
121
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 121 + 119 = 366 (100%)
R 126 of 366 ~ 34.43%
G 121 of 366 ~ 33.06%
B 119 of 366 ~ 32.51%

%34.43
%33.06
%32.51

CMYK RENK MODELİ

#7E7977 rengi CMYK tonu (0,4,6,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.97%
  • sarı tonu 5.56%
  • ana renk tonu 50.59%
CMYK:
(0,4,6,51)
C0M4Y6K51 
(0%,4%,6%,51%)
(0.00/0.04/0.06/0.51)	

CMYK yüzdeleri

%0
%3.97
%5.56
%50.59

Codes

Color #7E7977 in popluar color models

7E7977
RGB126121119
HSL17°2.86%48.04%
HSB/HSV17°5.56%49.41%
CMYK0.00%3.97%5.56%
50.59%

Color #7E7977 in popluar number systems.

HEX7E7977
Decimal126121119
Binary111111011110011110111
Octal176171167

Shades and tints

Shades of #7E7977

#7E7977
(126,121,119)
#736E6D
(115,110,109)
#686363
(104,99,99)
#5D5859
(93,88,89)
#524D4F
(82,77,79)
#474245
(71,66,69)
#3C373B
(60,55,59)
#312C31
(49,44,49)
#262127
(38,33,39)
#1B161D
(27,22,29)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #7E7977

#7E7977
(126,121,119)
#898583
(137,133,131)
#94918F
(148,145,143)
#9F9D9B
(159,157,155)
#AAA9A7
(170,169,167)
#B5B5B3
(181,181,179)
#C0C1BF
(192,193,191)
#CBCDCB
(203,205,203)
#D6D9D7
(214,217,215)
#E1E5E3
(225,229,227)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7977; }

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

This text font color is #7E7977.


Background Color

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

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

This div background color is #7E7977.


Border color

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

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

This div border color is #7E7977.


Opacity

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

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

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

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

This text has shadow with #7E7977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7977 on black background.


Color preview on white background

This text has color #7E7977 on white background.



Black color preview on #7E7977 background

This text has black color on #7E7977 background.


White color preview on #7E7977 background

This text has white color on #7E7977 background.