COLOR #7E777B

HEX: #7E777B
RGB: (126,119,123)

Renk bilgisi

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

RGB renk modeli

#7E777B color RGB value is (126,119,123).

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

RGB bağlantıları ve doygunluk

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

126
119
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 119 + 123 = 368 (100%)
R 126 of 368 ~ 34.24%
G 119 of 368 ~ 32.34%
B 123 of 368 ~ 33.42%

%34.24
%32.34
%33.42

CMYK RENK MODELİ

#7E777B rengi CMYK tonu (0,6,2,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.56%
  • sarı tonu 2.38%
  • ana renk tonu 50.59%
CMYK:
(0,6,2,51)
C0M6Y2K51 
(0%,6%,2%,51%)
(0.00/0.06/0.02/0.51)	

CMYK yüzdeleri

%0
%5.56
%2.38
%50.59

Codes

Color #7E777B in popluar color models

7E777B
RGB126119123
HSL326°2.86%48.04%
HSB/HSV326°5.56%49.41%
CMYK0.00%5.56%2.38%
50.59%

Color #7E777B in popluar number systems.

HEX7E777B
Decimal126119123
Binary111111011101111111011
Octal176167173

Shades and tints

Shades of #7E777B

#7E777B
(126,119,123)
#736D70
(115,109,112)
#686365
(104,99,101)
#5D595A
(93,89,90)
#524F4F
(82,79,79)
#474544
(71,69,68)
#3C3B39
(60,59,57)
#31312E
(49,49,46)
#262723
(38,39,35)
#1B1D18
(27,29,24)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #7E777B

#7E777B
(126,119,123)
#898387
(137,131,135)
#948F93
(148,143,147)
#9F9B9F
(159,155,159)
#AAA7AB
(170,167,171)
#B5B3B7
(181,179,183)
#C0BFC3
(192,191,195)
#CBCBCF
(203,203,207)
#D6D7DB
(214,215,219)
#E1E3E7
(225,227,231)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E777B; }

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

This text font color is #7E777B.


Background Color

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

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

This div background color is #7E777B.


Border color

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

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

This div border color is #7E777B.


Opacity

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

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

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

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

This text has shadow with #7E777B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E777B on black background.


Color preview on white background

This text has color #7E777B on white background.



Black color preview on #7E777B background

This text has black color on #7E777B background.


White color preview on #7E777B background

This text has white color on #7E777B background.