COLOR #776D34

HEX: #776D34
RGB: (119,109,52)

Renk bilgisi

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

RGB renk modeli

#776D34 color RGB value is (119,109,52).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 109 of 255 = 43%
B 52 of 255 = 20%

119
109
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 109 + 52 = 280 (100%)
R 119 of 280 ~ 42.5%
G 109 of 280 ~ 38.93%
B 52 of 280 ~ 18.57%

%42.5
%38.93
%18.57

CMYK RENK MODELİ

#776D34 rengi CMYK tonu (0,8,56,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.40%
  • sarı tonu 56.30%
  • ana renk tonu 53.33%
CMYK:
(0,8,56,53)
C0M8Y56K53 
(0%,8%,56%,53%)
(0.00/0.08/0.56/0.53)	

CMYK yüzdeleri

%0
%8.4
%56.3
%53.33

Codes

Color #776D34 in popluar color models

776D34
RGB11910952
HSL51°39.18%33.53%
HSB/HSV51°56.30%46.67%
CMYK0.00%8.40%56.30%
53.33%

Color #776D34 in popluar number systems.

HEX776D34
Decimal11910952
Binary11101111101101110100
Octal16715564

Shades and tints

Shades of #776D34

#776D34
(119,109,52)
#6D6430
(109,100,48)
#635B2C
(99,91,44)
#595228
(89,82,40)
#4F4924
(79,73,36)
#454020
(69,64,32)
#3B371C
(59,55,28)
#312E18
(49,46,24)
#272514
(39,37,20)
#1D1C10
(29,28,16)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #776D34

#776D34
(119,109,52)
#837A46
(131,122,70)
#8F8758
(143,135,88)
#9B946A
(155,148,106)
#A7A17C
(167,161,124)
#B3AE8E
(179,174,142)
#BFBBA0
(191,187,160)
#CBC8B2
(203,200,178)
#D7D5C4
(215,213,196)
#E3E2D6
(227,226,214)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D34; }

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

This text font color is #776D34.


Background Color

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

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

This div background color is #776D34.


Border color

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

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

This div border color is #776D34.


Opacity

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

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

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

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

This text has shadow with #776D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D34 on black background.


Color preview on white background

This text has color #776D34 on white background.



Black color preview on #776D34 background

This text has black color on #776D34 background.


White color preview on #776D34 background

This text has white color on #776D34 background.