COLOR #7E777D

HEX: #7E777D
RGB: (126,119,125)

Renk bilgisi

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

RGB renk modeli

#7E777D color RGB value is (126,119,125).

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

RGB bağlantıları ve doygunluk

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

126
119
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 119 + 125 = 370 (100%)
R 126 of 370 ~ 34.05%
G 119 of 370 ~ 32.16%
B 125 of 370 ~ 33.78%

%34.05
%32.16
%33.78

CMYK RENK MODELİ

#7E777D rengi CMYK tonu (0,6,1,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.56%
  • sarı tonu 0.79%
  • ana renk tonu 50.59%
CMYK:
(0,6,1,51)
C0M6Y1K51 
(0%,6%,1%,51%)
(0.00/0.06/0.01/0.51)	

CMYK yüzdeleri

%0
%5.56
%0.79
%50.59

Codes

Color #7E777D in popluar color models

7E777D
RGB126119125
HSL309°2.86%48.04%
HSB/HSV309°5.56%49.41%
CMYK0.00%5.56%0.79%
50.59%

Color #7E777D in popluar number systems.

HEX7E777D
Decimal126119125
Binary111111011101111111101
Octal176167175

Shades and tints

Shades of #7E777D

#7E777D
(126,119,125)
#736D72
(115,109,114)
#686367
(104,99,103)
#5D595C
(93,89,92)
#524F51
(82,79,81)
#474546
(71,69,70)
#3C3B3B
(60,59,59)
#313130
(49,49,48)
#262725
(38,39,37)
#1B1D1A
(27,29,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #7E777D

#7E777D
(126,119,125)
#898388
(137,131,136)
#948F93
(148,143,147)
#9F9B9E
(159,155,158)
#AAA7A9
(170,167,169)
#B5B3B4
(181,179,180)
#C0BFBF
(192,191,191)
#CBCBCA
(203,203,202)
#D6D7D5
(214,215,213)
#E1E3E0
(225,227,224)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E777D; }

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

This text font color is #7E777D.


Background Color

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

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

This div background color is #7E777D.


Border color

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

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

This div border color is #7E777D.


Opacity

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

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

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

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

This text has shadow with #7E777D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E777D on black background.


Color preview on white background

This text has color #7E777D on white background.



Black color preview on #7E777D background

This text has black color on #7E777D background.


White color preview on #7E777D background

This text has white color on #7E777D background.