COLOR #776D66

HEX: #776D66
RGB: (119,109,102)

Renk bilgisi

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

RGB renk modeli

#776D66 color RGB value is (119,109,102).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 109 of 255 = 43%
B 102 of 255 = 40%

119
109
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 109 + 102 = 330 (100%)
R 119 of 330 ~ 36.06%
G 109 of 330 ~ 33.03%
B 102 of 330 ~ 30.91%

%36.06
%33.03
%30.91

CMYK RENK MODELİ

#776D66 rengi CMYK tonu (0,8,14,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.40%
  • sarı tonu 14.29%
  • ana renk tonu 53.33%
CMYK:
(0,8,14,53)
C0M8Y14K53 
(0%,8%,14%,53%)
(0.00/0.08/0.14/0.53)	

CMYK yüzdeleri

%0
%8.4
%14.29
%53.33

Codes

Color #776D66 in popluar color models

776D66
RGB119109102
HSL25°7.69%43.33%
HSB/HSV25°14.29%46.67%
CMYK0.00%8.40%14.29%
53.33%

Color #776D66 in popluar number systems.

HEX776D66
Decimal119109102
Binary111011111011011100110
Octal167155146

Shades and tints

Shades of #776D66

#776D66
(119,109,102)
#6D645D
(109,100,93)
#635B54
(99,91,84)
#59524B
(89,82,75)
#4F4942
(79,73,66)
#454039
(69,64,57)
#3B3730
(59,55,48)
#312E27
(49,46,39)
#27251E
(39,37,30)
#1D1C15
(29,28,21)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #776D66

#776D66
(119,109,102)
#837A73
(131,122,115)
#8F8780
(143,135,128)
#9B948D
(155,148,141)
#A7A19A
(167,161,154)
#B3AEA7
(179,174,167)
#BFBBB4
(191,187,180)
#CBC8C1
(203,200,193)
#D7D5CE
(215,213,206)
#E3E2DB
(227,226,219)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D66; }

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

This text font color is #776D66.


Background Color

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

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

This div background color is #776D66.


Border color

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

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

This div border color is #776D66.


Opacity

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

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

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

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

This text has shadow with #776D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D66 on black background.


Color preview on white background

This text has color #776D66 on white background.



Black color preview on #776D66 background

This text has black color on #776D66 background.


White color preview on #776D66 background

This text has white color on #776D66 background.