COLOR #7E754B

HEX: #7E754B
RGB: (126,117,75)

Renk bilgisi

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

RGB renk modeli

#7E754B color RGB value is (126,117,75).

  • kırmız ton 126;
  • yeşil ton 117;
  • mavi ton 75.
RGB:
(126,117,75)
(49%,46%,29%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 117 of 255 = 46%
B 75 of 255 = 29%

126
117
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 117 + 75 = 318 (100%)
R 126 of 318 ~ 39.62%
G 117 of 318 ~ 36.79%
B 75 of 318 ~ 23.58%

%39.62
%36.79
%23.58

CMYK RENK MODELİ

#7E754B rengi CMYK tonu (0,7,40,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.14%
  • sarı tonu 40.48%
  • ana renk tonu 50.59%
CMYK:
(0,7,40,51)
C0M7Y40K51 
(0%,7%,40%,51%)
(0.00/0.07/0.40/0.51)	

CMYK yüzdeleri

%0
%7.14
%40.48
%50.59

Codes

Color #7E754B in popluar color models

7E754B
RGB12611775
HSL49°25.37%39.41%
HSB/HSV49°40.48%49.41%
CMYK0.00%7.14%40.48%
50.59%

Color #7E754B in popluar number systems.

HEX7E754B
Decimal12611775
Binary111111011101011001011
Octal176165113

Shades and tints

Shades of #7E754B

#7E754B
(126,117,75)
#736B45
(115,107,69)
#68613F
(104,97,63)
#5D5739
(93,87,57)
#524D33
(82,77,51)
#47432D
(71,67,45)
#3C3927
(60,57,39)
#312F21
(49,47,33)
#26251B
(38,37,27)
#1B1B15
(27,27,21)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #7E754B

#7E754B
(126,117,75)
#89815B
(137,129,91)
#948D6B
(148,141,107)
#9F997B
(159,153,123)
#AAA58B
(170,165,139)
#B5B19B
(181,177,155)
#C0BDAB
(192,189,171)
#CBC9BB
(203,201,187)
#D6D5CB
(214,213,203)
#E1E1DB
(225,225,219)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E754B color. Also use rgb(126,117,75) instead hex code.

Text Font Color

.myTextColor { color: #7E754B; }

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

This text font color is #7E754B.


Background Color

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

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

This div background color is #7E754B.


Border color

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

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

This div border color is #7E754B.


Opacity

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

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

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

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

This text has shadow with #7E754B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E754B on black background.


Color preview on white background

This text has color #7E754B on white background.



Black color preview on #7E754B background

This text has black color on #7E754B background.


White color preview on #7E754B background

This text has white color on #7E754B background.