COLOR #777C77

HEX: #777C77
RGB: (119,124,119)

Renk bilgisi

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

RGB renk modeli

#777C77 color RGB value is (119,124,119).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 124 of 255 = 49%
B 119 of 255 = 47%

119
124
119

R + G + B ~ 48%. #777C77 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 124 + 119 = 362 (100%)
R 119 of 362 ~ 32.87%
G 124 of 362 ~ 34.25%
B 119 of 362 ~ 32.87%

%32.87
%34.25
%32.87

CMYK RENK MODELİ

#777C77 rengi CMYK tonu (4,0,4,51).

  • camgöbeği tonu 4.03%
  • eflatun tonu 0.00%
  • sarı tonu 4.03%
  • ana renk tonu 51.37%
CMYK:
(4,0,4,51)
C4M0Y4K51 
(4%,0%,4%,51%)
(0.04/0.00/0.04/0.51)	

CMYK yüzdeleri

%4.03
%0
%4.03
%51.37

Codes

Color #777C77 in popluar color models

777C77
RGB119124119
HSL120°2.06%47.65%
HSB/HSV120°4.03%48.63%
CMYK4.03%0.00%4.03%
51.37%

Color #777C77 in popluar number systems.

HEX777C77
Decimal119124119
Binary111011111111001110111
Octal167174167

Shades and tints

Shades of #777C77

#777C77
(119,124,119)
#6D716D
(109,113,109)
#636663
(99,102,99)
#595B59
(89,91,89)
#4F504F
(79,80,79)
#454545
(69,69,69)
#3B3A3B
(59,58,59)
#312F31
(49,47,49)
#272427
(39,36,39)
#1D191D
(29,25,29)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #777C77

#777C77
(119,124,119)
#838783
(131,135,131)
#8F928F
(143,146,143)
#9B9D9B
(155,157,155)
#A7A8A7
(167,168,167)
#B3B3B3
(179,179,179)
#BFBEBF
(191,190,191)
#CBC9CB
(203,201,203)
#D7D4D7
(215,212,215)
#E3DFE3
(227,223,227)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777C77; }

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

This text font color is #777C77.


Background Color

.myBgColor { background-color: #777C77; }

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

This div background color is #777C77.


Border color

.myBorderColor { border: 1px solid #777C77; }

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

This div border color is #777C77.


Opacity

.myOpacity80 { color: #777C77; opacity: 0.8; }

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

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

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

This text has shadow with #777C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777C77 on black background.


Color preview on white background

This text has color #777C77 on white background.



Black color preview on #777C77 background

This text has black color on #777C77 background.


White color preview on #777C77 background

This text has white color on #777C77 background.