COLOR #777C99

HEX: #777C99
RGB: (119,124,153)

Renk bilgisi

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

RGB renk modeli

#777C99 color RGB value is (119,124,153).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 124 of 255 = 49%
B 153 of 255 = 60%

119
124
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 124 + 153 = 396 (100%)
R 119 of 396 ~ 30.05%
G 124 of 396 ~ 31.31%
B 153 of 396 ~ 38.64%

%30.05
%31.31
%38.64

CMYK RENK MODELİ

#777C99 rengi CMYK tonu (22,19,0,40).

  • camgöbeği tonu 22.22%
  • eflatun tonu 18.95%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(22,19,0,40)
C22M19Y0K40 
(22%,19%,0%,40%)
(0.22/0.19/0.00/0.40)	

CMYK yüzdeleri

%22.22
%18.95
%0
%40

Codes

Color #777C99 in popluar color models

777C99
RGB119124153
HSL231°14.29%53.33%
HSB/HSV231°22.22%60.00%
CMYK22.22%18.95%0.00%
40.00%

Color #777C99 in popluar number systems.

HEX777C99
Decimal119124153
Binary1110111111110010011001
Octal167174231

Shades and tints

Shades of #777C99

#777C99
(119,124,153)
#6D718C
(109,113,140)
#63667F
(99,102,127)
#595B72
(89,91,114)
#4F5065
(79,80,101)
#454558
(69,69,88)
#3B3A4B
(59,58,75)
#312F3E
(49,47,62)
#272431
(39,36,49)
#1D1924
(29,25,36)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #777C99

#777C99
(119,124,153)
#8387A2
(131,135,162)
#8F92AB
(143,146,171)
#9B9DB4
(155,157,180)
#A7A8BD
(167,168,189)
#B3B3C6
(179,179,198)
#BFBECF
(191,190,207)
#CBC9D8
(203,201,216)
#D7D4E1
(215,212,225)
#E3DFEA
(227,223,234)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777C99; }

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

This text font color is #777C99.


Background Color

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

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

This div background color is #777C99.


Border color

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

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

This div border color is #777C99.


Opacity

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

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

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

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

This text has shadow with #777C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777C99 on black background.


Color preview on white background

This text has color #777C99 on white background.



Black color preview on #777C99 background

This text has black color on #777C99 background.


White color preview on #777C99 background

This text has white color on #777C99 background.