COLOR #7E827F

HEX: #7E827F
RGB: (126,130,127)

Renk bilgisi

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

RGB renk modeli

#7E827F color RGB value is (126,130,127).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 130 of 255 = 51%
B 127 of 255 = 50%

126
130
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 130 + 127 = 383 (100%)
R 126 of 383 ~ 32.9%
G 130 of 383 ~ 33.94%
B 127 of 383 ~ 33.16%

%32.9
%33.94
%33.16

CMYK RENK MODELİ

#7E827F rengi CMYK tonu (3,0,2,49).

  • camgöbeği tonu 3.08%
  • eflatun tonu 0.00%
  • sarı tonu 2.31%
  • ana renk tonu 49.02%
CMYK:
(3,0,2,49)
C3M0Y2K49 
(3%,0%,2%,49%)
(0.03/0.00/0.02/0.49)	

CMYK yüzdeleri

%3.08
%0
%2.31
%49.02

Codes

Color #7E827F in popluar color models

7E827F
RGB126130127
HSL135°1.57%50.20%
HSB/HSV135°3.08%50.98%
CMYK3.08%0.00%2.31%
49.02%

Color #7E827F in popluar number systems.

HEX7E827F
Decimal126130127
Binary1111110100000101111111
Octal176202177

Shades and tints

Shades of #7E827F

#7E827F
(126,130,127)
#737774
(115,119,116)
#686C69
(104,108,105)
#5D615E
(93,97,94)
#525653
(82,86,83)
#474B48
(71,75,72)
#3C403D
(60,64,61)
#313532
(49,53,50)
#262A27
(38,42,39)
#1B1F1C
(27,31,28)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #7E827F

#7E827F
(126,130,127)
#898D8A
(137,141,138)
#949895
(148,152,149)
#9FA3A0
(159,163,160)
#AAAEAB
(170,174,171)
#B5B9B6
(181,185,182)
#C0C4C1
(192,196,193)
#CBCFCC
(203,207,204)
#D6DAD7
(214,218,215)
#E1E5E2
(225,229,226)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E827F; }

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

This text font color is #7E827F.


Background Color

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

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

This div background color is #7E827F.


Border color

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

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

This div border color is #7E827F.


Opacity

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

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

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

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

This text has shadow with #7E827F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E827F on black background.


Color preview on white background

This text has color #7E827F on white background.



Black color preview on #7E827F background

This text has black color on #7E827F background.


White color preview on #7E827F background

This text has white color on #7E827F background.