COLOR #776949

HEX: #776949
RGB: (119,105,73)

Renk bilgisi

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

RGB renk modeli

#776949 color RGB value is (119,105,73).

  • kırmız ton 119;
  • yeşil ton 105;
  • mavi ton 73.
RGB:
(119,105,73)
(47%,41%,29%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 105 of 255 = 41%
B 73 of 255 = 29%

119
105
73

R + G + B ~ 39%. #776949 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 105 + 73 = 297 (100%)
R 119 of 297 ~ 40.07%
G 105 of 297 ~ 35.35%
B 73 of 297 ~ 24.58%

%40.07
%35.35
%24.58

CMYK RENK MODELİ

#776949 rengi CMYK tonu (0,12,39,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.76%
  • sarı tonu 38.66%
  • ana renk tonu 53.33%
CMYK:
(0,12,39,53)
C0M12Y39K53 
(0%,12%,39%,53%)
(0.00/0.12/0.39/0.53)	

CMYK yüzdeleri

%0
%11.76
%38.66
%53.33

Codes

Color #776949 in popluar color models

776949
RGB11910573
HSL42°23.96%37.65%
HSB/HSV42°38.66%46.67%
CMYK0.00%11.76%38.66%
53.33%

Color #776949 in popluar number systems.

HEX776949
Decimal11910573
Binary111011111010011001001
Octal167151111

Shades and tints

Shades of #776949

#776949
(119,105,73)
#6D6043
(109,96,67)
#63573D
(99,87,61)
#594E37
(89,78,55)
#4F4531
(79,69,49)
#453C2B
(69,60,43)
#3B3325
(59,51,37)
#312A1F
(49,42,31)
#272119
(39,33,25)
#1D1813
(29,24,19)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #776949

#776949
(119,105,73)
#837659
(131,118,89)
#8F8369
(143,131,105)
#9B9079
(155,144,121)
#A79D89
(167,157,137)
#B3AA99
(179,170,153)
#BFB7A9
(191,183,169)
#CBC4B9
(203,196,185)
#D7D1C9
(215,209,201)
#E3DED9
(227,222,217)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776949 color. Also use rgb(119,105,73) instead hex code.

Text Font Color

.myTextColor { color: #776949; }

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

This text font color is #776949.


Background Color

.myBgColor { background-color: #776949; }

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

This div background color is #776949.


Border color

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

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

This div border color is #776949.


Opacity

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

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

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

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

This text has shadow with #776949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776949 on black background.


Color preview on white background

This text has color #776949 on white background.



Black color preview on #776949 background

This text has black color on #776949 background.


White color preview on #776949 background

This text has white color on #776949 background.