COLOR #7E7A77

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

126
122
119

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

Yüzdelerle RGB renk parçaları

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

%34.33
%33.24
%32.43

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%3.17
%5.56
%50.59

Codes

Color #7E7A77 in popluar color models

7E7A77
RGB126122119
HSL26°2.86%48.04%
HSB/HSV26°5.56%49.41%
CMYK0.00%3.17%5.56%
50.59%

Color #7E7A77 in popluar number systems.

HEX7E7A77
Decimal126122119
Binary111111011110101110111
Octal176172167

Shades and tints

Shades of #7E7A77

#7E7A77
(126,122,119)
#736F6D
(115,111,109)
#686463
(104,100,99)
#5D5959
(93,89,89)
#524E4F
(82,78,79)
#474345
(71,67,69)
#3C383B
(60,56,59)
#312D31
(49,45,49)
#262227
(38,34,39)
#1B171D
(27,23,29)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #7E7A77

#7E7A77
(126,122,119)
#898683
(137,134,131)
#94928F
(148,146,143)
#9F9E9B
(159,158,155)
#AAAAA7
(170,170,167)
#B5B6B3
(181,182,179)
#C0C2BF
(192,194,191)
#CBCECB
(203,206,203)
#D6DAD7
(214,218,215)
#E1E6E3
(225,230,227)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7A77; }

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

This text font color is #7E7A77.


Background Color

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

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

This div background color is #7E7A77.


Border color

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

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

This div border color is #7E7A77.


Opacity

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

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

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

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

This text has shadow with #7E7A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7A77 on black background.


Color preview on white background

This text has color #7E7A77 on white background.



Black color preview on #7E7A77 background

This text has black color on #7E7A77 background.


White color preview on #7E7A77 background

This text has white color on #7E7A77 background.