COLOR #777477

HEX: #777477
RGB: (119,116,119)

Renk bilgisi

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

RGB renk modeli

#777477 color RGB value is (119,116,119).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 116 of 255 = 45%
B 119 of 255 = 47%

119
116
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 116 + 119 = 354 (100%)
R 119 of 354 ~ 33.62%
G 116 of 354 ~ 32.77%
B 119 of 354 ~ 33.62%

%33.62
%32.77
%33.62

CMYK RENK MODELİ

#777477 rengi CMYK tonu (0,3,0,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.52%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(0,3,0,53)
C0M3Y0K53 
(0%,3%,0%,53%)
(0.00/0.03/0.00/0.53)	

CMYK yüzdeleri

%0
%2.52
%0
%53.33

Codes

Color #777477 in popluar color models

777477
RGB119116119
HSL300°1.28%46.08%
HSB/HSV300°2.52%46.67%
CMYK0.00%2.52%0.00%
53.33%

Color #777477 in popluar number systems.

HEX777477
Decimal119116119
Binary111011111101001110111
Octal167164167

Shades and tints

Shades of #777477

#777477
(119,116,119)
#6D6A6D
(109,106,109)
#636063
(99,96,99)
#595659
(89,86,89)
#4F4C4F
(79,76,79)
#454245
(69,66,69)
#3B383B
(59,56,59)
#312E31
(49,46,49)
#272427
(39,36,39)
#1D1A1D
(29,26,29)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #777477

#777477
(119,116,119)
#838083
(131,128,131)
#8F8C8F
(143,140,143)
#9B989B
(155,152,155)
#A7A4A7
(167,164,167)
#B3B0B3
(179,176,179)
#BFBCBF
(191,188,191)
#CBC8CB
(203,200,203)
#D7D4D7
(215,212,215)
#E3E0E3
(227,224,227)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777477; }

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

This text font color is #777477.


Background Color

.myBgColor { background-color: #777477; }

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

This div background color is #777477.


Border color

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

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

This div border color is #777477.


Opacity

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

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

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

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

This text has shadow with #777477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777477 on black background.


Color preview on white background

This text has color #777477 on white background.



Black color preview on #777477 background

This text has black color on #777477 background.


White color preview on #777477 background

This text has white color on #777477 background.