COLOR #7E7477

HEX: #7E7477
RGB: (126,116,119)

Renk bilgisi

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

RGB renk modeli

#7E7477 color RGB value is (126,116,119).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 116 of 255 = 45%
B 119 of 255 = 47%

126
116
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 116 + 119 = 361 (100%)
R 126 of 361 ~ 34.9%
G 116 of 361 ~ 32.13%
B 119 of 361 ~ 32.96%

%34.9
%32.13
%32.96

CMYK RENK MODELİ

#7E7477 rengi CMYK tonu (0,8,6,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.94%
  • sarı tonu 5.56%
  • ana renk tonu 50.59%
CMYK:
(0,8,6,51)
C0M8Y6K51 
(0%,8%,6%,51%)
(0.00/0.08/0.06/0.51)	

CMYK yüzdeleri

%0
%7.94
%5.56
%50.59

Codes

Color #7E7477 in popluar color models

7E7477
RGB126116119
HSL342°4.13%47.45%
HSB/HSV342°7.94%49.41%
CMYK0.00%7.94%5.56%
50.59%

Color #7E7477 in popluar number systems.

HEX7E7477
Decimal126116119
Binary111111011101001110111
Octal176164167

Shades and tints

Shades of #7E7477

#7E7477
(126,116,119)
#736A6D
(115,106,109)
#686063
(104,96,99)
#5D5659
(93,86,89)
#524C4F
(82,76,79)
#474245
(71,66,69)
#3C383B
(60,56,59)
#312E31
(49,46,49)
#262427
(38,36,39)
#1B1A1D
(27,26,29)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #7E7477

#7E7477
(126,116,119)
#898083
(137,128,131)
#948C8F
(148,140,143)
#9F989B
(159,152,155)
#AAA4A7
(170,164,167)
#B5B0B3
(181,176,179)
#C0BCBF
(192,188,191)
#CBC8CB
(203,200,203)
#D6D4D7
(214,212,215)
#E1E0E3
(225,224,227)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7477; }

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

This text font color is #7E7477.


Background Color

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

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

This div background color is #7E7477.


Border color

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

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

This div border color is #7E7477.


Opacity

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

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

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

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

This text has shadow with #7E7477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7477 on black background.


Color preview on white background

This text has color #7E7477 on white background.



Black color preview on #7E7477 background

This text has black color on #7E7477 background.


White color preview on #7E7477 background

This text has white color on #7E7477 background.