COLOR #777479

HEX: #777479
RGB: (119,116,121)

Renk bilgisi

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

RGB renk modeli

#777479 color RGB value is (119,116,121).

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

RGB bağlantıları ve doygunluk

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

119
116
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 116 + 121 = 356 (100%)
R 119 of 356 ~ 33.43%
G 116 of 356 ~ 32.58%
B 121 of 356 ~ 33.99%

%33.43
%32.58
%33.99

CMYK RENK MODELİ

#777479 rengi CMYK tonu (2,4,0,53).

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

CMYK yüzdeleri

%1.65
%4.13
%0
%52.55

Codes

Color #777479 in popluar color models

777479
RGB119116121
HSL276°2.11%46.47%
HSB/HSV276°4.13%47.45%
CMYK1.65%4.13%0.00%
52.55%

Color #777479 in popluar number systems.

HEX777479
Decimal119116121
Binary111011111101001111001
Octal167164171

Shades and tints

Shades of #777479

#777479
(119,116,121)
#6D6A6E
(109,106,110)
#636063
(99,96,99)
#595658
(89,86,88)
#4F4C4D
(79,76,77)
#454242
(69,66,66)
#3B3837
(59,56,55)
#312E2C
(49,46,44)
#272421
(39,36,33)
#1D1A16
(29,26,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #777479

#777479
(119,116,121)
#838085
(131,128,133)
#8F8C91
(143,140,145)
#9B989D
(155,152,157)
#A7A4A9
(167,164,169)
#B3B0B5
(179,176,181)
#BFBCC1
(191,188,193)
#CBC8CD
(203,200,205)
#D7D4D9
(215,212,217)
#E3E0E5
(227,224,229)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777479; }

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

This text font color is #777479.


Background Color

.myBgColor { background-color: #777479; }

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

This div background color is #777479.


Border color

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

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

This div border color is #777479.


Opacity

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

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

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

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

This text has shadow with #777479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777479 on black background.


Color preview on white background

This text has color #777479 on white background.



Black color preview on #777479 background

This text has black color on #777479 background.


White color preview on #777479 background

This text has white color on #777479 background.