COLOR #776F59

HEX: #776F59
RGB: (119,111,89)

Renk bilgisi

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

RGB renk modeli

#776F59 color RGB value is (119,111,89).

  • kırmız ton 119;
  • yeşil ton 111;
  • mavi ton 89.
RGB:
(119,111,89)
(47%,44%,35%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 111 of 255 = 44%
B 89 of 255 = 35%

119
111
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 111 + 89 = 319 (100%)
R 119 of 319 ~ 37.3%
G 111 of 319 ~ 34.8%
B 89 of 319 ~ 27.9%

%37.3
%34.8
%27.9

CMYK RENK MODELİ

#776F59 rengi CMYK tonu (0,7,25,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.72%
  • sarı tonu 25.21%
  • ana renk tonu 53.33%
CMYK:
(0,7,25,53)
C0M7Y25K53 
(0%,7%,25%,53%)
(0.00/0.07/0.25/0.53)	

CMYK yüzdeleri

%0
%6.72
%25.21
%53.33

Codes

Color #776F59 in popluar color models

776F59
RGB11911189
HSL44°14.42%40.78%
HSB/HSV44°25.21%46.67%
CMYK0.00%6.72%25.21%
53.33%

Color #776F59 in popluar number systems.

HEX776F59
Decimal11911189
Binary111011111011111011001
Octal167157131

Shades and tints

Shades of #776F59

#776F59
(119,111,89)
#6D6551
(109,101,81)
#635B49
(99,91,73)
#595141
(89,81,65)
#4F4739
(79,71,57)
#453D31
(69,61,49)
#3B3329
(59,51,41)
#312921
(49,41,33)
#271F19
(39,31,25)
#1D1511
(29,21,17)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #776F59

#776F59
(119,111,89)
#837C68
(131,124,104)
#8F8977
(143,137,119)
#9B9686
(155,150,134)
#A7A395
(167,163,149)
#B3B0A4
(179,176,164)
#BFBDB3
(191,189,179)
#CBCAC2
(203,202,194)
#D7D7D1
(215,215,209)
#E3E4E0
(227,228,224)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776F59 color. Also use rgb(119,111,89) instead hex code.

Text Font Color

.myTextColor { color: #776F59; }

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

This text font color is #776F59.


Background Color

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

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

This div background color is #776F59.


Border color

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

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

This div border color is #776F59.


Opacity

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

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

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

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

This text has shadow with #776F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F59 on black background.


Color preview on white background

This text has color #776F59 on white background.



Black color preview on #776F59 background

This text has black color on #776F59 background.


White color preview on #776F59 background

This text has white color on #776F59 background.