COLOR #777077

HEX: #777077
RGB: (119,112,119)

Renk bilgisi

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

RGB renk modeli

#777077 color RGB value is (119,112,119).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 112 of 255 = 44%
B 119 of 255 = 47%

119
112
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 112 + 119 = 350 (100%)
R 119 of 350 ~ 34%
G 112 of 350 ~ 32%
B 119 of 350 ~ 34%

%34
%32
%34

CMYK RENK MODELİ

#777077 rengi CMYK tonu (0,6,0,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.88%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(0,6,0,53)
C0M6Y0K53 
(0%,6%,0%,53%)
(0.00/0.06/0.00/0.53)	

CMYK yüzdeleri

%0
%5.88
%0
%53.33

Codes

Color #777077 in popluar color models

777077
RGB119112119
HSL300°3.03%45.29%
HSB/HSV300°5.88%46.67%
CMYK0.00%5.88%0.00%
53.33%

Color #777077 in popluar number systems.

HEX777077
Decimal119112119
Binary111011111100001110111
Octal167160167

Shades and tints

Shades of #777077

#777077
(119,112,119)
#6D666D
(109,102,109)
#635C63
(99,92,99)
#595259
(89,82,89)
#4F484F
(79,72,79)
#453E45
(69,62,69)
#3B343B
(59,52,59)
#312A31
(49,42,49)
#272027
(39,32,39)
#1D161D
(29,22,29)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #777077

#777077
(119,112,119)
#837D83
(131,125,131)
#8F8A8F
(143,138,143)
#9B979B
(155,151,155)
#A7A4A7
(167,164,167)
#B3B1B3
(179,177,179)
#BFBEBF
(191,190,191)
#CBCBCB
(203,203,203)
#D7D8D7
(215,216,215)
#E3E5E3
(227,229,227)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777077; }

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

This text font color is #777077.


Background Color

.myBgColor { background-color: #777077; }

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

This div background color is #777077.


Border color

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

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

This div border color is #777077.


Opacity

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

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

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

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

This text has shadow with #777077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777077 on black background.


Color preview on white background

This text has color #777077 on white background.



Black color preview on #777077 background

This text has black color on #777077 background.


White color preview on #777077 background

This text has white color on #777077 background.