COLOR #776B41

HEX: #776B41
RGB: (119,107,65)

Renk bilgisi

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

RGB renk modeli

#776B41 color RGB value is (119,107,65).

  • kırmız ton 119;
  • yeşil ton 107;
  • mavi ton 65.
RGB:
(119,107,65)
(47%,42%,25%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 107 of 255 = 42%
B 65 of 255 = 25%

119
107
65

R + G + B ~ 38%. #776B41 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 107 + 65 = 291 (100%)
R 119 of 291 ~ 40.89%
G 107 of 291 ~ 36.77%
B 65 of 291 ~ 22.34%

%40.89
%36.77
%22.34

CMYK RENK MODELİ

#776B41 rengi CMYK tonu (0,10,45,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.08%
  • sarı tonu 45.38%
  • ana renk tonu 53.33%
CMYK:
(0,10,45,53)
C0M10Y45K53 
(0%,10%,45%,53%)
(0.00/0.10/0.45/0.53)	

CMYK yüzdeleri

%0
%10.08
%45.38
%53.33

Codes

Color #776B41 in popluar color models

776B41
RGB11910765
HSL47°29.35%36.08%
HSB/HSV47°45.38%46.67%
CMYK0.00%10.08%45.38%
53.33%

Color #776B41 in popluar number systems.

HEX776B41
Decimal11910765
Binary111011111010111000001
Octal167153101

Shades and tints

Shades of #776B41

#776B41
(119,107,65)
#6D623C
(109,98,60)
#635937
(99,89,55)
#595032
(89,80,50)
#4F472D
(79,71,45)
#453E28
(69,62,40)
#3B3523
(59,53,35)
#312C1E
(49,44,30)
#272319
(39,35,25)
#1D1A14
(29,26,20)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #776B41

#776B41
(119,107,65)
#837852
(131,120,82)
#8F8563
(143,133,99)
#9B9274
(155,146,116)
#A79F85
(167,159,133)
#B3AC96
(179,172,150)
#BFB9A7
(191,185,167)
#CBC6B8
(203,198,184)
#D7D3C9
(215,211,201)
#E3E0DA
(227,224,218)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776B41 color. Also use rgb(119,107,65) instead hex code.

Text Font Color

.myTextColor { color: #776B41; }

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

This text font color is #776B41.


Background Color

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

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

This div background color is #776B41.


Border color

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

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

This div border color is #776B41.


Opacity

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

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

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

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

This text has shadow with #776B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B41 on black background.


Color preview on white background

This text has color #776B41 on white background.



Black color preview on #776B41 background

This text has black color on #776B41 background.


White color preview on #776B41 background

This text has white color on #776B41 background.