COLOR #777A7F

HEX: #777A7F
RGB: (119,122,127)

Renk bilgisi

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

RGB renk modeli

#777A7F color RGB value is (119,122,127).

  • kırmız ton 119;
  • yeşil ton 122;
  • mavi ton 127.
RGB:
(119,122,127)
(47%,48%,50%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 122 of 255 = 48%
B 127 of 255 = 50%

119
122
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 122 + 127 = 368 (100%)
R 119 of 368 ~ 32.34%
G 122 of 368 ~ 33.15%
B 127 of 368 ~ 34.51%

%32.34
%33.15
%34.51

CMYK RENK MODELİ

#777A7F rengi CMYK tonu (6,4,0,50).

  • camgöbeği tonu 6.30%
  • eflatun tonu 3.94%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(6,4,0,50)
C6M4Y0K50 
(6%,4%,0%,50%)
(0.06/0.04/0.00/0.50)	

CMYK yüzdeleri

%6.3
%3.94
%0
%50.2

Codes

Color #777A7F in popluar color models

777A7F
RGB119122127
HSL218°3.25%48.24%
HSB/HSV218°6.30%49.80%
CMYK6.30%3.94%0.00%
50.20%

Color #777A7F in popluar number systems.

HEX777A7F
Decimal119122127
Binary111011111110101111111
Octal167172177

Shades and tints

Shades of #777A7F

#777A7F
(119,122,127)
#6D6F74
(109,111,116)
#636469
(99,100,105)
#59595E
(89,89,94)
#4F4E53
(79,78,83)
#454348
(69,67,72)
#3B383D
(59,56,61)
#312D32
(49,45,50)
#272227
(39,34,39)
#1D171C
(29,23,28)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #777A7F

#777A7F
(119,122,127)
#83868A
(131,134,138)
#8F9295
(143,146,149)
#9B9EA0
(155,158,160)
#A7AAAB
(167,170,171)
#B3B6B6
(179,182,182)
#BFC2C1
(191,194,193)
#CBCECC
(203,206,204)
#D7DAD7
(215,218,215)
#E3E6E2
(227,230,226)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777A7F; }

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

This text font color is #777A7F.


Background Color

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

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

This div background color is #777A7F.


Border color

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

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

This div border color is #777A7F.


Opacity

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

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

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

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

This text has shadow with #777A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A7F on black background.


Color preview on white background

This text has color #777A7F on white background.



Black color preview on #777A7F background

This text has black color on #777A7F background.


White color preview on #777A7F background

This text has white color on #777A7F background.