COLOR #776C74

HEX: #776C74
RGB: (119,108,116)

Renk bilgisi

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

RGB renk modeli

#776C74 color RGB value is (119,108,116).

  • kırmız ton 119;
  • yeşil ton 108;
  • mavi ton 116.
RGB:
(119,108,116)
(47%,42%,45%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 108 of 255 = 42%
B 116 of 255 = 45%

119
108
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 108 + 116 = 343 (100%)
R 119 of 343 ~ 34.69%
G 108 of 343 ~ 31.49%
B 116 of 343 ~ 33.82%

%34.69
%31.49
%33.82

CMYK RENK MODELİ

#776C74 rengi CMYK tonu (0,9,3,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.24%
  • sarı tonu 2.52%
  • ana renk tonu 53.33%
CMYK:
(0,9,3,53)
C0M9Y3K53 
(0%,9%,3%,53%)
(0.00/0.09/0.03/0.53)	

CMYK yüzdeleri

%0
%9.24
%2.52
%53.33

Codes

Color #776C74 in popluar color models

776C74
RGB119108116
HSL316°4.85%44.51%
HSB/HSV316°9.24%46.67%
CMYK0.00%9.24%2.52%
53.33%

Color #776C74 in popluar number systems.

HEX776C74
Decimal119108116
Binary111011111011001110100
Octal167154164

Shades and tints

Shades of #776C74

#776C74
(119,108,116)
#6D636A
(109,99,106)
#635A60
(99,90,96)
#595156
(89,81,86)
#4F484C
(79,72,76)
#453F42
(69,63,66)
#3B3638
(59,54,56)
#312D2E
(49,45,46)
#272424
(39,36,36)
#1D1B1A
(29,27,26)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #776C74

#776C74
(119,108,116)
#837980
(131,121,128)
#8F868C
(143,134,140)
#9B9398
(155,147,152)
#A7A0A4
(167,160,164)
#B3ADB0
(179,173,176)
#BFBABC
(191,186,188)
#CBC7C8
(203,199,200)
#D7D4D4
(215,212,212)
#E3E1E0
(227,225,224)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776C74 color. Also use rgb(119,108,116) instead hex code.

Text Font Color

.myTextColor { color: #776C74; }

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

This text font color is #776C74.


Background Color

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

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

This div background color is #776C74.


Border color

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

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

This div border color is #776C74.


Opacity

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

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

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

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

This text has shadow with #776C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C74 on black background.


Color preview on white background

This text has color #776C74 on white background.



Black color preview on #776C74 background

This text has black color on #776C74 background.


White color preview on #776C74 background

This text has white color on #776C74 background.