COLOR #776B56

HEX: #776B56
RGB: (119,107,86)

Renk bilgisi

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

RGB renk modeli

#776B56 color RGB value is (119,107,86).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 107 of 255 = 42%
B 86 of 255 = 34%

119
107
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 107 + 86 = 312 (100%)
R 119 of 312 ~ 38.14%
G 107 of 312 ~ 34.29%
B 86 of 312 ~ 27.56%

%38.14
%34.29
%27.56

CMYK RENK MODELİ

#776B56 rengi CMYK tonu (0,10,28,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.08%
  • sarı tonu 27.73%
  • ana renk tonu 53.33%
CMYK:
(0,10,28,53)
C0M10Y28K53 
(0%,10%,28%,53%)
(0.00/0.10/0.28/0.53)	

CMYK yüzdeleri

%0
%10.08
%27.73
%53.33

Codes

Color #776B56 in popluar color models

776B56
RGB11910786
HSL38°16.10%40.20%
HSB/HSV38°27.73%46.67%
CMYK0.00%10.08%27.73%
53.33%

Color #776B56 in popluar number systems.

HEX776B56
Decimal11910786
Binary111011111010111010110
Octal167153126

Shades and tints

Shades of #776B56

#776B56
(119,107,86)
#6D624F
(109,98,79)
#635948
(99,89,72)
#595041
(89,80,65)
#4F473A
(79,71,58)
#453E33
(69,62,51)
#3B352C
(59,53,44)
#312C25
(49,44,37)
#27231E
(39,35,30)
#1D1A17
(29,26,23)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #776B56

#776B56
(119,107,86)
#837865
(131,120,101)
#8F8574
(143,133,116)
#9B9283
(155,146,131)
#A79F92
(167,159,146)
#B3ACA1
(179,172,161)
#BFB9B0
(191,185,176)
#CBC6BF
(203,198,191)
#D7D3CE
(215,211,206)
#E3E0DD
(227,224,221)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776B56; }

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

This text font color is #776B56.


Background Color

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

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

This div background color is #776B56.


Border color

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

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

This div border color is #776B56.


Opacity

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

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

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

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

This text has shadow with #776B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776B56 on black background.


Color preview on white background

This text has color #776B56 on white background.



Black color preview on #776B56 background

This text has black color on #776B56 background.


White color preview on #776B56 background

This text has white color on #776B56 background.