COLOR #776147

HEX: #776147
RGB: (119,97,71)

Renk bilgisi

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

RGB renk modeli

#776147 color RGB value is (119,97,71).

  • kırmız ton 119;
  • yeşil ton 97;
  • mavi ton 71.
RGB:
(119,97,71)
(47%,38%,28%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 97 of 255 = 38%
B 71 of 255 = 28%

119
97
71

R + G + B ~ 38%. #776147 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 97 + 71 = 287 (100%)
R 119 of 287 ~ 41.46%
G 97 of 287 ~ 33.8%
B 71 of 287 ~ 24.74%

%41.46
%33.8
%24.74

CMYK RENK MODELİ

#776147 rengi CMYK tonu (0,18,40,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.49%
  • sarı tonu 40.34%
  • ana renk tonu 53.33%
CMYK:
(0,18,40,53)
C0M18Y40K53 
(0%,18%,40%,53%)
(0.00/0.18/0.40/0.53)	

CMYK yüzdeleri

%0
%18.49
%40.34
%53.33

Codes

Color #776147 in popluar color models

776147
RGB1199771
HSL33°25.26%37.25%
HSB/HSV33°40.34%46.67%
CMYK0.00%18.49%40.34%
53.33%

Color #776147 in popluar number systems.

HEX776147
Decimal1199771
Binary111011111000011000111
Octal167141107

Shades and tints

Shades of #776147

#776147
(119,97,71)
#6D5941
(109,89,65)
#63513B
(99,81,59)
#594935
(89,73,53)
#4F412F
(79,65,47)
#453929
(69,57,41)
#3B3123
(59,49,35)
#31291D
(49,41,29)
#272117
(39,33,23)
#1D1911
(29,25,17)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #776147

#776147
(119,97,71)
#836F57
(131,111,87)
#8F7D67
(143,125,103)
#9B8B77
(155,139,119)
#A79987
(167,153,135)
#B3A797
(179,167,151)
#BFB5A7
(191,181,167)
#CBC3B7
(203,195,183)
#D7D1C7
(215,209,199)
#E3DFD7
(227,223,215)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776147 color. Also use rgb(119,97,71) instead hex code.

Text Font Color

.myTextColor { color: #776147; }

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

This text font color is #776147.


Background Color

.myBgColor { background-color: #776147; }

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

This div background color is #776147.


Border color

.myBorderColor { border: 1px solid #776147; }

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

This div border color is #776147.


Opacity

.myOpacity80 { color: #776147; opacity: 0.8; }

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

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

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

This text has shadow with #776147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776147 on black background.


Color preview on white background

This text has color #776147 on white background.



Black color preview on #776147 background

This text has black color on #776147 background.


White color preview on #776147 background

This text has white color on #776147 background.