COLOR #7E7F85

HEX: #7E7F85
RGB: (126,127,133)

Renk bilgisi

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

RGB renk modeli

#7E7F85 color RGB value is (126,127,133).

  • kırmız ton 126;
  • yeşil ton 127;
  • mavi ton 133.
RGB:
(126,127,133)
(49%,50%,52%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 127 of 255 = 50%
B 133 of 255 = 52%

126
127
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 127 + 133 = 386 (100%)
R 126 of 386 ~ 32.64%
G 127 of 386 ~ 32.9%
B 133 of 386 ~ 34.46%

%32.64
%32.9
%34.46

CMYK RENK MODELİ

#7E7F85 rengi CMYK tonu (5,5,0,48).

  • camgöbeği tonu 5.26%
  • eflatun tonu 4.51%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(5,5,0,48)
C5M5Y0K48 
(5%,5%,0%,48%)
(0.05/0.05/0.00/0.48)	

CMYK yüzdeleri

%5.26
%4.51
%0
%47.84

Codes

Color #7E7F85 in popluar color models

7E7F85
RGB126127133
HSL231°2.79%50.78%
HSB/HSV231°5.26%52.16%
CMYK5.26%4.51%0.00%
47.84%

Color #7E7F85 in popluar number systems.

HEX7E7F85
Decimal126127133
Binary1111110111111110000101
Octal176177205

Shades and tints

Shades of #7E7F85

#7E7F85
(126,127,133)
#737479
(115,116,121)
#68696D
(104,105,109)
#5D5E61
(93,94,97)
#525355
(82,83,85)
#474849
(71,72,73)
#3C3D3D
(60,61,61)
#313231
(49,50,49)
#262725
(38,39,37)
#1B1C19
(27,28,25)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #7E7F85

#7E7F85
(126,127,133)
#898A90
(137,138,144)
#94959B
(148,149,155)
#9FA0A6
(159,160,166)
#AAABB1
(170,171,177)
#B5B6BC
(181,182,188)
#C0C1C7
(192,193,199)
#CBCCD2
(203,204,210)
#D6D7DD
(214,215,221)
#E1E2E8
(225,226,232)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7F85 color. Also use rgb(126,127,133) instead hex code.

Text Font Color

.myTextColor { color: #7E7F85; }

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

This text font color is #7E7F85.


Background Color

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

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

This div background color is #7E7F85.


Border color

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

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

This div border color is #7E7F85.


Opacity

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

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

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

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

This text has shadow with #7E7F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7F85 on black background.


Color preview on white background

This text has color #7E7F85 on white background.



Black color preview on #7E7F85 background

This text has black color on #7E7F85 background.


White color preview on #7E7F85 background

This text has white color on #7E7F85 background.