COLOR #777387

HEX: #777387
RGB: (119,115,135)

Renk bilgisi

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

RGB renk modeli

#777387 color RGB value is (119,115,135).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 115 of 255 = 45%
B 135 of 255 = 53%

119
115
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 115 + 135 = 369 (100%)
R 119 of 369 ~ 32.25%
G 115 of 369 ~ 31.17%
B 135 of 369 ~ 36.59%

%32.25
%31.17
%36.59

CMYK RENK MODELİ

#777387 rengi CMYK tonu (12,15,0,47).

  • camgöbeği tonu 11.85%
  • eflatun tonu 14.81%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(12,15,0,47)
C12M15Y0K47 
(12%,15%,0%,47%)
(0.12/0.15/0.00/0.47)	

CMYK yüzdeleri

%11.85
%14.81
%0
%47.06

Codes

Color #777387 in popluar color models

777387
RGB119115135
HSL252°8.00%49.02%
HSB/HSV252°14.81%52.94%
CMYK11.85%14.81%0.00%
47.06%

Color #777387 in popluar number systems.

HEX777387
Decimal119115135
Binary1110111111001110000111
Octal167163207

Shades and tints

Shades of #777387

#777387
(119,115,135)
#6D697B
(109,105,123)
#635F6F
(99,95,111)
#595563
(89,85,99)
#4F4B57
(79,75,87)
#45414B
(69,65,75)
#3B373F
(59,55,63)
#312D33
(49,45,51)
#272327
(39,35,39)
#1D191B
(29,25,27)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #777387

#777387
(119,115,135)
#837F91
(131,127,145)
#8F8B9B
(143,139,155)
#9B97A5
(155,151,165)
#A7A3AF
(167,163,175)
#B3AFB9
(179,175,185)
#BFBBC3
(191,187,195)
#CBC7CD
(203,199,205)
#D7D3D7
(215,211,215)
#E3DFE1
(227,223,225)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777387; }

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

This text font color is #777387.


Background Color

.myBgColor { background-color: #777387; }

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

This div background color is #777387.


Border color

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

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

This div border color is #777387.


Opacity

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

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

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

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

This text has shadow with #777387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777387 on black background.


Color preview on white background

This text has color #777387 on white background.



Black color preview on #777387 background

This text has black color on #777387 background.


White color preview on #777387 background

This text has white color on #777387 background.