COLOR #776A39

HEX: #776A39
RGB: (119,106,57)

Renk bilgisi

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

RGB renk modeli

#776A39 color RGB value is (119,106,57).

  • kırmız ton 119;
  • yeşil ton 106;
  • mavi ton 57.
RGB:
(119,106,57)
(47%,42%,22%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 106 of 255 = 42%
B 57 of 255 = 22%

119
106
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 106 + 57 = 282 (100%)
R 119 of 282 ~ 42.2%
G 106 of 282 ~ 37.59%
B 57 of 282 ~ 20.21%

%42.2
%37.59
%20.21

CMYK RENK MODELİ

#776A39 rengi CMYK tonu (0,11,52,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.92%
  • sarı tonu 52.10%
  • ana renk tonu 53.33%
CMYK:
(0,11,52,53)
C0M11Y52K53 
(0%,11%,52%,53%)
(0.00/0.11/0.52/0.53)	

CMYK yüzdeleri

%0
%10.92
%52.1
%53.33

Codes

Color #776A39 in popluar color models

776A39
RGB11910657
HSL47°35.23%34.51%
HSB/HSV47°52.10%46.67%
CMYK0.00%10.92%52.10%
53.33%

Color #776A39 in popluar number systems.

HEX776A39
Decimal11910657
Binary11101111101010111001
Octal16715271

Shades and tints

Shades of #776A39

#776A39
(119,106,57)
#6D6134
(109,97,52)
#63582F
(99,88,47)
#594F2A
(89,79,42)
#4F4625
(79,70,37)
#453D20
(69,61,32)
#3B341B
(59,52,27)
#312B16
(49,43,22)
#272211
(39,34,17)
#1D190C
(29,25,12)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #776A39

#776A39
(119,106,57)
#83774B
(131,119,75)
#8F845D
(143,132,93)
#9B916F
(155,145,111)
#A79E81
(167,158,129)
#B3AB93
(179,171,147)
#BFB8A5
(191,184,165)
#CBC5B7
(203,197,183)
#D7D2C9
(215,210,201)
#E3DFDB
(227,223,219)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776A39 color. Also use rgb(119,106,57) instead hex code.

Text Font Color

.myTextColor { color: #776A39; }

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

This text font color is #776A39.


Background Color

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

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

This div background color is #776A39.


Border color

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

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

This div border color is #776A39.


Opacity

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

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

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

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

This text has shadow with #776A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A39 on black background.


Color preview on white background

This text has color #776A39 on white background.



Black color preview on #776A39 background

This text has black color on #776A39 background.


White color preview on #776A39 background

This text has white color on #776A39 background.