COLOR #776D51

HEX: #776D51
RGB: (119,109,81)

Renk bilgisi

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

RGB renk modeli

#776D51 color RGB value is (119,109,81).

  • kırmız ton 119;
  • yeşil ton 109;
  • mavi ton 81.
RGB:
(119,109,81)
(47%,43%,32%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 109 of 255 = 43%
B 81 of 255 = 32%

119
109
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 109 + 81 = 309 (100%)
R 119 of 309 ~ 38.51%
G 109 of 309 ~ 35.28%
B 81 of 309 ~ 26.21%

%38.51
%35.28
%26.21

CMYK RENK MODELİ

#776D51 rengi CMYK tonu (0,8,32,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.40%
  • sarı tonu 31.93%
  • ana renk tonu 53.33%
CMYK:
(0,8,32,53)
C0M8Y32K53 
(0%,8%,32%,53%)
(0.00/0.08/0.32/0.53)	

CMYK yüzdeleri

%0
%8.4
%31.93
%53.33

Codes

Color #776D51 in popluar color models

776D51
RGB11910981
HSL44°19.00%39.22%
HSB/HSV44°31.93%46.67%
CMYK0.00%8.40%31.93%
53.33%

Color #776D51 in popluar number systems.

HEX776D51
Decimal11910981
Binary111011111011011010001
Octal167155121

Shades and tints

Shades of #776D51

#776D51
(119,109,81)
#6D644A
(109,100,74)
#635B43
(99,91,67)
#59523C
(89,82,60)
#4F4935
(79,73,53)
#45402E
(69,64,46)
#3B3727
(59,55,39)
#312E20
(49,46,32)
#272519
(39,37,25)
#1D1C12
(29,28,18)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #776D51

#776D51
(119,109,81)
#837A60
(131,122,96)
#8F876F
(143,135,111)
#9B947E
(155,148,126)
#A7A18D
(167,161,141)
#B3AE9C
(179,174,156)
#BFBBAB
(191,187,171)
#CBC8BA
(203,200,186)
#D7D5C9
(215,213,201)
#E3E2D8
(227,226,216)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776D51 color. Also use rgb(119,109,81) instead hex code.

Text Font Color

.myTextColor { color: #776D51; }

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

This text font color is #776D51.


Background Color

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

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

This div background color is #776D51.


Border color

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

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

This div border color is #776D51.


Opacity

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

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

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

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

This text has shadow with #776D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D51 on black background.


Color preview on white background

This text has color #776D51 on white background.



Black color preview on #776D51 background

This text has black color on #776D51 background.


White color preview on #776D51 background

This text has white color on #776D51 background.