COLOR #77379F

HEX: #77379F
RGB: (119,55,159)

Renk bilgisi

#77379F contains mainly red and blue colors. #77379F ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#77379F color RGB value is (119,55,159).

  • kırmız ton 119;
  • yeşil ton 55;
  • mavi ton 159.
RGB:
(119,55,159)
(47%,22%,62%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 55 of 255 = 22%
B 159 of 255 = 62%

119
55
159

R + G + B ~ 44%. #77379F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 55 + 159 = 333 (100%)
R 119 of 333 ~ 35.74%
G 55 of 333 ~ 16.52%
B 159 of 333 ~ 47.75%

%35.74
%16.52
%47.75

CMYK RENK MODELİ

#77379F rengi CMYK tonu (25,65,0,38).

  • camgöbeği tonu 25.16%
  • eflatun tonu 65.41%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(25,65,0,38)
C25M65Y0K38 
(25%,65%,0%,38%)
(0.25/0.65/0.00/0.38)	

CMYK yüzdeleri

%25.16
%65.41
%0
%37.65

Codes

Color #77379F in popluar color models

77379F
RGB11955159
HSL277°48.60%41.96%
HSB/HSV277°65.41%62.35%
CMYK25.16%65.41%0.00%
37.65%

Color #77379F in popluar number systems.

HEX77379F
Decimal11955159
Binary111011111011110011111
Octal16767237

Shades and tints

Shades of #77379F

#77379F
(119,55,159)
#6D3291
(109,50,145)
#632D83
(99,45,131)
#592875
(89,40,117)
#4F2367
(79,35,103)
#451E59
(69,30,89)
#3B194B
(59,25,75)
#31143D
(49,20,61)
#270F2F
(39,15,47)
#1D0A21
(29,10,33)
#130513
(19,5,19)
#000000
(0,0,0)

Tints of #77379F

#77379F
(119,55,159)
#8349A7
(131,73,167)
#8F5BAF
(143,91,175)
#9B6DB7
(155,109,183)
#A77FBF
(167,127,191)
#B391C7
(179,145,199)
#BFA3CF
(191,163,207)
#CBB5D7
(203,181,215)
#D7C7DF
(215,199,223)
#E3D9E7
(227,217,231)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77379F color. Also use rgb(119,55,159) instead hex code.

Text Font Color

.myTextColor { color: #77379F; }

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

This text font color is #77379F.


Background Color

.myBgColor { background-color: #77379F; }

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

This div background color is #77379F.


Border color

.myBorderColor { border: 1px solid #77379F; }

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

This div border color is #77379F.


Opacity

.myOpacity80 { color: #77379F; opacity: 0.8; }

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

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

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

This text has shadow with #77379F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77379F on black background.


Color preview on white background

This text has color #77379F on white background.



Black color preview on #77379F background

This text has black color on #77379F background.


White color preview on #77379F background

This text has white color on #77379F background.