COLOR #776146

HEX: #776146
RGB: (119,97,70)

Renk bilgisi

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

RGB renk modeli

#776146 color RGB value is (119,97,70).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 97 of 255 = 38%
B 70 of 255 = 27%

119
97
70

R + G + B ~ 37%. #776146 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 97 + 70 = 286 (100%)
R 119 of 286 ~ 41.61%
G 97 of 286 ~ 33.92%
B 70 of 286 ~ 24.48%

%41.61
%33.92
%24.48

CMYK RENK MODELİ

#776146 rengi CMYK tonu (0,18,41,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.49%
  • sarı tonu 41.18%
  • ana renk tonu 53.33%
CMYK:
(0,18,41,53)
C0M18Y41K53 
(0%,18%,41%,53%)
(0.00/0.18/0.41/0.53)	

CMYK yüzdeleri

%0
%18.49
%41.18
%53.33

Codes

Color #776146 in popluar color models

776146
RGB1199770
HSL33°25.93%37.06%
HSB/HSV33°41.18%46.67%
CMYK0.00%18.49%41.18%
53.33%

Color #776146 in popluar number systems.

HEX776146
Decimal1199770
Binary111011111000011000110
Octal167141106

Shades and tints

Shades of #776146

#776146
(119,97,70)
#6D5940
(109,89,64)
#63513A
(99,81,58)
#594934
(89,73,52)
#4F412E
(79,65,46)
#453928
(69,57,40)
#3B3122
(59,49,34)
#31291C
(49,41,28)
#272116
(39,33,22)
#1D1910
(29,25,16)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #776146

#776146
(119,97,70)
#836F56
(131,111,86)
#8F7D66
(143,125,102)
#9B8B76
(155,139,118)
#A79986
(167,153,134)
#B3A796
(179,167,150)
#BFB5A6
(191,181,166)
#CBC3B6
(203,195,182)
#D7D1C6
(215,209,198)
#E3DFD6
(227,223,214)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776146; }

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

This text font color is #776146.


Background Color

.myBgColor { background-color: #776146; }

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

This div background color is #776146.


Border color

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

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

This div border color is #776146.


Opacity

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

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

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

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

This text has shadow with #776146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776146 on black background.


Color preview on white background

This text has color #776146 on white background.



Black color preview on #776146 background

This text has black color on #776146 background.


White color preview on #776146 background

This text has white color on #776146 background.