COLOR #776A76

HEX: #776A76
RGB: (119,106,118)

Renk bilgisi

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

RGB renk modeli

#776A76 color RGB value is (119,106,118).

  • kırmız ton 119;
  • yeşil ton 106;
  • mavi ton 118.
RGB:
(119,106,118)
(47%,42%,46%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 106 of 255 = 42%
B 118 of 255 = 46%

119
106
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 106 + 118 = 343 (100%)
R 119 of 343 ~ 34.69%
G 106 of 343 ~ 30.9%
B 118 of 343 ~ 34.4%

%34.69
%30.9
%34.4

CMYK RENK MODELİ

#776A76 rengi CMYK tonu (0,11,1,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.92%
  • sarı tonu 0.84%
  • ana renk tonu 53.33%
CMYK:
(0,11,1,53)
C0M11Y1K53 
(0%,11%,1%,53%)
(0.00/0.11/0.01/0.53)	

CMYK yüzdeleri

%0
%10.92
%0.84
%53.33

Codes

Color #776A76 in popluar color models

776A76
RGB119106118
HSL305°5.78%44.12%
HSB/HSV305°10.92%46.67%
CMYK0.00%10.92%0.84%
53.33%

Color #776A76 in popluar number systems.

HEX776A76
Decimal119106118
Binary111011111010101110110
Octal167152166

Shades and tints

Shades of #776A76

#776A76
(119,106,118)
#6D616C
(109,97,108)
#635862
(99,88,98)
#594F58
(89,79,88)
#4F464E
(79,70,78)
#453D44
(69,61,68)
#3B343A
(59,52,58)
#312B30
(49,43,48)
#272226
(39,34,38)
#1D191C
(29,25,28)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #776A76

#776A76
(119,106,118)
#837782
(131,119,130)
#8F848E
(143,132,142)
#9B919A
(155,145,154)
#A79EA6
(167,158,166)
#B3ABB2
(179,171,178)
#BFB8BE
(191,184,190)
#CBC5CA
(203,197,202)
#D7D2D6
(215,210,214)
#E3DFE2
(227,223,226)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776A76 color. Also use rgb(119,106,118) instead hex code.

Text Font Color

.myTextColor { color: #776A76; }

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

This text font color is #776A76.


Background Color

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

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

This div background color is #776A76.


Border color

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

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

This div border color is #776A76.


Opacity

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

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

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

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

This text has shadow with #776A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A76 on black background.


Color preview on white background

This text has color #776A76 on white background.



Black color preview on #776A76 background

This text has black color on #776A76 background.


White color preview on #776A76 background

This text has white color on #776A76 background.