COLOR #777379

HEX: #777379
RGB: (119,115,121)

Renk bilgisi

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

RGB renk modeli

#777379 color RGB value is (119,115,121).

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

RGB bağlantıları ve doygunluk

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

119
115
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 115 + 121 = 355 (100%)
R 119 of 355 ~ 33.52%
G 115 of 355 ~ 32.39%
B 121 of 355 ~ 34.08%

%33.52
%32.39
%34.08

CMYK RENK MODELİ

#777379 rengi CMYK tonu (2,5,0,53).

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

CMYK yüzdeleri

%1.65
%4.96
%0
%52.55

Codes

Color #777379 in popluar color models

777379
RGB119115121
HSL280°2.54%46.27%
HSB/HSV280°4.96%47.45%
CMYK1.65%4.96%0.00%
52.55%

Color #777379 in popluar number systems.

HEX777379
Decimal119115121
Binary111011111100111111001
Octal167163171

Shades and tints

Shades of #777379

#777379
(119,115,121)
#6D696E
(109,105,110)
#635F63
(99,95,99)
#595558
(89,85,88)
#4F4B4D
(79,75,77)
#454142
(69,65,66)
#3B3737
(59,55,55)
#312D2C
(49,45,44)
#272321
(39,35,33)
#1D1916
(29,25,22)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #777379

#777379
(119,115,121)
#837F85
(131,127,133)
#8F8B91
(143,139,145)
#9B979D
(155,151,157)
#A7A3A9
(167,163,169)
#B3AFB5
(179,175,181)
#BFBBC1
(191,187,193)
#CBC7CD
(203,199,205)
#D7D3D9
(215,211,217)
#E3DFE5
(227,223,229)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777379; }

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

This text font color is #777379.


Background Color

.myBgColor { background-color: #777379; }

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

This div background color is #777379.


Border color

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

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

This div border color is #777379.


Opacity

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

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

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

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

This text has shadow with #777379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777379 on black background.


Color preview on white background

This text has color #777379 on white background.



Black color preview on #777379 background

This text has black color on #777379 background.


White color preview on #777379 background

This text has white color on #777379 background.