COLOR #7E757B

HEX: #7E757B
RGB: (126,117,123)

Renk bilgisi

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

RGB renk modeli

#7E757B color RGB value is (126,117,123).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 117 of 255 = 46%
B 123 of 255 = 48%

126
117
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 117 + 123 = 366 (100%)
R 126 of 366 ~ 34.43%
G 117 of 366 ~ 31.97%
B 123 of 366 ~ 33.61%

%34.43
%31.97
%33.61

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.14%
  • sarı tonu 2.38%
  • ana renk tonu 50.59%
CMYK:
(0,7,2,51)
C0M7Y2K51 
(0%,7%,2%,51%)
(0.00/0.07/0.02/0.51)	

CMYK yüzdeleri

%0
%7.14
%2.38
%50.59

Codes

Color #7E757B in popluar color models

7E757B
RGB126117123
HSL320°3.70%47.65%
HSB/HSV320°7.14%49.41%
CMYK0.00%7.14%2.38%
50.59%

Color #7E757B in popluar number systems.

HEX7E757B
Decimal126117123
Binary111111011101011111011
Octal176165173

Shades and tints

Shades of #7E757B

#7E757B
(126,117,123)
#736B70
(115,107,112)
#686165
(104,97,101)
#5D575A
(93,87,90)
#524D4F
(82,77,79)
#474344
(71,67,68)
#3C3939
(60,57,57)
#312F2E
(49,47,46)
#262523
(38,37,35)
#1B1B18
(27,27,24)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #7E757B

#7E757B
(126,117,123)
#898187
(137,129,135)
#948D93
(148,141,147)
#9F999F
(159,153,159)
#AAA5AB
(170,165,171)
#B5B1B7
(181,177,183)
#C0BDC3
(192,189,195)
#CBC9CF
(203,201,207)
#D6D5DB
(214,213,219)
#E1E1E7
(225,225,231)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E757B; }

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

This text font color is #7E757B.


Background Color

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

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

This div background color is #7E757B.


Border color

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

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

This div border color is #7E757B.


Opacity

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

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

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

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

This text has shadow with #7E757B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E757B on black background.


Color preview on white background

This text has color #7E757B on white background.



Black color preview on #7E757B background

This text has black color on #7E757B background.


White color preview on #7E757B background

This text has white color on #7E757B background.