COLOR #777A99

HEX: #777A99
RGB: (119,122,153)

Renk bilgisi

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

RGB renk modeli

#777A99 color RGB value is (119,122,153).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 122 of 255 = 48%
B 153 of 255 = 60%

119
122
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 122 + 153 = 394 (100%)
R 119 of 394 ~ 30.2%
G 122 of 394 ~ 30.96%
B 153 of 394 ~ 38.83%

%30.2
%30.96
%38.83

CMYK RENK MODELİ

#777A99 rengi CMYK tonu (22,20,0,40).

  • camgöbeği tonu 22.22%
  • eflatun tonu 20.26%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(22,20,0,40)
C22M20Y0K40 
(22%,20%,0%,40%)
(0.22/0.20/0.00/0.40)	

CMYK yüzdeleri

%22.22
%20.26
%0
%40

Codes

Color #777A99 in popluar color models

777A99
RGB119122153
HSL235°14.29%53.33%
HSB/HSV235°22.22%60.00%
CMYK22.22%20.26%0.00%
40.00%

Color #777A99 in popluar number systems.

HEX777A99
Decimal119122153
Binary1110111111101010011001
Octal167172231

Shades and tints

Shades of #777A99

#777A99
(119,122,153)
#6D6F8C
(109,111,140)
#63647F
(99,100,127)
#595972
(89,89,114)
#4F4E65
(79,78,101)
#454358
(69,67,88)
#3B384B
(59,56,75)
#312D3E
(49,45,62)
#272231
(39,34,49)
#1D1724
(29,23,36)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #777A99

#777A99
(119,122,153)
#8386A2
(131,134,162)
#8F92AB
(143,146,171)
#9B9EB4
(155,158,180)
#A7AABD
(167,170,189)
#B3B6C6
(179,182,198)
#BFC2CF
(191,194,207)
#CBCED8
(203,206,216)
#D7DAE1
(215,218,225)
#E3E6EA
(227,230,234)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777A99; }

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

This text font color is #777A99.


Background Color

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

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

This div background color is #777A99.


Border color

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

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

This div border color is #777A99.


Opacity

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

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

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

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

This text has shadow with #777A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A99 on black background.


Color preview on white background

This text has color #777A99 on white background.



Black color preview on #777A99 background

This text has black color on #777A99 background.


White color preview on #777A99 background

This text has white color on #777A99 background.