COLOR #7E707B

HEX: #7E707B
RGB: (126,112,123)

Renk bilgisi

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

RGB renk modeli

#7E707B color RGB value is (126,112,123).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 112 of 255 = 44%
B 123 of 255 = 48%

126
112
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 112 + 123 = 361 (100%)
R 126 of 361 ~ 34.9%
G 112 of 361 ~ 31.02%
B 123 of 361 ~ 34.07%

%34.9
%31.02
%34.07

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.11%
  • sarı tonu 2.38%
  • ana renk tonu 50.59%
CMYK:
(0,11,2,51)
C0M11Y2K51 
(0%,11%,2%,51%)
(0.00/0.11/0.02/0.51)	

CMYK yüzdeleri

%0
%11.11
%2.38
%50.59

Codes

Color #7E707B in popluar color models

7E707B
RGB126112123
HSL313°5.88%46.67%
HSB/HSV313°11.11%49.41%
CMYK0.00%11.11%2.38%
50.59%

Color #7E707B in popluar number systems.

HEX7E707B
Decimal126112123
Binary111111011100001111011
Octal176160173

Shades and tints

Shades of #7E707B

#7E707B
(126,112,123)
#736670
(115,102,112)
#685C65
(104,92,101)
#5D525A
(93,82,90)
#52484F
(82,72,79)
#473E44
(71,62,68)
#3C3439
(60,52,57)
#312A2E
(49,42,46)
#262023
(38,32,35)
#1B1618
(27,22,24)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #7E707B

#7E707B
(126,112,123)
#897D87
(137,125,135)
#948A93
(148,138,147)
#9F979F
(159,151,159)
#AAA4AB
(170,164,171)
#B5B1B7
(181,177,183)
#C0BEC3
(192,190,195)
#CBCBCF
(203,203,207)
#D6D8DB
(214,216,219)
#E1E5E7
(225,229,231)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E707B; }

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

This text font color is #7E707B.


Background Color

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

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

This div background color is #7E707B.


Border color

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

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

This div border color is #7E707B.


Opacity

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

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

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

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

This text has shadow with #7E707B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E707B on black background.


Color preview on white background

This text has color #7E707B on white background.



Black color preview on #7E707B background

This text has black color on #7E707B background.


White color preview on #7E707B background

This text has white color on #7E707B background.