COLOR #776D4A

HEX: #776D4A
RGB: (119,109,74)

Renk bilgisi

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

RGB renk modeli

#776D4A color RGB value is (119,109,74).

  • kırmız ton 119;
  • yeşil ton 109;
  • mavi ton 74.
RGB:
(119,109,74)
(47%,43%,29%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 109 of 255 = 43%
B 74 of 255 = 29%

119
109
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 109 + 74 = 302 (100%)
R 119 of 302 ~ 39.4%
G 109 of 302 ~ 36.09%
B 74 of 302 ~ 24.5%

%39.4
%36.09
%24.5

CMYK RENK MODELİ

#776D4A rengi CMYK tonu (0,8,38,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.40%
  • sarı tonu 37.82%
  • ana renk tonu 53.33%
CMYK:
(0,8,38,53)
C0M8Y38K53 
(0%,8%,38%,53%)
(0.00/0.08/0.38/0.53)	

CMYK yüzdeleri

%0
%8.4
%37.82
%53.33

Codes

Color #776D4A in popluar color models

776D4A
RGB11910974
HSL47°23.32%37.84%
HSB/HSV47°37.82%46.67%
CMYK0.00%8.40%37.82%
53.33%

Color #776D4A in popluar number systems.

HEX776D4A
Decimal11910974
Binary111011111011011001010
Octal167155112

Shades and tints

Shades of #776D4A

#776D4A
(119,109,74)
#6D6444
(109,100,68)
#635B3E
(99,91,62)
#595238
(89,82,56)
#4F4932
(79,73,50)
#45402C
(69,64,44)
#3B3726
(59,55,38)
#312E20
(49,46,32)
#27251A
(39,37,26)
#1D1C14
(29,28,20)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #776D4A

#776D4A
(119,109,74)
#837A5A
(131,122,90)
#8F876A
(143,135,106)
#9B947A
(155,148,122)
#A7A18A
(167,161,138)
#B3AE9A
(179,174,154)
#BFBBAA
(191,187,170)
#CBC8BA
(203,200,186)
#D7D5CA
(215,213,202)
#E3E2DA
(227,226,218)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776D4A color. Also use rgb(119,109,74) instead hex code.

Text Font Color

.myTextColor { color: #776D4A; }

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

This text font color is #776D4A.


Background Color

.myBgColor { background-color: #776D4A; }

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

This div background color is #776D4A.


Border color

.myBorderColor { border: 1px solid #776D4A; }

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

This div border color is #776D4A.


Opacity

.myOpacity80 { color: #776D4A; opacity: 0.8; }

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

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

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

This text has shadow with #776D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D4A on black background.


Color preview on white background

This text has color #776D4A on white background.



Black color preview on #776D4A background

This text has black color on #776D4A background.


White color preview on #776D4A background

This text has white color on #776D4A background.