COLOR #777D87

HEX: #777D87
RGB: (119,125,135)

Renk bilgisi

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

RGB renk modeli

#777D87 color RGB value is (119,125,135).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 125 of 255 = 49%
B 135 of 255 = 53%

119
125
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 125 + 135 = 379 (100%)
R 119 of 379 ~ 31.4%
G 125 of 379 ~ 32.98%
B 135 of 379 ~ 35.62%

%31.4
%32.98
%35.62

CMYK RENK MODELİ

#777D87 rengi CMYK tonu (12,7,0,47).

  • camgöbeği tonu 11.85%
  • eflatun tonu 7.41%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(12,7,0,47)
C12M7Y0K47 
(12%,7%,0%,47%)
(0.12/0.07/0.00/0.47)	

CMYK yüzdeleri

%11.85
%7.41
%0
%47.06

Codes

Color #777D87 in popluar color models

777D87
RGB119125135
HSL218°6.30%49.80%
HSB/HSV218°11.85%52.94%
CMYK11.85%7.41%0.00%
47.06%

Color #777D87 in popluar number systems.

HEX777D87
Decimal119125135
Binary1110111111110110000111
Octal167175207

Shades and tints

Shades of #777D87

#777D87
(119,125,135)
#6D727B
(109,114,123)
#63676F
(99,103,111)
#595C63
(89,92,99)
#4F5157
(79,81,87)
#45464B
(69,70,75)
#3B3B3F
(59,59,63)
#313033
(49,48,51)
#272527
(39,37,39)
#1D1A1B
(29,26,27)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #777D87

#777D87
(119,125,135)
#838891
(131,136,145)
#8F939B
(143,147,155)
#9B9EA5
(155,158,165)
#A7A9AF
(167,169,175)
#B3B4B9
(179,180,185)
#BFBFC3
(191,191,195)
#CBCACD
(203,202,205)
#D7D5D7
(215,213,215)
#E3E0E1
(227,224,225)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777D87; }

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

This text font color is #777D87.


Background Color

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

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

This div background color is #777D87.


Border color

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

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

This div border color is #777D87.


Opacity

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

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

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

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

This text has shadow with #777D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777D87 on black background.


Color preview on white background

This text has color #777D87 on white background.



Black color preview on #777D87 background

This text has black color on #777D87 background.


White color preview on #777D87 background

This text has white color on #777D87 background.