COLOR #7E717B

HEX: #7E717B
RGB: (126,113,123)

Renk bilgisi

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

RGB renk modeli

#7E717B color RGB value is (126,113,123).

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

RGB bağlantıları ve doygunluk

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

126
113
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 113 + 123 = 362 (100%)
R 126 of 362 ~ 34.81%
G 113 of 362 ~ 31.22%
B 123 of 362 ~ 33.98%

%34.81
%31.22
%33.98

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.32%
  • sarı tonu 2.38%
  • ana renk tonu 50.59%
CMYK:
(0,10,2,51)
C0M10Y2K51 
(0%,10%,2%,51%)
(0.00/0.10/0.02/0.51)	

CMYK yüzdeleri

%0
%10.32
%2.38
%50.59

Codes

Color #7E717B in popluar color models

7E717B
RGB126113123
HSL314°5.44%46.86%
HSB/HSV314°10.32%49.41%
CMYK0.00%10.32%2.38%
50.59%

Color #7E717B in popluar number systems.

HEX7E717B
Decimal126113123
Binary111111011100011111011
Octal176161173

Shades and tints

Shades of #7E717B

#7E717B
(126,113,123)
#736770
(115,103,112)
#685D65
(104,93,101)
#5D535A
(93,83,90)
#52494F
(82,73,79)
#473F44
(71,63,68)
#3C3539
(60,53,57)
#312B2E
(49,43,46)
#262123
(38,33,35)
#1B1718
(27,23,24)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #7E717B

#7E717B
(126,113,123)
#897D87
(137,125,135)
#948993
(148,137,147)
#9F959F
(159,149,159)
#AAA1AB
(170,161,171)
#B5ADB7
(181,173,183)
#C0B9C3
(192,185,195)
#CBC5CF
(203,197,207)
#D6D1DB
(214,209,219)
#E1DDE7
(225,221,231)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E717B; }

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

This text font color is #7E717B.


Background Color

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

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

This div background color is #7E717B.


Border color

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

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

This div border color is #7E717B.


Opacity

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

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

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

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

This text has shadow with #7E717B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E717B on black background.


Color preview on white background

This text has color #7E717B on white background.



Black color preview on #7E717B background

This text has black color on #7E717B background.


White color preview on #7E717B background

This text has white color on #7E717B background.