COLOR #7E707A

HEX: #7E707A
RGB: (126,112,122)

Renk bilgisi

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

RGB renk modeli

#7E707A color RGB value is (126,112,122).

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

RGB bağlantıları ve doygunluk

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

126
112
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 112 + 122 = 360 (100%)
R 126 of 360 ~ 35%
G 112 of 360 ~ 31.11%
B 122 of 360 ~ 33.89%

%35
%31.11
%33.89

CMYK RENK MODELİ

#7E707A rengi CMYK tonu (0,11,3,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.11%
  • sarı tonu 3.17%
  • ana renk tonu 50.59%
CMYK:
(0,11,3,51)
C0M11Y3K51 
(0%,11%,3%,51%)
(0.00/0.11/0.03/0.51)	

CMYK yüzdeleri

%0
%11.11
%3.17
%50.59

Codes

Color #7E707A in popluar color models

7E707A
RGB126112122
HSL317°5.88%46.67%
HSB/HSV317°11.11%49.41%
CMYK0.00%11.11%3.17%
50.59%

Color #7E707A in popluar number systems.

HEX7E707A
Decimal126112122
Binary111111011100001111010
Octal176160172

Shades and tints

Shades of #7E707A

#7E707A
(126,112,122)
#73666F
(115,102,111)
#685C64
(104,92,100)
#5D5259
(93,82,89)
#52484E
(82,72,78)
#473E43
(71,62,67)
#3C3438
(60,52,56)
#312A2D
(49,42,45)
#262022
(38,32,34)
#1B1617
(27,22,23)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #7E707A

#7E707A
(126,112,122)
#897D86
(137,125,134)
#948A92
(148,138,146)
#9F979E
(159,151,158)
#AAA4AA
(170,164,170)
#B5B1B6
(181,177,182)
#C0BEC2
(192,190,194)
#CBCBCE
(203,203,206)
#D6D8DA
(214,216,218)
#E1E5E6
(225,229,230)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E707A; }

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

This text font color is #7E707A.


Background Color

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

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

This div background color is #7E707A.


Border color

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

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

This div border color is #7E707A.


Opacity

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

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

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

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

This text has shadow with #7E707A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E707A on black background.


Color preview on white background

This text has color #7E707A on white background.



Black color preview on #7E707A background

This text has black color on #7E707A background.


White color preview on #7E707A background

This text has white color on #7E707A background.