COLOR #7E8763

HEX: #7E8763
RGB: (126,135,99)

Renk bilgisi

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

RGB renk modeli

#7E8763 color RGB value is (126,135,99).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 135 of 255 = 53%
B 99 of 255 = 39%

126
135
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 135 + 99 = 360 (100%)
R 126 of 360 ~ 35%
G 135 of 360 ~ 37.5%
B 99 of 360 ~ 27.5%

%35
%37.5
%27.5

CMYK RENK MODELİ

#7E8763 rengi CMYK tonu (7,0,27,47).

  • camgöbeği tonu 6.67%
  • eflatun tonu 0.00%
  • sarı tonu 26.67%
  • ana renk tonu 47.06%
CMYK:
(7,0,27,47)
C7M0Y27K47 
(7%,0%,27%,47%)
(0.07/0.00/0.27/0.47)	

CMYK yüzdeleri

%6.67
%0
%26.67
%47.06

Codes

Color #7E8763 in popluar color models

7E8763
RGB12613599
HSL75°15.38%45.88%
HSB/HSV75°26.67%52.94%
CMYK6.67%0.00%26.67%
47.06%

Color #7E8763 in popluar number systems.

HEX7E8763
Decimal12613599
Binary1111110100001111100011
Octal176207143

Shades and tints

Shades of #7E8763

#7E8763
(126,135,99)
#737B5A
(115,123,90)
#686F51
(104,111,81)
#5D6348
(93,99,72)
#52573F
(82,87,63)
#474B36
(71,75,54)
#3C3F2D
(60,63,45)
#313324
(49,51,36)
#26271B
(38,39,27)
#1B1B12
(27,27,18)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #7E8763

#7E8763
(126,135,99)
#899171
(137,145,113)
#949B7F
(148,155,127)
#9FA58D
(159,165,141)
#AAAF9B
(170,175,155)
#B5B9A9
(181,185,169)
#C0C3B7
(192,195,183)
#CBCDC5
(203,205,197)
#D6D7D3
(214,215,211)
#E1E1E1
(225,225,225)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8763; }

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

This text font color is #7E8763.


Background Color

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

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

This div background color is #7E8763.


Border color

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

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

This div border color is #7E8763.


Opacity

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

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

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

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

This text has shadow with #7E8763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8763 on black background.


Color preview on white background

This text has color #7E8763 on white background.



Black color preview on #7E8763 background

This text has black color on #7E8763 background.


White color preview on #7E8763 background

This text has white color on #7E8763 background.