COLOR #777B80

HEX: #777B80
RGB: (119,123,128)

Renk bilgisi

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

RGB renk modeli

#777B80 color RGB value is (119,123,128).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 123 of 255 = 48%
B 128 of 255 = 50%

119
123
128

R + G + B ~ 48%. #777B80 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 123 + 128 = 370 (100%)
R 119 of 370 ~ 32.16%
G 123 of 370 ~ 33.24%
B 128 of 370 ~ 34.59%

%32.16
%33.24
%34.59

CMYK RENK MODELİ

#777B80 rengi CMYK tonu (7,4,0,50).

  • camgöbeği tonu 7.03%
  • eflatun tonu 3.91%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(7,4,0,50)
C7M4Y0K50 
(7%,4%,0%,50%)
(0.07/0.04/0.00/0.50)	

CMYK yüzdeleri

%7.03
%3.91
%0
%49.8

Codes

Color #777B80 in popluar color models

777B80
RGB119123128
HSL213°3.64%48.43%
HSB/HSV213°7.03%50.20%
CMYK7.03%3.91%0.00%
49.80%

Color #777B80 in popluar number systems.

HEX777B80
Decimal119123128
Binary1110111111101110000000
Octal167173200

Shades and tints

Shades of #777B80

#777B80
(119,123,128)
#6D7075
(109,112,117)
#63656A
(99,101,106)
#595A5F
(89,90,95)
#4F4F54
(79,79,84)
#454449
(69,68,73)
#3B393E
(59,57,62)
#312E33
(49,46,51)
#272328
(39,35,40)
#1D181D
(29,24,29)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #777B80

#777B80
(119,123,128)
#83878B
(131,135,139)
#8F9396
(143,147,150)
#9B9FA1
(155,159,161)
#A7ABAC
(167,171,172)
#B3B7B7
(179,183,183)
#BFC3C2
(191,195,194)
#CBCFCD
(203,207,205)
#D7DBD8
(215,219,216)
#E3E7E3
(227,231,227)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777B80 color. Also use rgb(119,123,128) instead hex code.

Text Font Color

.myTextColor { color: #777B80; }

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

This text font color is #777B80.


Background Color

.myBgColor { background-color: #777B80; }

<div style="background-color:#777B80">Inner text</div>

This div background color is #777B80.


Border color

.myBorderColor { border: 1px solid #777B80; }

<div style="border:3px solid #777B80">Div</div>

This div border color is #777B80.


Opacity

.myOpacity80 { color: #777B80; opacity: 0.8; }

<p style="color:#777B80;opacity:0.8;">80%</p>

Text with #777B80 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 #777B80;}

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

This text has shadow with #777B80 color.

.textShadow {text-shadow: 3px 3px 1px #777B80, 3px 3px 1px red;}

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

This text has shadow with #777B80 primary color and red secondary color.


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

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

This text has shadow with #777B80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777B80 on black background.


Color preview on white background

This text has color #777B80 on white background.



Black color preview on #777B80 background

This text has black color on #777B80 background.


White color preview on #777B80 background

This text has white color on #777B80 background.