COLOR #776C73

HEX: #776C73
RGB: (119,108,115)

Renk bilgisi

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

RGB renk modeli

#776C73 color RGB value is (119,108,115).

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

RGB bağlantıları ve doygunluk

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

119
108
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 108 + 115 = 342 (100%)
R 119 of 342 ~ 34.8%
G 108 of 342 ~ 31.58%
B 115 of 342 ~ 33.63%

%34.8
%31.58
%33.63

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.24%
  • sarı tonu 3.36%
  • 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
%3.36
%53.33

Codes

Color #776C73 in popluar color models

776C73
RGB119108115
HSL322°4.85%44.51%
HSB/HSV322°9.24%46.67%
CMYK0.00%9.24%3.36%
53.33%

Color #776C73 in popluar number systems.

HEX776C73
Decimal119108115
Binary111011111011001110011
Octal167154163

Shades and tints

Shades of #776C73

#776C73
(119,108,115)
#6D6369
(109,99,105)
#635A5F
(99,90,95)
#595155
(89,81,85)
#4F484B
(79,72,75)
#453F41
(69,63,65)
#3B3637
(59,54,55)
#312D2D
(49,45,45)
#272423
(39,36,35)
#1D1B19
(29,27,25)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #776C73

#776C73
(119,108,115)
#83797F
(131,121,127)
#8F868B
(143,134,139)
#9B9397
(155,147,151)
#A7A0A3
(167,160,163)
#B3ADAF
(179,173,175)
#BFBABB
(191,186,187)
#CBC7C7
(203,199,199)
#D7D4D3
(215,212,211)
#E3E1DF
(227,225,223)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C73; }

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

This text font color is #776C73.


Background Color

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

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

This div background color is #776C73.


Border color

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

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

This div border color is #776C73.


Opacity

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

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

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

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

This text has shadow with #776C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C73 on black background.


Color preview on white background

This text has color #776C73 on white background.



Black color preview on #776C73 background

This text has black color on #776C73 background.


White color preview on #776C73 background

This text has white color on #776C73 background.