COLOR #774A76

HEX: #774A76
RGB: (119,74,118)

Renk bilgisi

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

RGB renk modeli

#774A76 color RGB value is (119,74,118).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 74 of 255 = 29%
B 118 of 255 = 46%

119
74
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 74 + 118 = 311 (100%)
R 119 of 311 ~ 38.26%
G 74 of 311 ~ 23.79%
B 118 of 311 ~ 37.94%

%38.26
%23.79
%37.94

CMYK RENK MODELİ

#774A76 rengi CMYK tonu (0,38,1,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.82%
  • sarı tonu 0.84%
  • ana renk tonu 53.33%
CMYK:
(0,38,1,53)
C0M38Y1K53 
(0%,38%,1%,53%)
(0.00/0.38/0.01/0.53)	

CMYK yüzdeleri

%0
%37.82
%0.84
%53.33

Codes

Color #774A76 in popluar color models

774A76
RGB11974118
HSL301°23.32%37.84%
HSB/HSV301°37.82%46.67%
CMYK0.00%37.82%0.84%
53.33%

Color #774A76 in popluar number systems.

HEX774A76
Decimal11974118
Binary111011110010101110110
Octal167112166

Shades and tints

Shades of #774A76

#774A76
(119,74,118)
#6D446C
(109,68,108)
#633E62
(99,62,98)
#593858
(89,56,88)
#4F324E
(79,50,78)
#452C44
(69,44,68)
#3B263A
(59,38,58)
#312030
(49,32,48)
#271A26
(39,26,38)
#1D141C
(29,20,28)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #774A76

#774A76
(119,74,118)
#835A82
(131,90,130)
#8F6A8E
(143,106,142)
#9B7A9A
(155,122,154)
#A78AA6
(167,138,166)
#B39AB2
(179,154,178)
#BFAABE
(191,170,190)
#CBBACA
(203,186,202)
#D7CAD6
(215,202,214)
#E3DAE2
(227,218,226)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774A76; }

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

This text font color is #774A76.


Background Color

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

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

This div background color is #774A76.


Border color

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

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

This div border color is #774A76.


Opacity

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

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

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

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

This text has shadow with #774A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774A76 on black background.


Color preview on white background

This text has color #774A76 on white background.



Black color preview on #774A76 background

This text has black color on #774A76 background.


White color preview on #774A76 background

This text has white color on #774A76 background.