COLOR #7E8477

HEX: #7E8477
RGB: (126,132,119)

Renk bilgisi

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

RGB renk modeli

#7E8477 color RGB value is (126,132,119).

  • kırmız ton 126;
  • yeşil ton 132;
  • mavi ton 119.
RGB:
(126,132,119)
(49%,52%,47%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 132 of 255 = 52%
B 119 of 255 = 47%

126
132
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 132 + 119 = 377 (100%)
R 126 of 377 ~ 33.42%
G 132 of 377 ~ 35.01%
B 119 of 377 ~ 31.56%

%33.42
%35.01
%31.56

CMYK RENK MODELİ

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

  • camgöbeği tonu 4.55%
  • eflatun tonu 0.00%
  • sarı tonu 9.85%
  • ana renk tonu 48.24%
CMYK:
(5,0,10,48)
C5M0Y10K48 
(5%,0%,10%,48%)
(0.05/0.00/0.10/0.48)	

CMYK yüzdeleri

%4.55
%0
%9.85
%48.24

Codes

Color #7E8477 in popluar color models

7E8477
RGB126132119
HSL88°5.18%49.22%
HSB/HSV88°9.85%51.76%
CMYK4.55%0.00%9.85%
48.24%

Color #7E8477 in popluar number systems.

HEX7E8477
Decimal126132119
Binary1111110100001001110111
Octal176204167

Shades and tints

Shades of #7E8477

#7E8477
(126,132,119)
#73786D
(115,120,109)
#686C63
(104,108,99)
#5D6059
(93,96,89)
#52544F
(82,84,79)
#474845
(71,72,69)
#3C3C3B
(60,60,59)
#313031
(49,48,49)
#262427
(38,36,39)
#1B181D
(27,24,29)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #7E8477

#7E8477
(126,132,119)
#898F83
(137,143,131)
#949A8F
(148,154,143)
#9FA59B
(159,165,155)
#AAB0A7
(170,176,167)
#B5BBB3
(181,187,179)
#C0C6BF
(192,198,191)
#CBD1CB
(203,209,203)
#D6DCD7
(214,220,215)
#E1E7E3
(225,231,227)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8477 color. Also use rgb(126,132,119) instead hex code.

Text Font Color

.myTextColor { color: #7E8477; }

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

This text font color is #7E8477.


Background Color

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

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

This div background color is #7E8477.


Border color

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

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

This div border color is #7E8477.


Opacity

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

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

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

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

This text has shadow with #7E8477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8477 on black background.


Color preview on white background

This text has color #7E8477 on white background.



Black color preview on #7E8477 background

This text has black color on #7E8477 background.


White color preview on #7E8477 background

This text has white color on #7E8477 background.