COLOR #777399

HEX: #777399
RGB: (119,115,153)

Renk bilgisi

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

RGB renk modeli

#777399 color RGB value is (119,115,153).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 115 of 255 = 45%
B 153 of 255 = 60%

119
115
153

R + G + B ~ 51%. #777399 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 115 + 153 = 387 (100%)
R 119 of 387 ~ 30.75%
G 115 of 387 ~ 29.72%
B 153 of 387 ~ 39.53%

%30.75
%29.72
%39.53

CMYK RENK MODELİ

#777399 rengi CMYK tonu (22,25,0,40).

  • camgöbeği tonu 22.22%
  • eflatun tonu 24.84%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(22,25,0,40)
C22M25Y0K40 
(22%,25%,0%,40%)
(0.22/0.25/0.00/0.40)	

CMYK yüzdeleri

%22.22
%24.84
%0
%40

Codes

Color #777399 in popluar color models

777399
RGB119115153
HSL246°15.70%52.55%
HSB/HSV246°24.84%60.00%
CMYK22.22%24.84%0.00%
40.00%

Color #777399 in popluar number systems.

HEX777399
Decimal119115153
Binary1110111111001110011001
Octal167163231

Shades and tints

Shades of #777399

#777399
(119,115,153)
#6D698C
(109,105,140)
#635F7F
(99,95,127)
#595572
(89,85,114)
#4F4B65
(79,75,101)
#454158
(69,65,88)
#3B374B
(59,55,75)
#312D3E
(49,45,62)
#272331
(39,35,49)
#1D1924
(29,25,36)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #777399

#777399
(119,115,153)
#837FA2
(131,127,162)
#8F8BAB
(143,139,171)
#9B97B4
(155,151,180)
#A7A3BD
(167,163,189)
#B3AFC6
(179,175,198)
#BFBBCF
(191,187,207)
#CBC7D8
(203,199,216)
#D7D3E1
(215,211,225)
#E3DFEA
(227,223,234)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777399; }

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

This text font color is #777399.


Background Color

.myBgColor { background-color: #777399; }

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

This div background color is #777399.


Border color

.myBorderColor { border: 1px solid #777399; }

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

This div border color is #777399.


Opacity

.myOpacity80 { color: #777399; opacity: 0.8; }

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

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

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

This text has shadow with #777399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777399 on black background.


Color preview on white background

This text has color #777399 on white background.



Black color preview on #777399 background

This text has black color on #777399 background.


White color preview on #777399 background

This text has white color on #777399 background.