COLOR #774D78

HEX: #774D78
RGB: (119,77,120)

Renk bilgisi

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

RGB renk modeli

#774D78 color RGB value is (119,77,120).

  • kırmız ton 119;
  • yeşil ton 77;
  • mavi ton 120.
RGB:
(119,77,120)
(47%,30%,47%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 77 of 255 = 30%
B 120 of 255 = 47%

119
77
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 77 + 120 = 316 (100%)
R 119 of 316 ~ 37.66%
G 77 of 316 ~ 24.37%
B 120 of 316 ~ 37.97%

%37.66
%24.37
%37.97

CMYK RENK MODELİ

#774D78 rengi CMYK tonu (1,36,0,53).

  • camgöbeği tonu 0.83%
  • eflatun tonu 35.83%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(1,36,0,53)
C1M36Y0K53 
(1%,36%,0%,53%)
(0.01/0.36/0.00/0.53)	

CMYK yüzdeleri

%0.83
%35.83
%0
%52.94

Codes

Color #774D78 in popluar color models

774D78
RGB11977120
HSL299°21.83%38.63%
HSB/HSV299°35.83%47.06%
CMYK0.83%35.83%0.00%
52.94%

Color #774D78 in popluar number systems.

HEX774D78
Decimal11977120
Binary111011110011011111000
Octal167115170

Shades and tints

Shades of #774D78

#774D78
(119,77,120)
#6D466E
(109,70,110)
#633F64
(99,63,100)
#59385A
(89,56,90)
#4F3150
(79,49,80)
#452A46
(69,42,70)
#3B233C
(59,35,60)
#311C32
(49,28,50)
#271528
(39,21,40)
#1D0E1E
(29,14,30)
#130714
(19,7,20)
#000000
(0,0,0)

Tints of #774D78

#774D78
(119,77,120)
#835D84
(131,93,132)
#8F6D90
(143,109,144)
#9B7D9C
(155,125,156)
#A78DA8
(167,141,168)
#B39DB4
(179,157,180)
#BFADC0
(191,173,192)
#CBBDCC
(203,189,204)
#D7CDD8
(215,205,216)
#E3DDE4
(227,221,228)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774D78 color. Also use rgb(119,77,120) instead hex code.

Text Font Color

.myTextColor { color: #774D78; }

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

This text font color is #774D78.


Background Color

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

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

This div background color is #774D78.


Border color

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

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

This div border color is #774D78.


Opacity

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

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

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

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

This text has shadow with #774D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774D78 on black background.


Color preview on white background

This text has color #774D78 on white background.



Black color preview on #774D78 background

This text has black color on #774D78 background.


White color preview on #774D78 background

This text has white color on #774D78 background.