COLOR #777B7D

HEX: #777B7D
RGB: (119,123,125)

Renk bilgisi

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

RGB renk modeli

#777B7D color RGB value is (119,123,125).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 123 of 255 = 48%
B 125 of 255 = 49%

119
123
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 123 + 125 = 367 (100%)
R 119 of 367 ~ 32.43%
G 123 of 367 ~ 33.51%
B 125 of 367 ~ 34.06%

%32.43
%33.51
%34.06

CMYK RENK MODELİ

#777B7D rengi CMYK tonu (5,2,0,51).

  • camgöbeği tonu 4.80%
  • eflatun tonu 1.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(5,2,0,51)
C5M2Y0K51 
(5%,2%,0%,51%)
(0.05/0.02/0.00/0.51)	

CMYK yüzdeleri

%4.8
%1.6
%0
%50.98

Codes

Color #777B7D in popluar color models

777B7D
RGB119123125
HSL200°2.46%47.84%
HSB/HSV200°4.80%49.02%
CMYK4.80%1.60%0.00%
50.98%

Color #777B7D in popluar number systems.

HEX777B7D
Decimal119123125
Binary111011111110111111101
Octal167173175

Shades and tints

Shades of #777B7D

#777B7D
(119,123,125)
#6D7072
(109,112,114)
#636567
(99,101,103)
#595A5C
(89,90,92)
#4F4F51
(79,79,81)
#454446
(69,68,70)
#3B393B
(59,57,59)
#312E30
(49,46,48)
#272325
(39,35,37)
#1D181A
(29,24,26)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #777B7D

#777B7D
(119,123,125)
#838788
(131,135,136)
#8F9393
(143,147,147)
#9B9F9E
(155,159,158)
#A7ABA9
(167,171,169)
#B3B7B4
(179,183,180)
#BFC3BF
(191,195,191)
#CBCFCA
(203,207,202)
#D7DBD5
(215,219,213)
#E3E7E0
(227,231,224)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777B7D; }

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

This text font color is #777B7D.


Background Color

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

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

This div background color is #777B7D.


Border color

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

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

This div border color is #777B7D.


Opacity

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

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

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

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

This text has shadow with #777B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777B7D on black background.


Color preview on white background

This text has color #777B7D on white background.



Black color preview on #777B7D background

This text has black color on #777B7D background.


White color preview on #777B7D background

This text has white color on #777B7D background.