COLOR #774379

HEX: #774379
RGB: (119,67,121)

Renk bilgisi

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

RGB renk modeli

#774379 color RGB value is (119,67,121).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 67 of 255 = 26%
B 121 of 255 = 47%

119
67
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 67 + 121 = 307 (100%)
R 119 of 307 ~ 38.76%
G 67 of 307 ~ 21.82%
B 121 of 307 ~ 39.41%

%38.76
%21.82
%39.41

CMYK RENK MODELİ

#774379 rengi CMYK tonu (2,45,0,53).

  • camgöbeği tonu 1.65%
  • eflatun tonu 44.63%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(2,45,0,53)
C2M45Y0K53 
(2%,45%,0%,53%)
(0.02/0.45/0.00/0.53)	

CMYK yüzdeleri

%1.65
%44.63
%0
%52.55

Codes

Color #774379 in popluar color models

774379
RGB11967121
HSL298°28.72%36.86%
HSB/HSV298°44.63%47.45%
CMYK1.65%44.63%0.00%
52.55%

Color #774379 in popluar number systems.

HEX774379
Decimal11967121
Binary111011110000111111001
Octal167103171

Shades and tints

Shades of #774379

#774379
(119,67,121)
#6D3D6E
(109,61,110)
#633763
(99,55,99)
#593158
(89,49,88)
#4F2B4D
(79,43,77)
#452542
(69,37,66)
#3B1F37
(59,31,55)
#31192C
(49,25,44)
#271321
(39,19,33)
#1D0D16
(29,13,22)
#13070B
(19,7,11)
#000000
(0,0,0)

Tints of #774379

#774379
(119,67,121)
#835485
(131,84,133)
#8F6591
(143,101,145)
#9B769D
(155,118,157)
#A787A9
(167,135,169)
#B398B5
(179,152,181)
#BFA9C1
(191,169,193)
#CBBACD
(203,186,205)
#D7CBD9
(215,203,217)
#E3DCE5
(227,220,229)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774379; }

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

This text font color is #774379.


Background Color

.myBgColor { background-color: #774379; }

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

This div background color is #774379.


Border color

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

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

This div border color is #774379.


Opacity

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

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

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

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

This text has shadow with #774379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774379 on black background.


Color preview on white background

This text has color #774379 on white background.



Black color preview on #774379 background

This text has black color on #774379 background.


White color preview on #774379 background

This text has white color on #774379 background.