COLOR #7E877C

HEX: #7E877C
RGB: (126,135,124)

Renk bilgisi

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

RGB renk modeli

#7E877C color RGB value is (126,135,124).

  • kırmız ton 126;
  • yeşil ton 135;
  • mavi ton 124.
RGB:
(126,135,124)
(49%,53%,49%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 135 of 255 = 53%
B 124 of 255 = 49%

126
135
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 135 + 124 = 385 (100%)
R 126 of 385 ~ 32.73%
G 135 of 385 ~ 35.06%
B 124 of 385 ~ 32.21%

%32.73
%35.06
%32.21

CMYK RENK MODELİ

#7E877C rengi CMYK tonu (7,0,8,47).

  • camgöbeği tonu 6.67%
  • eflatun tonu 0.00%
  • sarı tonu 8.15%
  • ana renk tonu 47.06%
CMYK:
(7,0,8,47)
C7M0Y8K47 
(7%,0%,8%,47%)
(0.07/0.00/0.08/0.47)	

CMYK yüzdeleri

%6.67
%0
%8.15
%47.06

Codes

Color #7E877C in popluar color models

7E877C
RGB126135124
HSL109°4.38%50.78%
HSB/HSV109°8.15%52.94%
CMYK6.67%0.00%8.15%
47.06%

Color #7E877C in popluar number systems.

HEX7E877C
Decimal126135124
Binary1111110100001111111100
Octal176207174

Shades and tints

Shades of #7E877C

#7E877C
(126,135,124)
#737B71
(115,123,113)
#686F66
(104,111,102)
#5D635B
(93,99,91)
#525750
(82,87,80)
#474B45
(71,75,69)
#3C3F3A
(60,63,58)
#31332F
(49,51,47)
#262724
(38,39,36)
#1B1B19
(27,27,25)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E877C

#7E877C
(126,135,124)
#899187
(137,145,135)
#949B92
(148,155,146)
#9FA59D
(159,165,157)
#AAAFA8
(170,175,168)
#B5B9B3
(181,185,179)
#C0C3BE
(192,195,190)
#CBCDC9
(203,205,201)
#D6D7D4
(214,215,212)
#E1E1DF
(225,225,223)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E877C color. Also use rgb(126,135,124) instead hex code.

Text Font Color

.myTextColor { color: #7E877C; }

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

This text font color is #7E877C.


Background Color

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

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

This div background color is #7E877C.


Border color

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

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

This div border color is #7E877C.


Opacity

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

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

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

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

This text has shadow with #7E877C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E877C on black background.


Color preview on white background

This text has color #7E877C on white background.



Black color preview on #7E877C background

This text has black color on #7E877C background.


White color preview on #7E877C background

This text has white color on #7E877C background.