COLOR #776A80

HEX: #776A80
RGB: (119,106,128)

Renk bilgisi

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

RGB renk modeli

#776A80 color RGB value is (119,106,128).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 106 of 255 = 42%
B 128 of 255 = 50%

119
106
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 106 + 128 = 353 (100%)
R 119 of 353 ~ 33.71%
G 106 of 353 ~ 30.03%
B 128 of 353 ~ 36.26%

%33.71
%30.03
%36.26

CMYK RENK MODELİ

#776A80 rengi CMYK tonu (7,17,0,50).

  • camgöbeği tonu 7.03%
  • eflatun tonu 17.19%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(7,17,0,50)
C7M17Y0K50 
(7%,17%,0%,50%)
(0.07/0.17/0.00/0.50)	

CMYK yüzdeleri

%7.03
%17.19
%0
%49.8

Codes

Color #776A80 in popluar color models

776A80
RGB119106128
HSL275°9.40%45.88%
HSB/HSV275°17.19%50.20%
CMYK7.03%17.19%0.00%
49.80%

Color #776A80 in popluar number systems.

HEX776A80
Decimal119106128
Binary1110111110101010000000
Octal167152200

Shades and tints

Shades of #776A80

#776A80
(119,106,128)
#6D6175
(109,97,117)
#63586A
(99,88,106)
#594F5F
(89,79,95)
#4F4654
(79,70,84)
#453D49
(69,61,73)
#3B343E
(59,52,62)
#312B33
(49,43,51)
#272228
(39,34,40)
#1D191D
(29,25,29)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #776A80

#776A80
(119,106,128)
#83778B
(131,119,139)
#8F8496
(143,132,150)
#9B91A1
(155,145,161)
#A79EAC
(167,158,172)
#B3ABB7
(179,171,183)
#BFB8C2
(191,184,194)
#CBC5CD
(203,197,205)
#D7D2D8
(215,210,216)
#E3DFE3
(227,223,227)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776A80; }

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

This text font color is #776A80.


Background Color

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

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

This div background color is #776A80.


Border color

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

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

This div border color is #776A80.


Opacity

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

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

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

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

This text has shadow with #776A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776A80 on black background.


Color preview on white background

This text has color #776A80 on white background.



Black color preview on #776A80 background

This text has black color on #776A80 background.


White color preview on #776A80 background

This text has white color on #776A80 background.