COLOR #777FB4

HEX: #777FB4
RGB: (119,127,180)

Renk bilgisi

#777FB4 contains mainly green and blue colors. #777FB4 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#777FB4 color RGB value is (119,127,180).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 127 of 255 = 50%
B 180 of 255 = 71%

119
127
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 127 + 180 = 426 (100%)
R 119 of 426 ~ 27.93%
G 127 of 426 ~ 29.81%
B 180 of 426 ~ 42.25%

%27.93
%29.81
%42.25

CMYK RENK MODELİ

#777FB4 rengi CMYK tonu (34,29,0,29).

  • camgöbeği tonu 33.89%
  • eflatun tonu 29.44%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(34,29,0,29)
C34M29Y0K29 
(34%,29%,0%,29%)
(0.34/0.29/0.00/0.29)	

CMYK yüzdeleri

%33.89
%29.44
%0
%29.41

Codes

Color #777FB4 in popluar color models

777FB4
RGB119127180
HSL232°28.91%58.63%
HSB/HSV232°33.89%70.59%
CMYK33.89%29.44%0.00%
29.41%

Color #777FB4 in popluar number systems.

HEX777FB4
Decimal119127180
Binary1110111111111110110100
Octal167177264

Shades and tints

Shades of #777FB4

#777FB4
(119,127,180)
#6D74A4
(109,116,164)
#636994
(99,105,148)
#595E84
(89,94,132)
#4F5374
(79,83,116)
#454864
(69,72,100)
#3B3D54
(59,61,84)
#313244
(49,50,68)
#272734
(39,39,52)
#1D1C24
(29,28,36)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #777FB4

#777FB4
(119,127,180)
#838ABA
(131,138,186)
#8F95C0
(143,149,192)
#9BA0C6
(155,160,198)
#A7ABCC
(167,171,204)
#B3B6D2
(179,182,210)
#BFC1D8
(191,193,216)
#CBCCDE
(203,204,222)
#D7D7E4
(215,215,228)
#E3E2EA
(227,226,234)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777FB4; }

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

This text font color is #777FB4.


Background Color

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

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

This div background color is #777FB4.


Border color

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

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

This div border color is #777FB4.


Opacity

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

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

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

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

This text has shadow with #777FB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777FB4 on black background.


Color preview on white background

This text has color #777FB4 on white background.



Black color preview on #777FB4 background

This text has black color on #777FB4 background.


White color preview on #777FB4 background

This text has white color on #777FB4 background.