COLOR #776131

HEX: #776131
RGB: (119,97,49)

Renk bilgisi

#776131 contains mainly red and green colors. #776131 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#776131 color RGB value is (119,97,49).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 97 of 255 = 38%
B 49 of 255 = 19%

119
97
49

R + G + B ~ 35%. #776131 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 97 + 49 = 265 (100%)
R 119 of 265 ~ 44.91%
G 97 of 265 ~ 36.6%
B 49 of 265 ~ 18.49%

%44.91
%36.6
%18.49

CMYK RENK MODELİ

#776131 rengi CMYK tonu (0,18,59,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.49%
  • sarı tonu 58.82%
  • ana renk tonu 53.33%
CMYK:
(0,18,59,53)
C0M18Y59K53 
(0%,18%,59%,53%)
(0.00/0.18/0.59/0.53)	

CMYK yüzdeleri

%0
%18.49
%58.82
%53.33

Codes

Color #776131 in popluar color models

776131
RGB1199749
HSL41°41.67%32.94%
HSB/HSV41°58.82%46.67%
CMYK0.00%18.49%58.82%
53.33%

Color #776131 in popluar number systems.

HEX776131
Decimal1199749
Binary11101111100001110001
Octal16714161

Shades and tints

Shades of #776131

#776131
(119,97,49)
#6D592D
(109,89,45)
#635129
(99,81,41)
#594925
(89,73,37)
#4F4121
(79,65,33)
#45391D
(69,57,29)
#3B3119
(59,49,25)
#312915
(49,41,21)
#272111
(39,33,17)
#1D190D
(29,25,13)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #776131

#776131
(119,97,49)
#836F43
(131,111,67)
#8F7D55
(143,125,85)
#9B8B67
(155,139,103)
#A79979
(167,153,121)
#B3A78B
(179,167,139)
#BFB59D
(191,181,157)
#CBC3AF
(203,195,175)
#D7D1C1
(215,209,193)
#E3DFD3
(227,223,211)
#EFEDE5
(239,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776131; }

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

This text font color is #776131.


Background Color

.myBgColor { background-color: #776131; }

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

This div background color is #776131.


Border color

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

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

This div border color is #776131.


Opacity

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

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

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

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

This text has shadow with #776131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776131 on black background.


Color preview on white background

This text has color #776131 on white background.



Black color preview on #776131 background

This text has black color on #776131 background.


White color preview on #776131 background

This text has white color on #776131 background.