COLOR #776F57

HEX: #776F57
RGB: (119,111,87)

Renk bilgisi

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

RGB renk modeli

#776F57 color RGB value is (119,111,87).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 111 of 255 = 44%
B 87 of 255 = 34%

119
111
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 111 + 87 = 317 (100%)
R 119 of 317 ~ 37.54%
G 111 of 317 ~ 35.02%
B 87 of 317 ~ 27.44%

%37.54
%35.02
%27.44

CMYK RENK MODELİ

#776F57 rengi CMYK tonu (0,7,27,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.72%
  • sarı tonu 26.89%
  • ana renk tonu 53.33%
CMYK:
(0,7,27,53)
C0M7Y27K53 
(0%,7%,27%,53%)
(0.00/0.07/0.27/0.53)	

CMYK yüzdeleri

%0
%6.72
%26.89
%53.33

Codes

Color #776F57 in popluar color models

776F57
RGB11911187
HSL45°15.53%40.39%
HSB/HSV45°26.89%46.67%
CMYK0.00%6.72%26.89%
53.33%

Color #776F57 in popluar number systems.

HEX776F57
Decimal11911187
Binary111011111011111010111
Octal167157127

Shades and tints

Shades of #776F57

#776F57
(119,111,87)
#6D6550
(109,101,80)
#635B49
(99,91,73)
#595142
(89,81,66)
#4F473B
(79,71,59)
#453D34
(69,61,52)
#3B332D
(59,51,45)
#312926
(49,41,38)
#271F1F
(39,31,31)
#1D1518
(29,21,24)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #776F57

#776F57
(119,111,87)
#837C66
(131,124,102)
#8F8975
(143,137,117)
#9B9684
(155,150,132)
#A7A393
(167,163,147)
#B3B0A2
(179,176,162)
#BFBDB1
(191,189,177)
#CBCAC0
(203,202,192)
#D7D7CF
(215,215,207)
#E3E4DE
(227,228,222)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776F57; }

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

This text font color is #776F57.


Background Color

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

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

This div background color is #776F57.


Border color

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

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

This div border color is #776F57.


Opacity

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

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

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

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

This text has shadow with #776F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F57 on black background.


Color preview on white background

This text has color #776F57 on white background.



Black color preview on #776F57 background

This text has black color on #776F57 background.


White color preview on #776F57 background

This text has white color on #776F57 background.