COLOR #776E77

HEX: #776E77
RGB: (119,110,119)

Renk bilgisi

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

RGB renk modeli

#776E77 color RGB value is (119,110,119).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 110 of 255 = 43%
B 119 of 255 = 47%

119
110
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 110 + 119 = 348 (100%)
R 119 of 348 ~ 34.2%
G 110 of 348 ~ 31.61%
B 119 of 348 ~ 34.2%

%34.2
%31.61
%34.2

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.56%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(0,8,0,53)
C0M8Y0K53 
(0%,8%,0%,53%)
(0.00/0.08/0.00/0.53)	

CMYK yüzdeleri

%0
%7.56
%0
%53.33

Codes

Color #776E77 in popluar color models

776E77
RGB119110119
HSL300°3.93%44.90%
HSB/HSV300°7.56%46.67%
CMYK0.00%7.56%0.00%
53.33%

Color #776E77 in popluar number systems.

HEX776E77
Decimal119110119
Binary111011111011101110111
Octal167156167

Shades and tints

Shades of #776E77

#776E77
(119,110,119)
#6D646D
(109,100,109)
#635A63
(99,90,99)
#595059
(89,80,89)
#4F464F
(79,70,79)
#453C45
(69,60,69)
#3B323B
(59,50,59)
#312831
(49,40,49)
#271E27
(39,30,39)
#1D141D
(29,20,29)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #776E77

#776E77
(119,110,119)
#837B83
(131,123,131)
#8F888F
(143,136,143)
#9B959B
(155,149,155)
#A7A2A7
(167,162,167)
#B3AFB3
(179,175,179)
#BFBCBF
(191,188,191)
#CBC9CB
(203,201,203)
#D7D6D7
(215,214,215)
#E3E3E3
(227,227,227)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776E77; }

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

This text font color is #776E77.


Background Color

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

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

This div background color is #776E77.


Border color

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

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

This div border color is #776E77.


Opacity

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

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

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

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

This text has shadow with #776E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776E77 on black background.


Color preview on white background

This text has color #776E77 on white background.



Black color preview on #776E77 background

This text has black color on #776E77 background.


White color preview on #776E77 background

This text has white color on #776E77 background.