COLOR #774D84

HEX: #774D84
RGB: (119,77,132)

Renk bilgisi

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

RGB renk modeli

#774D84 color RGB value is (119,77,132).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 77 of 255 = 30%
B 132 of 255 = 52%

119
77
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 77 + 132 = 328 (100%)
R 119 of 328 ~ 36.28%
G 77 of 328 ~ 23.48%
B 132 of 328 ~ 40.24%

%36.28
%23.48
%40.24

CMYK RENK MODELİ

#774D84 rengi CMYK tonu (10,42,0,48).

  • camgöbeği tonu 9.85%
  • eflatun tonu 41.67%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(10,42,0,48)
C10M42Y0K48 
(10%,42%,0%,48%)
(0.10/0.42/0.00/0.48)	

CMYK yüzdeleri

%9.85
%41.67
%0
%48.24

Codes

Color #774D84 in popluar color models

774D84
RGB11977132
HSL286°26.32%40.98%
HSB/HSV286°41.67%51.76%
CMYK9.85%41.67%0.00%
48.24%

Color #774D84 in popluar number systems.

HEX774D84
Decimal11977132
Binary1110111100110110000100
Octal167115204

Shades and tints

Shades of #774D84

#774D84
(119,77,132)
#6D4678
(109,70,120)
#633F6C
(99,63,108)
#593860
(89,56,96)
#4F3154
(79,49,84)
#452A48
(69,42,72)
#3B233C
(59,35,60)
#311C30
(49,28,48)
#271524
(39,21,36)
#1D0E18
(29,14,24)
#13070C
(19,7,12)
#000000
(0,0,0)

Tints of #774D84

#774D84
(119,77,132)
#835D8F
(131,93,143)
#8F6D9A
(143,109,154)
#9B7DA5
(155,125,165)
#A78DB0
(167,141,176)
#B39DBB
(179,157,187)
#BFADC6
(191,173,198)
#CBBDD1
(203,189,209)
#D7CDDC
(215,205,220)
#E3DDE7
(227,221,231)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774D84; }

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

This text font color is #774D84.


Background Color

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

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

This div background color is #774D84.


Border color

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

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

This div border color is #774D84.


Opacity

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

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

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

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

This text has shadow with #774D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774D84 on black background.


Color preview on white background

This text has color #774D84 on white background.



Black color preview on #774D84 background

This text has black color on #774D84 background.


White color preview on #774D84 background

This text has white color on #774D84 background.