COLOR #7E674D

HEX: #7E674D
RGB: (126,103,77)

Renk bilgisi

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

RGB renk modeli

#7E674D color RGB value is (126,103,77).

  • kırmız ton 126;
  • yeşil ton 103;
  • mavi ton 77.
RGB:
(126,103,77)
(49%,40%,30%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 103 of 255 = 40%
B 77 of 255 = 30%

126
103
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 103 + 77 = 306 (100%)
R 126 of 306 ~ 41.18%
G 103 of 306 ~ 33.66%
B 77 of 306 ~ 25.16%

%41.18
%33.66
%25.16

CMYK RENK MODELİ

#7E674D rengi CMYK tonu (0,18,39,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.25%
  • sarı tonu 38.89%
  • ana renk tonu 50.59%
CMYK:
(0,18,39,51)
C0M18Y39K51 
(0%,18%,39%,51%)
(0.00/0.18/0.39/0.51)	

CMYK yüzdeleri

%0
%18.25
%38.89
%50.59

Codes

Color #7E674D in popluar color models

7E674D
RGB12610377
HSL32°24.14%39.80%
HSB/HSV32°38.89%49.41%
CMYK0.00%18.25%38.89%
50.59%

Color #7E674D in popluar number systems.

HEX7E674D
Decimal12610377
Binary111111011001111001101
Octal176147115

Shades and tints

Shades of #7E674D

#7E674D
(126,103,77)
#735E46
(115,94,70)
#68553F
(104,85,63)
#5D4C38
(93,76,56)
#524331
(82,67,49)
#473A2A
(71,58,42)
#3C3123
(60,49,35)
#31281C
(49,40,28)
#261F15
(38,31,21)
#1B160E
(27,22,14)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #7E674D

#7E674D
(126,103,77)
#89745D
(137,116,93)
#94816D
(148,129,109)
#9F8E7D
(159,142,125)
#AA9B8D
(170,155,141)
#B5A89D
(181,168,157)
#C0B5AD
(192,181,173)
#CBC2BD
(203,194,189)
#D6CFCD
(214,207,205)
#E1DCDD
(225,220,221)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E674D color. Also use rgb(126,103,77) instead hex code.

Text Font Color

.myTextColor { color: #7E674D; }

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

This text font color is #7E674D.


Background Color

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

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

This div background color is #7E674D.


Border color

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

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

This div border color is #7E674D.


Opacity

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

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

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

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

This text has shadow with #7E674D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E674D on black background.


Color preview on white background

This text has color #7E674D on white background.



Black color preview on #7E674D background

This text has black color on #7E674D background.


White color preview on #7E674D background

This text has white color on #7E674D background.