COLOR #776C36

HEX: #776C36
RGB: (119,108,54)

Renk bilgisi

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

RGB renk modeli

#776C36 color RGB value is (119,108,54).

  • kırmız ton 119;
  • yeşil ton 108;
  • mavi ton 54.
RGB:
(119,108,54)
(47%,42%,21%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 108 of 255 = 42%
B 54 of 255 = 21%

119
108
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 108 + 54 = 281 (100%)
R 119 of 281 ~ 42.35%
G 108 of 281 ~ 38.43%
B 54 of 281 ~ 19.22%

%42.35
%38.43
%19.22

CMYK RENK MODELİ

#776C36 rengi CMYK tonu (0,9,55,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.24%
  • sarı tonu 54.62%
  • ana renk tonu 53.33%
CMYK:
(0,9,55,53)
C0M9Y55K53 
(0%,9%,55%,53%)
(0.00/0.09/0.55/0.53)	

CMYK yüzdeleri

%0
%9.24
%54.62
%53.33

Codes

Color #776C36 in popluar color models

776C36
RGB11910854
HSL50°37.57%33.92%
HSB/HSV50°54.62%46.67%
CMYK0.00%9.24%54.62%
53.33%

Color #776C36 in popluar number systems.

HEX776C36
Decimal11910854
Binary11101111101100110110
Octal16715466

Shades and tints

Shades of #776C36

#776C36
(119,108,54)
#6D6332
(109,99,50)
#635A2E
(99,90,46)
#59512A
(89,81,42)
#4F4826
(79,72,38)
#453F22
(69,63,34)
#3B361E
(59,54,30)
#312D1A
(49,45,26)
#272416
(39,36,22)
#1D1B12
(29,27,18)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #776C36

#776C36
(119,108,54)
#837948
(131,121,72)
#8F865A
(143,134,90)
#9B936C
(155,147,108)
#A7A07E
(167,160,126)
#B3AD90
(179,173,144)
#BFBAA2
(191,186,162)
#CBC7B4
(203,199,180)
#D7D4C6
(215,212,198)
#E3E1D8
(227,225,216)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776C36 color. Also use rgb(119,108,54) instead hex code.

Text Font Color

.myTextColor { color: #776C36; }

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

This text font color is #776C36.


Background Color

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

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

This div background color is #776C36.


Border color

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

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

This div border color is #776C36.


Opacity

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

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

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

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

This text has shadow with #776C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C36 on black background.


Color preview on white background

This text has color #776C36 on white background.



Black color preview on #776C36 background

This text has black color on #776C36 background.


White color preview on #776C36 background

This text has white color on #776C36 background.