COLOR #777977

HEX: #777977
RGB: (119,121,119)

Renk bilgisi

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

RGB renk modeli

#777977 color RGB value is (119,121,119).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 121 of 255 = 47%
B 119 of 255 = 47%

119
121
119

R + G + B ~ 47%. #777977 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 121 + 119 = 359 (100%)
R 119 of 359 ~ 33.15%
G 121 of 359 ~ 33.7%
B 119 of 359 ~ 33.15%

%33.15
%33.7
%33.15

CMYK RENK MODELİ

#777977 rengi CMYK tonu (2,0,2,53).

  • camgöbeği tonu 1.65%
  • eflatun tonu 0.00%
  • sarı tonu 1.65%
  • ana renk tonu 52.55%
CMYK:
(2,0,2,53)
C2M0Y2K53 
(2%,0%,2%,53%)
(0.02/0.00/0.02/0.53)	

CMYK yüzdeleri

%1.65
%0
%1.65
%52.55

Codes

Color #777977 in popluar color models

777977
RGB119121119
HSL120°0.83%47.06%
HSB/HSV120°1.65%47.45%
CMYK1.65%0.00%1.65%
52.55%

Color #777977 in popluar number systems.

HEX777977
Decimal119121119
Binary111011111110011110111
Octal167171167

Shades and tints

Shades of #777977

#777977
(119,121,119)
#6D6E6D
(109,110,109)
#636363
(99,99,99)
#595859
(89,88,89)
#4F4D4F
(79,77,79)
#454245
(69,66,69)
#3B373B
(59,55,59)
#312C31
(49,44,49)
#272127
(39,33,39)
#1D161D
(29,22,29)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #777977

#777977
(119,121,119)
#838583
(131,133,131)
#8F918F
(143,145,143)
#9B9D9B
(155,157,155)
#A7A9A7
(167,169,167)
#B3B5B3
(179,181,179)
#BFC1BF
(191,193,191)
#CBCDCB
(203,205,203)
#D7D9D7
(215,217,215)
#E3E5E3
(227,229,227)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777977; }

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

This text font color is #777977.


Background Color

.myBgColor { background-color: #777977; }

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

This div background color is #777977.


Border color

.myBorderColor { border: 1px solid #777977; }

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

This div border color is #777977.


Opacity

.myOpacity80 { color: #777977; opacity: 0.8; }

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

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

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

This text has shadow with #777977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777977 on black background.


Color preview on white background

This text has color #777977 on white background.



Black color preview on #777977 background

This text has black color on #777977 background.


White color preview on #777977 background

This text has white color on #777977 background.