COLOR #774779

HEX: #774779
RGB: (119,71,121)

Renk bilgisi

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

RGB renk modeli

#774779 color RGB value is (119,71,121).

  • kırmız ton 119;
  • yeşil ton 71;
  • mavi ton 121.
RGB:
(119,71,121)
(47%,28%,47%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 71 of 255 = 28%
B 121 of 255 = 47%

119
71
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 71 + 121 = 311 (100%)
R 119 of 311 ~ 38.26%
G 71 of 311 ~ 22.83%
B 121 of 311 ~ 38.91%

%38.26
%22.83
%38.91

CMYK RENK MODELİ

#774779 rengi CMYK tonu (2,41,0,53).

  • camgöbeği tonu 1.65%
  • eflatun tonu 41.32%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(2,41,0,53)
C2M41Y0K53 
(2%,41%,0%,53%)
(0.02/0.41/0.00/0.53)	

CMYK yüzdeleri

%1.65
%41.32
%0
%52.55

Codes

Color #774779 in popluar color models

774779
RGB11971121
HSL298°26.04%37.65%
HSB/HSV298°41.32%47.45%
CMYK1.65%41.32%0.00%
52.55%

Color #774779 in popluar number systems.

HEX774779
Decimal11971121
Binary111011110001111111001
Octal167107171

Shades and tints

Shades of #774779

#774779
(119,71,121)
#6D416E
(109,65,110)
#633B63
(99,59,99)
#593558
(89,53,88)
#4F2F4D
(79,47,77)
#452942
(69,41,66)
#3B2337
(59,35,55)
#311D2C
(49,29,44)
#271721
(39,23,33)
#1D1116
(29,17,22)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #774779

#774779
(119,71,121)
#835785
(131,87,133)
#8F6791
(143,103,145)
#9B779D
(155,119,157)
#A787A9
(167,135,169)
#B397B5
(179,151,181)
#BFA7C1
(191,167,193)
#CBB7CD
(203,183,205)
#D7C7D9
(215,199,217)
#E3D7E5
(227,215,229)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774779 color. Also use rgb(119,71,121) instead hex code.

Text Font Color

.myTextColor { color: #774779; }

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

This text font color is #774779.


Background Color

.myBgColor { background-color: #774779; }

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

This div background color is #774779.


Border color

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

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

This div border color is #774779.


Opacity

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

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

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

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

This text has shadow with #774779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774779 on black background.


Color preview on white background

This text has color #774779 on white background.



Black color preview on #774779 background

This text has black color on #774779 background.


White color preview on #774779 background

This text has white color on #774779 background.