COLOR #777C96

HEX: #777C96
RGB: (119,124,150)

Renk bilgisi

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

RGB renk modeli

#777C96 color RGB value is (119,124,150).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 124 of 255 = 49%
B 150 of 255 = 59%

119
124
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 124 + 150 = 393 (100%)
R 119 of 393 ~ 30.28%
G 124 of 393 ~ 31.55%
B 150 of 393 ~ 38.17%

%30.28
%31.55
%38.17

CMYK RENK MODELİ

#777C96 rengi CMYK tonu (21,17,0,41).

  • camgöbeği tonu 20.67%
  • eflatun tonu 17.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(21,17,0,41)
C21M17Y0K41 
(21%,17%,0%,41%)
(0.21/0.17/0.00/0.41)	

CMYK yüzdeleri

%20.67
%17.33
%0
%41.18

Codes

Color #777C96 in popluar color models

777C96
RGB119124150
HSL230°12.86%52.75%
HSB/HSV230°20.67%58.82%
CMYK20.67%17.33%0.00%
41.18%

Color #777C96 in popluar number systems.

HEX777C96
Decimal119124150
Binary1110111111110010010110
Octal167174226

Shades and tints

Shades of #777C96

#777C96
(119,124,150)
#6D7189
(109,113,137)
#63667C
(99,102,124)
#595B6F
(89,91,111)
#4F5062
(79,80,98)
#454555
(69,69,85)
#3B3A48
(59,58,72)
#312F3B
(49,47,59)
#27242E
(39,36,46)
#1D1921
(29,25,33)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #777C96

#777C96
(119,124,150)
#83879F
(131,135,159)
#8F92A8
(143,146,168)
#9B9DB1
(155,157,177)
#A7A8BA
(167,168,186)
#B3B3C3
(179,179,195)
#BFBECC
(191,190,204)
#CBC9D5
(203,201,213)
#D7D4DE
(215,212,222)
#E3DFE7
(227,223,231)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777C96; }

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

This text font color is #777C96.


Background Color

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

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

This div background color is #777C96.


Border color

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

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

This div border color is #777C96.


Opacity

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

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

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

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

This text has shadow with #777C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777C96 on black background.


Color preview on white background

This text has color #777C96 on white background.



Black color preview on #777C96 background

This text has black color on #777C96 background.


White color preview on #777C96 background

This text has white color on #777C96 background.