COLOR #777FAD

HEX: #777FAD
RGB: (119,127,173)

Renk bilgisi

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

RGB renk modeli

#777FAD color RGB value is (119,127,173).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 127 of 255 = 50%
B 173 of 255 = 68%

119
127
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 127 + 173 = 419 (100%)
R 119 of 419 ~ 28.4%
G 127 of 419 ~ 30.31%
B 173 of 419 ~ 41.29%

%28.4
%30.31
%41.29

CMYK RENK MODELİ

#777FAD rengi CMYK tonu (31,27,0,32).

  • camgöbeği tonu 31.21%
  • eflatun tonu 26.59%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(31,27,0,32)
C31M27Y0K32 
(31%,27%,0%,32%)
(0.31/0.27/0.00/0.32)	

CMYK yüzdeleri

%31.21
%26.59
%0
%32.16

Codes

Color #777FAD in popluar color models

777FAD
RGB119127173
HSL231°24.77%57.25%
HSB/HSV231°31.21%67.84%
CMYK31.21%26.59%0.00%
32.16%

Color #777FAD in popluar number systems.

HEX777FAD
Decimal119127173
Binary1110111111111110101101
Octal167177255

Shades and tints

Shades of #777FAD

#777FAD
(119,127,173)
#6D749E
(109,116,158)
#63698F
(99,105,143)
#595E80
(89,94,128)
#4F5371
(79,83,113)
#454862
(69,72,98)
#3B3D53
(59,61,83)
#313244
(49,50,68)
#272735
(39,39,53)
#1D1C26
(29,28,38)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #777FAD

#777FAD
(119,127,173)
#838AB4
(131,138,180)
#8F95BB
(143,149,187)
#9BA0C2
(155,160,194)
#A7ABC9
(167,171,201)
#B3B6D0
(179,182,208)
#BFC1D7
(191,193,215)
#CBCCDE
(203,204,222)
#D7D7E5
(215,215,229)
#E3E2EC
(227,226,236)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777FAD; }

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

This text font color is #777FAD.


Background Color

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

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

This div background color is #777FAD.


Border color

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

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

This div border color is #777FAD.


Opacity

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

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

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

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

This text has shadow with #777FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777FAD on black background.


Color preview on white background

This text has color #777FAD on white background.



Black color preview on #777FAD background

This text has black color on #777FAD background.


White color preview on #777FAD background

This text has white color on #777FAD background.