COLOR #776B4D

HEX: #776B4D
RGB: (119,107,77)

Renk bilgisi

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

RGB renk modeli

#776B4D color RGB value is (119,107,77).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 107 of 255 = 42%
B 77 of 255 = 30%

119
107
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 107 + 77 = 303 (100%)
R 119 of 303 ~ 39.27%
G 107 of 303 ~ 35.31%
B 77 of 303 ~ 25.41%

%39.27
%35.31
%25.41

CMYK RENK MODELİ

#776B4D rengi CMYK tonu (0,10,35,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.08%
  • sarı tonu 35.29%
  • ana renk tonu 53.33%
CMYK:
(0,10,35,53)
C0M10Y35K53 
(0%,10%,35%,53%)
(0.00/0.10/0.35/0.53)	

CMYK yüzdeleri

%0
%10.08
%35.29
%53.33

Codes

Color #776B4D in popluar color models

776B4D
RGB11910777
HSL43°21.43%38.43%
HSB/HSV43°35.29%46.67%
CMYK0.00%10.08%35.29%
53.33%

Color #776B4D in popluar number systems.

HEX776B4D
Decimal11910777
Binary111011111010111001101
Octal167153115

Shades and tints

Shades of #776B4D

#776B4D
(119,107,77)
#6D6246
(109,98,70)
#63593F
(99,89,63)
#595038
(89,80,56)
#4F4731
(79,71,49)
#453E2A
(69,62,42)
#3B3523
(59,53,35)
#312C1C
(49,44,28)
#272315
(39,35,21)
#1D1A0E
(29,26,14)
#131107
(19,17,7)
#000000
(0,0,0)

Tints of #776B4D

#776B4D
(119,107,77)
#83785D
(131,120,93)
#8F856D
(143,133,109)
#9B927D
(155,146,125)
#A79F8D
(167,159,141)
#B3AC9D
(179,172,157)
#BFB9AD
(191,185,173)
#CBC6BD
(203,198,189)
#D7D3CD
(215,211,205)
#E3E0DD
(227,224,221)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776B4D; }

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

This text font color is #776B4D.


Background Color

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

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

This div background color is #776B4D.


Border color

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

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

This div border color is #776B4D.


Opacity

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

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

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

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

This text has shadow with #776B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B4D on black background.


Color preview on white background

This text has color #776B4D on white background.



Black color preview on #776B4D background

This text has black color on #776B4D background.


White color preview on #776B4D background

This text has white color on #776B4D background.