COLOR #774A79

HEX: #774A79
RGB: (119,74,121)

Renk bilgisi

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

RGB renk modeli

#774A79 color RGB value is (119,74,121).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 74 of 255 = 29%
B 121 of 255 = 47%

119
74
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 74 + 121 = 314 (100%)
R 119 of 314 ~ 37.9%
G 74 of 314 ~ 23.57%
B 121 of 314 ~ 38.54%

%37.9
%23.57
%38.54

CMYK RENK MODELİ

#774A79 rengi CMYK tonu (2,39,0,53).

  • camgöbeği tonu 1.65%
  • eflatun tonu 38.84%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(2,39,0,53)
C2M39Y0K53 
(2%,39%,0%,53%)
(0.02/0.39/0.00/0.53)	

CMYK yüzdeleri

%1.65
%38.84
%0
%52.55

Codes

Color #774A79 in popluar color models

774A79
RGB11974121
HSL297°24.10%38.24%
HSB/HSV297°38.84%47.45%
CMYK1.65%38.84%0.00%
52.55%

Color #774A79 in popluar number systems.

HEX774A79
Decimal11974121
Binary111011110010101111001
Octal167112171

Shades and tints

Shades of #774A79

#774A79
(119,74,121)
#6D446E
(109,68,110)
#633E63
(99,62,99)
#593858
(89,56,88)
#4F324D
(79,50,77)
#452C42
(69,44,66)
#3B2637
(59,38,55)
#31202C
(49,32,44)
#271A21
(39,26,33)
#1D1416
(29,20,22)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #774A79

#774A79
(119,74,121)
#835A85
(131,90,133)
#8F6A91
(143,106,145)
#9B7A9D
(155,122,157)
#A78AA9
(167,138,169)
#B39AB5
(179,154,181)
#BFAAC1
(191,170,193)
#CBBACD
(203,186,205)
#D7CAD9
(215,202,217)
#E3DAE5
(227,218,229)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774A79; }

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

This text font color is #774A79.


Background Color

.myBgColor { background-color: #774A79; }

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

This div background color is #774A79.


Border color

.myBorderColor { border: 1px solid #774A79; }

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

This div border color is #774A79.


Opacity

.myOpacity80 { color: #774A79; opacity: 0.8; }

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

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

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

This text has shadow with #774A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774A79 on black background.


Color preview on white background

This text has color #774A79 on white background.



Black color preview on #774A79 background

This text has black color on #774A79 background.


White color preview on #774A79 background

This text has white color on #774A79 background.